.profile-container.my-cockpit {
  padding: 0px 0;
}
.profile-container.my-cockpit .container {
  max-width: 1006px;
  padding: 60px;
}
.profile-container.my-cockpit .container h2 {
  margin-bottom: 60px;
}
.profile-container.my-cockpit .container .row {
  display: flex;
  justify-content: center;
  gap: 68px;
  justify-content: center;
  flex-wrap: wrap;
}
.profile-container.my-cockpit .container .row .item {
  flex: 0 0 250px;
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-accent);
}
.profile-container.my-cockpit .container .row .item img {
  width: 100%;
  height: 100%;
  display: block;
}
.profile-container.my-cockpit .container .row .item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  place-content: center;
  place-items: end;
  padding: 51px 10px;
}
.profile-container.my-cockpit .container .row .item .overlay span {
  color: var(--white);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/*# sourceMappingURL=my-cockpit.css.map */
