.about-us-container {
    width: 90vw;
    margin: 20px auto;
}

.about-header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-fpisub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

.fpisub {
    margin: 20px;
}

.about-fpisub h3 {
    font-size: 28px;
    line-height: 2;
}

.about-fpisub p {
    line-height: 2;
}

.about-fpisub img {
    height: 22rem;
}

.final-msg p {
    margin: 50px 10px;
    font-weight: 400;
    line-height: 2;
}

.motivation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px auto;
}

.motivation .col1 h3 {
    width: 40vw;
    font-size: 28px;
    line-height: 38px;
    margin: 20px 0;
}

.motivation .col1 h4 {
    font-weight: 900;

}

.motivation .col1 p {
    width: 50vw;
    line-height: 1.5;
    margin: 20px 0;
    font-size: 18px;
}

.motivation .col1 .col1-insider .row {
    padding: 20px;
}

.motivation .col1 .col1-insider p {
    font-size: 16px;
    margin: 5px 0;
}

.col1-insider .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.motivation .col2 img {
    height: 25rem;

}

.learnmore {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #F78B02;
    color: #ffffff;
    padding: 30px 55px;
    flex-wrap: wrap;
    border-radius: 25px;
}

.learnmore-text {
    width: 50%;
    line-height: 1.7;
    font-size: 18px;
}

.learnmore img {
    height: 15rem;
}

.learnmore button {
    margin: 20px 15px;
    text-align: center;
    /* background-color: #15803d; */
    font-size: 18px;
    border: solid 2px white;
    border-radius: 5px;
    color: #ffffff;
    padding: 15px 40px;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}

.learnmore button:hover {
    background-color: white;
    color: #F28C28;
}



@media only screen and (max-width: 428px) {
    .about-us-container {
        width: 95vw;
    }

    .about-header {
        text-align: center;
    }

    .about-fpisub {
        flex-direction: column;
        align-items: center;
    }

    .fpisub {
        margin: 10px;
    }

    .fpisub h3 {

        font-size: 24px;
        line-height: 1.8;
    }

    .about-fpisub img {
        height: 15rem;
        max-width: 100%;
    }

    .motivation {
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 20px;
        /* margin: 110px 20px; */
    }

    .motivation .col1 h3 {
        width: auto;
        font-size: 22px;
        line-height: 38px;
    }

    .motivation .col1 p {
        width: auto;
        font-size: 16px;
    }




    .motivation .col2 img {
        height: 20rem;
        /* background-color: #000000; */
        /* border-radius: 50%; */
    }

    .final-msg p {
        font-weight: 200;
    }

    .learnmore {
        padding: 30px 25px;
        flex-wrap: wrap;
    }

    .learnmore-text {
        width: auto;

    }

    .learnmore img {
        height: 10rem;
    }
}


@media only screen and (min-width:430px) and (max-width: 840px) {
    .about-fpisub {
        flex-direction: column;
    }

    .about-fpisub img {
        height: 14rem;
    }

    .motivation {
        flex-direction: column;
    }

    .motivation .col1 h3 {
        width: auto;
        font-size: 28px;
        line-height: 38px;
        margin: 20px 0;
    }

    .motivation .col1 p {
        width: auto;
        line-height: 1.5;

    }

    .motivation .col1 .col1-insider .row {
        padding: 20px;
    }

    .motivation .col1 .col1-insider p {
        font-size: 16px;
        margin: 5px 0;
    }

    .col1-insider .row {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .motivation .col2 img {
        height: 25rem;
        background-color: #000000;
        border-radius: 50%;
        /* overflow-y: hidden; */
    }

}