.showrooms-page {
  padding: 40px 0;
}

.showrooms-services {
  width: 100%;
  max-width: 1439px;
  padding: 0 16px;
  margin: 0 auto 40px;
}

.showrooms-services-title {
  margin: 0 0 24px;
  font-family: "Oxanium", sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  color: rgba(38, 39, 44, 1);
  max-width: 985px;
  margin-left: auto;
  margin-right: auto;
  text-wrap: balance;
}

.showrooms-services-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.showrooms-service-box {
  width: 100%;
  min-height: 182px;
  padding: 27px 30px;
  border-radius: 8px;
  border: 1px solid rgba(244, 244, 246, 1);
  background: rgba(255, 255, 255, 1);
  opacity: 1;
  transition: none;
}

.showrooms-service-box-icon {
  display: block;
  width: 55px;
  height: 54.9900016784668px;
  margin-bottom: 19px;
  opacity: 1;
}

.showrooms-service-box-icon--mode {
  width: 56px;
  height: 56px;
}

.showrooms-service-box-label {
  display: block;
  width: 125px;
  min-height: 20px;
  margin-bottom: 12px;
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0;
  color: rgba(38, 39, 44, 1);
  opacity: 1;
}

.showrooms-service-box-label--nowrap {
  width: auto;
  white-space: nowrap;
}

.showrooms-service-box-subicon {
  display: block;
  width: 11.666667938232422px;
  height: 16.666664123535156px;
  border-width: 2px;
  opacity: 1;
}

.showrooms-service-box-contact {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.showrooms-service-box-phone {
  display: block;
  width: auto;
  min-width: 98px;
  min-height: 22px;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  white-space: nowrap;
  color: rgba(38, 39, 44, 1);
  opacity: 1;
}

.showrooms-opening-title {
  display: block;
  width: 215px;
  min-height: 20px;
  margin-bottom: 12px;
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0;
  color: rgba(208, 28, 51, 1);
  opacity: 1;
}

.showrooms-opening-day {
  display: block;
  width: 73px;
  min-height: 22px;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  color: rgba(38, 39, 44, 1);
  opacity: 1;
}

.showrooms-opening-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.showrooms-opening-hours {
  display: block;
  width: 81px;
  min-height: 22px;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  color: rgba(38, 39, 44, 1);
  opacity: 1;
}

.showrooms-service-box-contact:hover .showrooms-service-box-phone,
.showrooms-service-box-contact:focus-visible .showrooms-service-box-phone {
  color: rgba(208, 28, 51, 1);
}

.showrooms-service-box:last-child {
  background: rgba(244, 244, 246, 1);
}

@media (max-width: 1800px) {
  .showrooms-services {
    max-width: 100%;
  }

  .showrooms-services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1199px) {
  .showrooms-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .showrooms-services-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.showrooms-hero {
  width: 100%;
  max-width: 985px;
  min-height: 58px;
  opacity: 1;
  margin: 0 auto;
  padding: 0 16px;
}

.showrooms-title {
  margin: 0;
  font-family: "Oxanium", sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  color: rgba(38, 39, 44, 1);
  text-wrap: balance;
}

.showrooms-locations {
  width: 100%;
  max-width: 1439px;
  margin: 40px auto 0;
  padding: 0 16px;
}

.showrooms-locations-title {
  margin: 0 0 24px;
  font-family: "Oxanium", sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 120%;
  text-align: center;
  color: rgba(38, 39, 44, 1);
  text-wrap: balance;
}

.showrooms-locations-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 712px));
  justify-content: center;
  gap: 10px;
}

.showrooms-location-box {
  width: 100%;
  max-width: 712px;
  min-height: 944px;
  padding: 30px;
  border-radius: 8px;
  background: rgba(244, 244, 246, 1);
}

.showrooms-location-image {
  display: block;
  width: 652px;
  height: 350px;
  max-width: 100%;
  border-radius: 8px;
  opacity: 1;
  object-fit: cover;
}

.showrooms-location-image-wrap {
  width: 652px;
  max-width: 100%;
  margin-bottom: 0;
}

.showrooms-location-brand-logo {
  display: block;
  margin: 19.65px 0 24px 9.39px;
  width: 143.55833435058594px;
  height: 27.719999313354492px;
  opacity: 1;
}

.showrooms-location-brand-logos {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  margin: 19.65px 0 24px 9.39px;
}

.showrooms-location-brand-logo--inline {
  display: block;
  margin: 0 !important;
  flex: 0 0 auto;
}

.showrooms-location-brand-logo--inline+.showrooms-location-brand-logo--inline {
  margin-left: 16px !important;
}

