/* Welco GM homepage V2 Ã¢â‚¬â€ full-width split About section */
.wgm-v2 .wgm-about {
  padding: 0;
  overflow: hidden;
  background: #f5f6f7;
  border-top: 0;
  border-bottom: 1px solid #e5dcdc;
}

.wgm-v2 .wgm-about::before {
  display: none;
}

.wgm-v2 .wgm-about__container {
  width: 100%;
  max-width: none;
  padding: 0;
}

.wgm-v2 .wgm-about__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  gap: 0;
}

.wgm-v2-about__media {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  background: var(--wgm-theme-navy, #12364f);
}

.wgm-v2-about__media::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 100%;
  content: "";
  background: var(--wgm-theme-accent, #ffc815);
}

.wgm-v2-about__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 640px;
  object-fit: cover;
  object-position: center;
}

.wgm-v2 .wgm-about__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(54px, 5.5vw, 94px);
  background: #f5f6f7;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.wgm-v2 .wgm-about__content::after {
  right: clamp(34px, 5vw, 82px);
  bottom: 34px;
  font-size: clamp(58px, 6vw, 96px);
  opacity: 0.028;
}

.wgm-v2 .wgm-about__accent {
  width: 54px;
  height: 4px;
  margin-bottom: 20px;
}

.wgm-v2 .wgm-about__title {
  max-width: 660px;
  line-height: 1.1;
}

.wgm-v2 .wgm-about__title-label,
.wgm-v2 .wgm-about__title-company {
  display: block;
}

.wgm-v2 .wgm-about__title-label {
  color: #20262b;
  font-size: clamp(34px, 3vw, 50px);
}

.wgm-v2 .wgm-about__title-company {
  margin-top: 6px;
  color: var(--wgm-about-blue, #12364f);
  font-size: clamp(25px, 2.05vw, 34px);
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.wgm-v2 .wgm-about__text {
  max-width: 720px;
  margin-top: 25px;
  color: #52616d;
  font-size: 15px;
  line-height: 1.72;
}

.wgm-v2 .wgm-about__text p + p {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #d9e0e4;
}

.wgm-v2 .wgm-about__cta {
  min-width: 184px;
  min-height: 54px;
  margin-top: 30px;
  padding: 14px 16px 14px 23px;
  border-radius: 5px;
  box-shadow: none;
}

@media (max-width: 991px) {
  .wgm-v2-about__media,
  .wgm-v2-about__media img {
    min-height: 560px;
  }

  .wgm-v2 .wgm-about__content {
    padding: 50px 38px;
  }

  .wgm-v2 .wgm-about__text {
    font-size: 14px;
  }

  .wgm-v2 .wgm-about__title-company {
    font-size: clamp(20px, 2.7vw, 26px);
  }
}

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

  .wgm-v2-about__media,
  .wgm-v2-about__media img {
    min-height: 300px;
  }

  .wgm-v2-about__media::after {
    top: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
  }

  .wgm-v2 .wgm-about__content {
    padding: 46px 24px 52px;
  }

  .wgm-v2 .wgm-about__title-label {
    font-size: clamp(30px, 9vw, 40px);
  }

  .wgm-v2 .wgm-about__title-company {
    margin-top: 5px;
    font-size: clamp(16px, 4.45vw, 21px);
  }

  .wgm-v2 .wgm-about__text {
    margin-top: 21px;
    font-size: 14px;
    line-height: 1.66;
  }
}
