.banner-section {
    background-image: linear-gradient(180deg, rgba(255, 211, 211, 0) 0%,
    rgba(144, 144, 144, 0.433862) 31.77%,
    rgba(97, 97, 97, 0.619626) 47.4%,
    #000000 99.94%),
    var(--image-url);
}

.contain-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px auto;
    padding: 30px 0;
}

.about-section .call-to-action {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
}

.about-section h1, h1.about-section {
    font-weight: 800;
    font-size: 40px;
    line-height: 56px;
    color: #AE4F7F;
}

.about-section .call-to-action .quote-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 45px;
    padding: 15px 0 20px;
    color: #999999;
}

.about-section .call-to-action .subtitle {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.about-section .call-to-action .subtitle.name {
    font-weight: 600;
    font-size: 17.2073px;
    line-height: 21px;
    color: #AE4F7F;
}

.subtitle.name strong {
    font-weight: 900;
}

.category {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.cat-icon-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-right: 20px;
}


.flip {
    transform: rotate(180deg);
    margin: 0 -0.5rem;
}

.img-wrapper img {
    width: 100%;
    height: auto;
}

.feature-section {
    background-color: #FFF9F9;
    padding: 1.5rem 0;
}

.feature {
    margin: 40px auto;
}


.our-team {
    padding: 40px 0;
    margin-bottom: 20px;
}

.our-team .section-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 40px;
}

.our-team .section-heading .category {
    margin-bottom: 8px;
}

.our-team .section-heading .title {
    font-weight: 700;
    font-size: 36px;
    line-height: 47px;
    letter-spacing: 0.45px;
    text-align: center;
    text-transform: capitalize;
    color: #AE4F7F;
}

.our-team .section-heading .subtitle {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 37px;
    text-align: center;
    color: #333333;
}

.team-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
}

.team-content-wrapper img {
    width: 100%;
    height: auto;
}

.team-text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 20px;
}

.team-text-wrapper .title {
    font-weight: 800;
    font-size: 19.7241px;
    line-height: 25px;
}

.team-text-wrapper .subtitle {
    font-weight: 400;
    font-size: 14.3448px;
    line-height: 25px;
    color: #333333;
}

.team-card {
    background: #EEEEEE;
    margin: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 5px solid;
    border-image: linear-gradient(to right, #AE4F7F 50%, #979797 50%) 2;
}


.team-card > .card-content {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
    text-align: left;
    padding: 20px 40px;
}

@media all and (max-width: 600px) {

    .contain-wrapper,
    .card-row {
        flex-direction: column;
    }

    .contain-wrapper {
        margin: 0 auto;
    }

    .team-card,
    .card {
        margin: 0 0 30px;
    }

    .team-card,
    .feature-section .card,
    .feature-section .card-content,
    .about-section .card,
    .about-section .card-content {
        width: 100%;
    }

    .message-section .img-wrapper,
    .about-section .call-to-action {
        margin-bottom: 30px;
    }

    .left-side,.right-side {
        margin: 0;
    }

    .right-side {
        margin-bottom: 10px;
    }

    .our-team {
        padding: 0;
    }
}