@media (max-width: 767px) {
  .showrooms-location-brand-logos {
    flex-wrap: wrap;
    gap: 10px 12px;
    margin-left: 0;
  }

  .showrooms-location-brand-logo--inline {
    width: calc((100% - 24px) / 3);
    max-width: 143.55833435058594px;
    height: auto;
  }

  .showrooms-location-brand-logo--inline+.showrooms-location-brand-logo--inline {
    margin-left: 0 !important;
  }
}

.showrooms-location-dealer-heading {
  width: 100%;
  max-width: 444px;
  min-height: 29px;
  margin: 0 0 24px;
  font-family: "Oxanium", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0;
  color: rgba(38, 39, 44, 1);
  opacity: 1;
  overflow-wrap: anywhere;
}

.showrooms-location-address-inline {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0 0 24px;
}

.showrooms-location-gps-icon-wrap {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0;
}

.showrooms-location-gps-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-width: 2px;
  opacity: 1;
}

.showrooms-location-address-inline-text {
  width: 267px;
  min-height: 22px;
  margin: 0;
  white-space: nowrap;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  color: rgba(38, 39, 44, 1);
  opacity: 1;
}

.showrooms-location-sales-heading {
  width: 656px;
  min-height: 22px;
  margin: 0 0 24px;
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  color: rgba(38, 39, 44, 1);
  opacity: 1;
}

.showrooms-location-next-text {
  width: 194px;
  min-height: 22px;
  margin: 0 0 24px;
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  color: rgba(38, 39, 44, 1);
  opacity: 1;
}

.showrooms-location-contact-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0 0 24px;
}

.showrooms-location-contact-column {
  width: 194px;
}

.showrooms-location-person-block {
  margin: 0 0 16px;
}

.showrooms-location-person-block:last-child {
  margin-bottom: 0;
}

.showrooms-location-phone-inline {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
}

.showrooms-location-person-block .showrooms-location-next-text {
  margin: 0 0 2px;
}

.showrooms-location-phone-icon-wrap {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0;
}

.showrooms-location-phone-icon {
  position: absolute;
  top: 1.67px;
  left: 4.17px;
  width: 11.666667938232422px;
  height: 16.666664123535156px;
  border-width: 2px;
  opacity: 1;
}

.showrooms-location-phone-inline-text {
  width: 97px;
  min-height: 22px;
  margin: 0;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  color: rgba(38, 39, 44, 1);
  opacity: 1;
  transition: color 0.2s ease;
}

.showrooms-location-email-heading {
  width: 194px;
  min-height: 22px;
  margin: 0 0 2px;
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  color: rgba(38, 39, 44, 1);
  opacity: 1;
}

.showrooms-location-email-inline {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
}

.showrooms-location-email-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.showrooms-location-email-icon-wrap {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0;
}

.showrooms-location-email-icon {
  position: absolute;
  top: 3.33px;
  left: 1.67px;
  width: 16.666664123535156px;
  height: 13.333332061767578px;
  border-width: 2px;
  opacity: 1;
}

.showrooms-location-email-inline-text {
  width: 157px;
  min-height: 22px;
  margin: 0;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  color: rgba(38, 39, 44, 1);
  opacity: 1;
  transition: color 0.2s ease;
}

.showrooms-location-phone-inline:hover .showrooms-location-phone-inline-text,
.showrooms-location-phone-inline:focus-within .showrooms-location-phone-inline-text,
.showrooms-location-email-inline:hover .showrooms-location-email-inline-text,
.showrooms-location-email-inline:focus-within .showrooms-location-email-inline-text {
  color: rgba(208, 28, 51, 1);
}

.showrooms-location-services-heading {
  width: 504px;
  min-height: 22px;
  margin: 0 0 24px;
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  color: rgba(38, 39, 44, 1);
  opacity: 1;
}

.showrooms-location-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 120px));
  gap: 10px;
}

.showrooms-location-services-grid--five {
  grid-template-columns: repeat(5, minmax(0, 120px));
}

@media (max-width: 767px) {

  .showrooms-location-services-grid,
  .showrooms-location-services-grid--five {
    grid-template-columns: repeat(4, minmax(0, 120px));
    justify-content: flex-start;
  }

  .showrooms-location-box {
    padding: 24px 20px;
  }
}

@media (max-width: 1490px) and (min-width: 1200px) {
  .showrooms-location-services-grid--five {
    grid-template-columns: repeat(4, minmax(0, 120px));
  }
}

@media (max-width: 639px) {

  .showrooms-location-services-grid,
  .showrooms-location-services-grid--five {
    grid-template-columns: repeat(3, minmax(0, 120px));
  }
}

