.rcg-about-page-hero {
  position: relative;
  min-height: 76vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: #151517;
}

.rcg-about-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(20, 20, 22, .9), rgba(20, 20, 22, .5) 56%, rgba(20, 20, 22, .78)),
    url("../images/about-us/Team-RabeiroCG-946x1024.png") right center / contain no-repeat,
    url("../images/rcg-decor/bg-line1.png") center bottom / cover no-repeat;
}

.rcg-about-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 82% 28%, rgba(204, 48, 48, .22), transparent 28%);
}

.rcg-about-page-hero .banner-three-content {
  max-width: 760px;
  padding-top: 90px;
}

.rcg-about-page-hero .banner-three-content .title {
  max-width: 780px;
}

.rcg-about-page-hero .hero-service-list {
  margin-top: 28px;
}

.rcg-about-page-hero .hero-credential-panel {
  right: 42px;
  bottom: 34px;
}

.rcg-about-lead {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(246, 243, 239, .9)),
    url("../images/rcg-decor/bg-line1.png") center bottom / cover no-repeat;
}

.rcg-about-lead .thumbnail-about-three img {
  min-height: 560px;
  object-fit: cover;
  object-position: center top;
}

.rcg-about-lead .about-area-right-3 .disc {
  font-size: 17px;
  line-height: 1.8;
}

.rcg-about-support {
  margin-top: 30px;
  padding: 24px 26px;
  border-left: 4px solid var(--color-primary);
  background: #ffffff;
  box-shadow: 0 20px 55px rgba(20, 20, 22, .08);
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-radius: 0 8px 8px 0;
  position: relative;
  overflow: hidden;
  color: var(--color-heading-1);
}

.rcg-about-lead .about-area-right-3 .rcg-about-support,
.rcg-about-lead .about-area-right-3 .rcg-about-support * {
  background: transparent !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

.rcg-about-support::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--color-primary);
}

.rcg-about-lead .about-area-right-3 .rcg-about-support span {
  display: block;
  margin: 0;
  color: #1f1f25 !important;
  -webkit-text-fill-color: #1f1f25 !important;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 0 !important;
}

.rcg-about-lead .about-area-right-3 .rcg-about-support a {
  color: var(--color-primary) !important;
  -webkit-text-fill-color: var(--color-primary) !important;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none !important;
}

.rcg-about-lead .about-area-right-3 .rcg-about-support span::selection,
.rcg-about-lead .about-area-right-3 .rcg-about-support a::selection {
  color: #1f1f25;
  background: rgba(204, 48, 48, .16);
}

.rcg-commitment-image {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .22);
}

.rcg-commitment-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rcg-commitment-copy .title,
.rcg-commitment-copy .disc {
  color: #ffffff;
}

.rcg-commitment-copy .pre {
  color: var(--color-primary);
  font-weight: 800;
}

.rcg-commitment-copy .disc {
  color: rgba(255, 255, 255, .78);
  font-size: 17px;
  line-height: 1.8;
}

.rcg-about-principles {
  background:
    linear-gradient(180deg, rgba(239, 235, 231, .96), rgba(246, 243, 239, .94)),
    url("../images/rcg-decor/bg-line1.png") center bottom / cover no-repeat;
}

.rcg-about-principles .single-brand-area-style {
  min-height: 100%;
}

.rcg-about-principles .single-brand-area-style .icon img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.rcg-about-principles .single-brand-area-style .title {
  text-transform: capitalize;
}

.rcg-about-values-native .rcg-values-cta__inner {
  min-height: 360px;
}

.rcg-about-values-native .rcg-values-cta__image img {
  max-height: 410px;
}

.rcg-about-testimonials .rcg-review-card {
  min-height: 100%;
}

.rcg-about-testimonials .rcg-review-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.rcg-about-testimonials .rcg-review-date {
  color: var(--color-primary);
  font-weight: 700;
}

@media only screen and (max-width: 1199px) {
  .rcg-about-page-hero::before {
    background:
      linear-gradient(90deg, rgba(20, 20, 22, .92), rgba(20, 20, 22, .68)),
      url("../images/about-us/Team-RabeiroCG-946x1024.png") right bottom / 54% auto no-repeat,
      url("../images/rcg-decor/bg-line1.png") center bottom / cover no-repeat;
  }
}

@media only screen and (max-width: 991px) {
  .rcg-about-page-hero {
    min-height: auto;
  }

  .rcg-about-page-hero::before {
    background:
      linear-gradient(90deg, rgba(20, 20, 22, .94), rgba(20, 20, 22, .82)),
      url("../images/about-us/Team-RabeiroCG-946x1024.png") right bottom / 70% auto no-repeat,
      url("../images/rcg-decor/bg-line1.png") center bottom / cover no-repeat;
  }

  .rcg-about-page-hero .banner-three-content {
    padding: 150px 0 110px;
  }

  .rcg-about-page-hero .hero-credential-panel {
    position: relative;
    right: auto;
    bottom: auto;
    margin: -70px 24px 34px;
    max-width: 420px;
  }

  .rcg-about-lead .thumbnail-about-three img {
    min-height: 420px;
  }

  .rcg-commitment-image {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .rcg-about-page-hero::before {
    background:
      linear-gradient(180deg, rgba(20, 20, 22, .95), rgba(20, 20, 22, .82)),
      url("../images/about-us/Team-RabeiroCG-946x1024.png") right bottom / 86% auto no-repeat;
  }

  .rcg-about-page-hero .banner-three-content {
    padding: 130px 0 110px;
  }

  .rcg-about-page-hero .banner-three-content .title {
    font-size: 46px;
  }

  .rcg-about-page-hero .hero-credential-panel {
    margin-left: 15px;
    margin-right: 15px;
  }

  .rcg-about-lead .thumbnail-about-three img,
  .rcg-commitment-image {
    min-height: 320px;
  }
}
