/* STORY-SECTION */




-------------------------------------- 
.story-section {
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: var(--light-sky);
}

.story-section .story-section-left .story-img {
    width: 100%;
    height: auto;
}

.story-section .story-section-right .story-head {
    background-color: var(--dark-sky);
    border-radius: 50px;
    padding: 2px;
    margin-bottom: 46px;
}

.story-section .story-section-right .story-head .story-head-content {
    border: 0.5px solid var(--white);
    border-radius: 50px;
}

.story-section .story-section-right .story-head .story-head-content .story-heading {
    font-family: 'Gilroy';
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
    color: var(--primary);
    padding: 0px 22px 0px 12px;
}

.story-section .story-section-right .story-head .story-head-content .story-head-img {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background-color: var(--navy-blue);
    background-image: url('./../images/about-us/right_arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    border-top: 0.5px solid var(--white);
    border-right: 0.5px solid var(--white);
    border-bottom: 0.5px solid var(--white);
    border-left: none;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}



/* DATASYNC TEAM  */

.datasync-team {
    padding: 47px 0 190px 0;
    background-image: url(../images/about-us/datasync-team-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.datasync-team .team-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    flex-wrap: wrap;
    margin-top: 56px;
}

.datasync-team .team-card {
    position: relative;
    width: 225px;
    height: 362px;
}

.datasync-team .team-card img {
    width: 225px;
    height: 362px;
    object-fit: cover;
    border: 0.77px solid var(--blue);
    border-radius: 10px;
    border-bottom: 14px solid var(--blue);
}

.datasync-team .team-member-info {
    backdrop-filter: blur(14px);
    border: 0.77px solid var(--blue);
    background: #E6E6E633;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 100%;
    min-height: 140px;
    position: absolute;
    bottom: 7px;
    padding: 12px 0 16px 0;
}

.datasync-team .member-info {
    max-width: 200px;
    margin: auto;
}

.datasync-team .team-member-info h3 {
    font-family: 'Gilroy';
    font-weight: 700;
    font-size: 15.31px;
    line-height: 18.51px;
    letter-spacing: 1px;
    color: var(--white);
    text-align: center;
    margin-bottom: 8px;
}

.datasync-team .team-member-info h4 {
    font-family: Gilroy;
    font-weight: 700;
    font-size: 11.48px;
    letter-spacing: 1px;
    color: var(--secondary);
    text-align: center;
    margin-bottom: 10px;
}

.datasync-team .team-member-info p {
    font-family: 'Gilroy';
    font-weight: 400;
    font-size: 10px;
    line-height: 13.19px;
    letter-spacing: 1px;
    text-align: center;
    color: var(--white);
    margin: 0;
}


/* MISSION SECTION */
.mission-section {
    padding: 60px 0 90px 0;
    background-color: var(--white);
    overflow-x: hidden;
}

.mission-section h2 {
    font-family: 'Gilroy';
    font-weight: 700;
    font-size: 45px;
    line-height: 54.4px;
    letter-spacing: 1px;
    color: #003D7C33;
    margin-bottom: 36px;
}

.mission-section .mission-cards-content {
    display: flex;
    flex-direction: column;
    gap: 90px;
}

.mission-section .mission-card {
    border: 1px solid var(--blue);
    border-radius: 11px;
    padding: 10px 26px;
    border-bottom: 8px solid var(--blue);
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    display: flex;
    gap: 28px;
}

.mission-section .mission-card h4 {
    font-family: 'Gilroy';
    font-weight: 700;
    font-size: 20px;
    line-height: 24.18px;
    letter-spacing: 1px;
    color: var(--blue);
}

.mission-section .mission-card p {
    font-family: 'Gilroy';
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -1%;
    text-align: justify;
    color: var(--primary);
    margin: 0;
}

@media (max-width:992px) {
    .story-section .story-section-right .story-head .story-head-content .story-head-img {
        display: none;
    }

    .story-section .story-section-left .story-img {
        margin-bottom: 30px;
        width: 82%;
    }

    .story-section .story-section-right .story-head .story-head-content .story-heading {
        padding: 0px 22px 0px 22px;
    }

    .story-section .story-section-right .story-head {
        margin-bottom: 30px;
    }
}

@media (max-width:768px) {
    .story-section .story-section-right .story-head .story-head-content .story-heading {
        line-height: 24.18px;
    }

    .story-section {
        padding-top: 18px;
    }

    .story-section .story-section-right .story-head {
        border-radius: 27px;
    }

    .story-section .story-section-right .story-head .story-head-content {
        border-radius: 46px;
    }
}


@media only screen and (max-width: 520px) {
    .story-section .story-section-right .story-head .story-head-content .story-heading {
        font-size: 17px;
    }

    .datasync-team .team-info {
        gap: 58px;
        margin-top: 73px;
    }

    .datasync-team .team-card {
        width: 304px;
    }

    .datasync-team .team-card img {
        width: 304px;
        object-position: top;
    }

    .datasync-team .member-info {
        max-width: 250px;
    }

    .datasync-team {
        background-image: url(../images/about-us/datasync-team-bg-sm.png);
    }

    .datasync-team .team-member-info h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .datasync-team .team-member-info h4 {
        font-size: 15px;
    }

    .datasync-team {
        padding: 25px 0 125px 0;
    }

    .mission-section h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .mission-section .mission-card {
        border: 1px solid var(--blue);
        border-radius: 6px;
        padding: 10px 16px 16px 8px;
        border-bottom: 4px solid var(--blue);
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        gap: 9px;
    }

    .mission-section .mission-cards-content {
        gap: 38px;
    }

    .mission-section {
        padding: 40px 0 65px 0;
    }

    .story-section .story-section-right .story-head {
        border-radius: 40px;
    }
}