@media (max-width: 479px) {

  .showrooms-location-services-grid,
  .showrooms-location-services-grid--five {
    grid-template-columns: repeat(2, minmax(0, 120px));
  }
}

.showrooms-location-service-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 120px;
  min-height: 102px;
  padding: 16px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 1);
  opacity: 1;
}

.showrooms-location-service-card-icon {
  display: block;
  width: 40.130001068115234px;
  height: 28.15999984741211px;
  opacity: 1;
}

.showrooms-location-service-card-text {
  width: 100px;
  min-height: 16px;
  margin: 0;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0;
  text-align: center;
  color: rgba(38, 39, 44, 1);
  opacity: 1;
}

.showrooms-location-name {
  margin: 0 0 18px;
  font-family: "Oxanium", sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 130%;
  color: rgba(38, 39, 44, 1);
}

.showrooms-location-address {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0 0 24px;
  font-family: "Lexend", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: rgba(38, 39, 44, 1);
}

.showrooms-location-contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 14px;
  font-family: "Lexend", sans-serif;
}

.showrooms-location-contact-row:last-child {
  margin-bottom: 0;
}

.showrooms-location-contact-label {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: rgba(38, 39, 44, 1);
}

.showrooms-location-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: rgba(38, 39, 44, 1);
  text-decoration: none;
}

.showrooms-location-link:hover,
.showrooms-location-link:focus-visible {
  color: rgba(62, 63, 70, 1);
  text-decoration: underline;
}

@media (max-width: 1480px) {
  .showrooms-locations {
    max-width: 100%;
  }

  .showrooms-locations-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .showrooms-location-box {
    max-width: none;
  }
}

@media (max-width: 1199px) {
  .showrooms-locations-grid {
    grid-template-columns: minmax(0, 712px);
  }
}

.showrooms-map {
  width: 100%;
  max-width: 1440px;
  margin: 30px auto 0;
  padding: 0 16px;
}

.showrooms-map-frame {
  width: 100%;
  max-width: 1440px;
  min-height: 412px;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(0, 0, 0, 1);
  opacity: 1;
}

.showrooms-map-iframe {
  display: block;
  width: 100%;
  height: 412px;
  border: 0;
}

.showrooms-next-section {
  width: 100%;
  max-width: 985px;
  margin: 30px auto 0;
  padding: 0 16px;
}

.showrooms-next-section-title {
  width: 100%;
  max-width: 985px;
  min-height: 58px;
  margin: 0;
  font-family: "Oxanium", sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  color: rgba(38, 39, 44, 1);
  opacity: 1;
}

.showrooms-next-section-text {
  width: 100%;
  max-width: 985px;
  min-height: 25px;
  margin: 0;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0;
  text-align: center;
  color: rgba(38, 39, 44, 1);
  opacity: 1;
}

.showrooms-gallery {
  width: 100%;
  max-width: 1800px;
  margin: 30px auto 0;
  /* padding: 0 16px 40px; */
}

.showrooms-gallery-frame {
  width: 100%;
  /* max-width: 1440px;
  padding: 20px; */
  padding: var(--padding-vertical) var(--padding-horizontal);
  border-radius: 8px;
  opacity: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-sizing: border-box;

  @media screen and (--min-md) {
    gap: 16px;
  }
}

.showrooms-gallery-main {
  width: 100%;
  max-height: 610px;
  aspect-ratio: 16/9;
  border-radius: 8px;
  overflow: hidden;
}

.showrooms-gallery-main-image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.showrooms-gallery-thumbs {
  width: 100%;
  cursor: grab;
  user-select: none;
}

.showrooms-gallery-thumbs.swiper-grabbing {
  cursor: grabbing;
}

.showrooms-gallery-thumb {
  position: relative;
  width: 100%;
  height: 143px;
  border-radius: 8px;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;

  @media (hover: hover) {
    &:hover {
      .showrooms-gallery-thumb-image {
        filter: brightness(0.9);
      }
    }
  }
}

.showrooms-gallery-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  pointer-events: none;
  transition: border-color 0.2s ease-out;
}

.showrooms-gallery-thumb.is-active::after {
  border-color: rgba(208, 28, 51, 1);
}

.showrooms-gallery-thumbs.swiper-grabbing .showrooms-gallery-thumb-image {
  pointer-events: none;
}

.showrooms-gallery-thumb-image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
  transition: filter 0.2s ease-out;
}

.showrooms-gallery-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 4px;
}

.showrooms-gallery-dot {
  width: 4px;
  height: 4px;
  border: 0;
  border-radius: 50%;
  background: rgba(38, 39, 44, 1);
  opacity: 1;
  padding: 0;
  cursor: pointer;
}

