.section-intros {
  background-color: #f6f6f6;
  padding-top: 3rem;
}

.section-one {
  display: flex;
  flex-direction: column;
}

.section-two {
  display: flex;
  flex-direction: column-reverse;
}

.section-three {
  display: flex;
  flex-direction: column;
}

.section-intro--heading {
  position: relative;
  text-align: center;
  margin-bottom: 2rem;
}

.section-intro--heading::before {
  content: '';
  position: absolute;
  inset: 0;
  bottom: -10px;
  width: 20%;
  margin: auto;
  border-bottom: 5px solid var(--color-shade-3);
}

.section-intro--desc {
  text-align: center;
}

.cvt-story {
  background-image: url('../assets/banners/landingBanner.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;

  color: var(--white);
  padding: 3.25rem;
  border-radius: 0.875rem;
}

.cvt-story .section-intro--heading::before {
  border-color: var(--white);
}

.cvt-story--desc {
  text-align: justify;
  margin-top: 2rem;
}

.cvt-buisness-desc {
  text-align: center;
  background: url('../assets/banners/modern-architecture-1635792 1.png'),
    rgba(0, 0, 0, 0.7);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
}

.cvt-work-description {
  text-align: start;
  color: var(--white);
}

.cvt-buisness-desc .cvt-work-description p:nth-child(2),
.cvt-buisness-desc .cvt-work-description p:nth-child(3),
.cvt-buisness-desc .cvt-work-description p:nth-child(4) {
  display: none;
}

.cvt-corevalues {
  text-align: center;
  background-color: var(--color-shade-3);
  position: relative;
}

.cvt-corevalues::before {
  content: url('../assets/banners/ellipses.svg');
  position: absolute;
  right: 0px;
}

.cvt-corevalues .section-heading h1 {
  position: relative;
  margin-bottom: 2rem;
}

.cvt-corevalues .section-heading h1::before {
  content: '';
  position: absolute;
  inset: 0;
  bottom: -10px;
  width: 20%;
  margin: auto;
  border-bottom: 5px solid var(--white);
}

.cvt-corevalues-container {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

.cvt-corevalues--values {
  color: var(--color-shade-1);
  text-align: start;
  width: 50%;
  max-width: 12rem;
  margin: 8px;
}

.cvt-corevalues--values img {
  width: 30px;
  height: 30px;
  padding: 2px;
  background-color: var(--color-shade-5);
}

.cvt-corevalues--values h3 {
  height: 67px;
}

.cvt-transparency-details {
  position: relative;
}

.cvt-transparency-details::before {
  content: '';
  background-image: url(../assets/logos/bg-logo-sec.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  background-position: center;
  opacity: 0.4;
}

.cvt-transparency-section-one {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;

  background: linear-gradient(
    to right,
    var(--color-shade-3) 50%,
    var(--white) 50%
  );
  display: flex;
}

.cvt-transparency-section-two {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;

  background: linear-gradient(
    to right,
    var(--color-shade-4) 50%,
    var(--color-shade-3) 50%
  );
  display: flex;
}

@media screen and (min-width: 800px) {
  .section-one {
    flex-direction: row;
  }

  .section-two {
    flex-direction: row;
  }

  .section-three {
    flex-direction: row;
  }

  .section-intro--heading {
    text-align: start;
    margin-bottom: 3rem;
  }

  .section-intro--heading::before {
    left: 0;
    bottom: -16px;
    margin-left: 5px;
  }

  .section-intro--desc {
    text-align: start;
  }

  .cvt-buisness-desc .content-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6.25rem 0;
  }

  .cvt-buisness-desc .section-heading {
    text-align: start;
    width: 40%;
    margin: unset;
  }

  .cvt-buisness-desc .cvt-work-description {
    display: block;
    text-align: start;
    width: 40%;
  }

  .cvt-buisness-desc .cvt-work-description p:nth-child(2),
  .cvt-buisness-desc .cvt-work-description p:nth-child(3),
  .cvt-buisness-desc .cvt-work-description p:nth-child(4) {
    display: block;
  }

  .cvt-corevalues .section-heading {
    margin-right: auto;
    margin-left: 0;
    text-align: start;
  }

  .cvt-corevalues .section-heading h1::before {
    content: '';
    position: absolute;
    inset: 0;
    bottom: -10px;
    width: 10%;
    margin-left: 5px;
    border-bottom: 5px solid var(--white);
  }

  .cvt-corevalues .cvt-corevalues-container {
    justify-content: start;
  }
  
  .cvt-corevalues--values {
    max-width: 13.75rem;
  }

  .cvt-transparency {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .cvt-transparency .section-heading {
    margin: 0;
    width: 30%;
  }
  .cvt-transparency .cvt-transparency-details {
    width: 50%;
  }
}
