.about-bg{
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF 60%, #F3FAFF 100%);
    z-index: -2;
}

/* .about-info  */
h2{
    font-weight: 700;
    font-size: 48px;
    font-family: 'Nunito-Bold';
    text-transform: uppercase;
    color: #081f46;
}

.about-content {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.about-info h3{
    font-weight: 600;
    font-size: 36px;
    color: #379eff;
}

h6{
    font-weight: normal;
    font-size: 20px;
    /* line-height: 1.5; */
    font-family: 'Nunito-Medium';
}

.about-img img{
    height: 340px;
}

/* story-section */

.story-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.story-header-img {
    background-image: url('../../images/about/Wave.png');
    width: 135px;
    height: 10px;
    background-size: 125px;
    background-repeat: repeat-x;
    background-position: center;
}

.story-header-text {
    width: 50%;
    text-align: center;
}

.story-box {
    padding: 30px;
    margin-top: 30px;
    row-gap: 50px;
}

.story-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.story-card-img {
    width: 160px;
    background-color: white;
    border-radius: 50%;
    padding: 15%;
    box-shadow: 0px 8px 44px 0px rgba(41.00000000000001, 112.00000000000016, 250, 0.15);
}

.story-card-text {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.story-card-text p {
    margin: 0;
}

/* about-water */

.water-bg-img img {
    width: 80%;
}

/* partner-section */

.partners-section h2 {
    text-align: center;
}

.partners-card {
    display: block;
    background-color: white;
    padding: 10px 25px;
    border-radius: 10px;
    box-shadow: 0px 8px 44px 0px rgba(41.00000000000001, 112.00000000000016, 250, 0.15);
}

.partners-card img {
    object-fit: contain;
}


@media only screen and (max-width: 1199.9px) {
    .about-content {
        align-items: center;
        gap: 25px;
    }

    .about-content h2,h3,h6 {
        text-align: center;
    }

    .about-img img{
        height: 100%;
    }

    .story-header-text {
        width: 100%;
    }

    .about-water-img {
        padding: 30px 0;
    }
    
    .about-water-img img {
        width: 100%;
    }
}


@media only screen and (max-width: 767.9px) {
    h2 {
        font-size: 41px;
    }
}


@media only screen and (max-width: 575.9px) {
    .story-card-img {
        padding: 10%;
    }
}

@media only screen and (max-width: 500.9px) {
    h2 {
        font-size: 35px;
    }

    .about-info h3 {
        font-size: 25px;
    }

    h6 {
        font-size: 16px;
    }
}