.showrooms-gallery-dot.is-active {
  background: rgba(208, 28, 51, 1);
}

.showrooms-gallery-dot:hover {
  background: rgba(208, 28, 51, 1);
}

.showrooms-frame-section {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  margin: 30px auto 40px;
  padding: 0 16px;
  box-sizing: border-box;
}

.showrooms-frame-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 154px;
  padding: 20px;
  border-radius: 8px;
  background: rgba(38, 39, 44, 1);
  opacity: 1;
  box-sizing: border-box;
}

@media (max-width: 1199px) {
  .showrooms-frame-section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .showrooms-frame-section {
    grid-template-columns: minmax(0, 1fr);
  }
}

.showrooms-frame-box-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.showrooms-frame-inner-box {
  position: relative;
  width: 56px;
  height: 56px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(38, 39, 44, 1);
  border-radius: 8px;
  background: rgba(0, 0, 0, 1);
  opacity: 1;
  box-sizing: border-box;
}

.showrooms-frame-inner-box-icon {
  position: absolute;
  top: 11px;
  left: 12px;
  width: 32px;
  height: 34px;
  opacity: 1;
}

.showrooms-frame-box-title {
  width: 140px;
  min-height: 44px;
  margin: 0;
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 1);
  opacity: 1;
}

.showrooms-frame-box-text {
  width: 100%;
  max-width: 308px;
  min-height: 40px;
  margin: 0;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 1);
  opacity: 0.5;
}

.careers-page__about-section {
  width: 100%;
  background: #fff;
  padding: 0 0 30px;
}

.careers-page__about-section .container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.careers-page__about-card {
  width: 100%;
  max-width: 1441px;
  margin: 0 auto;
  min-height: 484px;
  border-radius: 8px;
  background: rgba(244, 244, 246, 1);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 713px);
  gap: 0;
  padding: 0;
  overflow: hidden;
}

.careers-page__about-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  padding: 40px;
}

.careers-page__about-title {
  margin: 0;
  width: 100%;
  max-width: 985px;
  color: rgba(38, 39, 44, 1);
  font-family: "Oxanium", sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

.careers-page__about-text {
  margin: 0;
  width: 100%;
  max-width: 631px;
  min-height: 50px;
  color: rgba(38, 39, 44, 1);
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}

.careers-page__about-text strong {
  font-weight: 700;
}

.careers-page__about-feature {
  display: flex;
  align-items: flex-start;
  gap: 17px;
}

.careers-page__about-rect {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 1);
  flex: 0 0 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.careers-page__about-rect-icon img {
  display: block;
  max-width: 100%;
  height: auto;
}

.careers-page__about-rect-icon svg {
  width: 30.00041961669922px;
  height: 29.999998092651367px;
  display: block;
}

.careers-page__about-rect--empty {
  background: rgba(255, 255, 255, 1);
}

.careers-page__about-feature-text {
  margin: 0;
  width: 100%;
  max-width: 149px;
  min-height: 22px;
  color: rgba(38, 39, 44, 1);
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

.careers-page__about-feature-text--relax {
  max-width: 115px;
}

.careers-page__about-feature-text--accessibility {
  max-width: 94px;
}

.careers-page__about-feature-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.careers-page__about-feature-description {
  margin: 0;
  width: 100%;
  max-width: 335px;
  min-height: 20px;
  color: rgba(38, 39, 44, 1);
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.careers-page__about-feature-description--relax {
  max-width: 377px;
}

.careers-page__about-feature-description--accessibility {
  max-width: 371px;
}

.careers-page__about-right {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}

.careers-page__about-photo {
  position: relative;
  width: 100%;
  max-width: 713px;
  min-height: 484px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
}

.careers-page__about-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #f4f4f6 0%, rgba(244, 244, 246, 0) 55.29%);
}

@media (max-width: 1199px) {
  .careers-page__about-card {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .careers-page__about-left {
    padding: 32px 32px 20px;
  }

  .careers-page__about-photo {
    max-width: none;
    min-height: 320px;
    height: 320px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
  }

  .careers-page__about-photo::before {
    background: linear-gradient(180deg, #f4f4f6 0%, rgba(244, 244, 246, 0) 55.29%);
  }
}

@media (max-width: 991px) {
  .careers-page__about-title {
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .careers-page__about-left {
    padding: 24px 20px 16px;
  }

  .careers-page__about-title {
    font-size: 34px;
  }

  .careers-page__about-text {
    font-size: 16px;
  }

  .careers-page__about-right,
  .careers-page__about-photo {
    width: 100%;
    height: auto;
  }

  .careers-page__about-photo {
    min-height: 220px;
    height: 220px;
    border-radius: 8px;
  }
}