.heading-content {
    
}
.heading-content h2 {
    position: relative;
    padding-left: 18px;
    margin-bottom: 20px;
    line-height: 1.1em;
    letter-spacing: 0.3em;
    color: var(--primary-dark-pink);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: var(--fw-500);
    font-family: var(--font-family-montserrat);
}
.heading-content h2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--primary-dark-pink);
    transform: translateY(-50%);
}
.heading-content h3 {
    line-height: 1.1em;
    font-size: clamp(26px, 4.5vw, 48px);
    font-weight: var(--fw-400);
    color: var(--text-color);
    margin-bottom: 25px;
}
.heading-content p {
    margin-bottom: 20px;
    color: var(--primary-dark-gray);
}
/* section-ourBelief */
.section-ourBelief {
    overflow: hidden;
}
.section-ourBelief .row-1 {
  position: relative;
  align-items: center;
  border-radius: 20px;
  padding: 100px 30px;
  background: var(--background-primary-gradient), url(https://solomonandparikh.com/assets/images/whyus/our_belief_bg.jpg);
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-ourBelief .row-1 .col-a .heading-content h2 {
  width: fit-content;
  margin: auto auto 20px;
  line-height: 1.1em;
  letter-spacing: normal;
  color: var(--primary-dark-pink);
  text-transform: capitalize;
  font-weight: var(--fw-500);
  font-size: clamp(26px, 4.5vw, 48px);
  font-family: var(--font-family-stix);
}
.section-ourBelief .row-1 .col-a .heading-content h2:before {
  content:"";
  all:unset;
}
.section-ourBelief .row-1 .col-b .points {
  padding-bottom: 40px;
  color: var(--white);
}
.section-ourBelief .row-1 .col-b .points .point {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 15px;
  padding-bottom: 15px;
  font-size: 18px;
}
.section-ourBelief .row-1 .col-b .points .point .icon {
  position: relative;
  top: 4px;
}
.section-ourBelief .row-1 .col-b .button-area {
  display: flex;
  justify-content: center;
}
/* section-ourJourney */
.section-ourJourney {
    background-color: var(--primary-light-gray);
}
.section-ourJourney .image-container {
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 20px;
}
.section-ourJourney .image-container img{
  border-radius: 20px;
  max-width: 540px;
}
.section-ourJourney .image-container:after{
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.section-ourJourney .image-container:hover:after{
  height: 250%;
  background-color: transparent;
  transition: 600ms linear;
}
.section-ourJourney .row-1 {
  align-items: center;
}
.section-ourJourney .row-1 .col-a .col-a-a > p {
  margin-bottom: 20px;
  color: var(--primary-dark-gray);
}
.section-ourJourney .row-1 .col-a .col-a-b .col .card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section-ourJourney .row-1 .col-a .col-a-b .col .card .icon {
  cursor: default;
  position: relative;
  width: 40px;
  height: 40px;
  padding: 10px;
  margin-right: 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-dark-pink);
  z-index: 1;
}
.section-ourJourney .row-1 .col-a .col-a-b .col .card:hover .icon:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--background-primary-color);
    border-radius: 8px;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.section-ourJourney .row-1 .col-a .col-a-b .col .card:hover .icon:before {
  transform: scale(1);
}
.section-ourJourney .row-1 .col-a .col-a-b .col .card .icon svg path {
  stroke: var(--white);
}
.section-ourJourney .row-1 .col-a .col-a-b .col .card h4 {
  font-weight: var(--fw-400);
  font-size: 18px;
}
.section-ourJourney .row-1 .col-a .col-a-c .col:first-child {
  order: 2;
}
.section-ourJourney .row-1 .col-a .col-a-c .row-special {
  align-items: center;
}
.section-ourJourney .row-1 .col-a .col-a-c .row-special .col p {
  color: var(--primary-dark-gray);
}
.section-ourJourney .row-1 .col-a .col-a-c .row-special .col .button-area {
  margin-top: 30px;
}

/* section-team */
.section-team {
  
}
.section-team .row-1 .col-b .card {
  
}
.section-team .row-1 .col-b .card .card-img {
  border-radius: 20px 20px 0 0;
}
.section-team .row-1 .col-b .card .card-img .image-container {
  overflow: hidden;
  position: relative;
  border-radius: 20px 20px 0 0;
  text-align: center;
  line-height: 0;
}
.section-team .row-1 .col-b .card .card-img .image-container:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.section-team .row-1 .col-b .card .card-img .image-container:hover:after {
  height: 250%;
  background-color: transparent;
  transition: 600ms linear;
}
.section-team .row-1 .col-b .card .card-img img {
  border-radius: 20px 20px 0 0;
}
.section-team .row-1 .col-b .card .card-content {
  background-color: var(--primary-light-gray);
  border-radius: 0 0 20px 20px;
  padding: 30px;
}
.section-team .row-1 .col-b .card .card-content h4 {
  margin-bottom: 5px;
}
.section-team .row-1 .col-b .card .card-content h4 a {
  color: var(--text-color);
  font-size: 18px;
  font-weight: var(--fw-400);
  font-family: var(--font-family-marcellus);
}
.section-team .row-1 .col-b .card .card-content p {
  font-size: 16px;
  font-weight: var(--fw-500);
  color: var(--primary-dark-gray);
}

.section-small-banner {
    background-color: var(--background-primary-color);
}
.section-small-banner .row-1 {
    align-items: center;
    padding: 30px 0;
}
.section-small-banner .row-1 .col-a {
    text-align: center;
}
.section-small-banner .row-1 .col-a h2 {
    font-size: clamp(26px, 6.5vw, 48px);
    font-weight: var(--fw-400);
    color: var(--white);
    line-height: 1.1em;
}

.section-small-banner .row-1 .col-b {
    text-align: center;
    margin-top: 20px;
}

@media (min-width:1024px) {
    .section-small-banner .row-1 .col-a {
        text-align: left;
    }
    .section-small-banner .row-1 .col-b {
        text-align: right;
        margin-top: 0;
    }
}
@media (min-width:768px){
  .section-ourBelief .row-1 {
    padding: 100px 50px;
  }
  .section-ourJourney .row-1 .col-a {
    order: 2;
  }
  .section-ourJourney .row-1 .col-a .col-a-b .col .card h4 {
    font-size: 20px;
  }
  .section-ourJourney .row-1 .col-a .col-a-c .row-special {
    gap: 45px;
  }
  .section-team .row-1 .col-b .card .card-content h4 a {
    font-size: 20px;
  }
}

@media (min-width:1024px){
  .section-ourBelief .row-1 {
    padding: 100px;
  }
}