.about-home {
    background: linear-gradient(109deg, #E2F3FF 25.67%, #CFEFEF 70.27%);
    padding: 105px 0px 30px;
    text-align: center;
}
.about-home h2{
    margin-bottom: 10px;
    font-size: 2em;
}
.about-home p {
    font-size: 18px;
    max-width: 700px;
    line-height: 1.7;
    color: #101112;
}
.about-home p span{
    position: relative;
    z-index: 2;
    text-wrap-mode: nowrap;
}
.about-home p span:after{
    width: 100%;
    height: 8px;
    position: absolute;
    content: '';
    bottom: 5px;
    left: 0px;
    background: #2590a1;
    border-radius: 10px;
    z-index: -1;
}
.about-home h5{
    max-width: 700px;
    font-weight: 400;
    font-size: 1.25em;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 60px;
    display: inline-block;
}
.about-home h5 span{
    font-weight: 600;
    color: #2590A1;
}

@media screen and (max-width: 768px) {
    .about-home p{
        font-size: 18px;
    }
}
.our-story {
    background-color: #F6FBFB;
    padding: 70px 0px;
}
.story-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    h2{
        text-align: center;
    }
}
.founders {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.founders h4 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.container p span {
    color: #2590a1;
}
p.story-description {
    margin-top: 32px;
    line-height: 1.6;
    text-align: center;
}

.wave-container  {
    background-image: url("/images/wave-straight.svg");
    background-repeat: no-repeat;
    background-position: center;
}
.wave-content .left-block p, .wave-content .right-block p {
    width: 480px;
    padding: 10px;
    text-align: center;
}
.wave-content {
    padding: 120px 0px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.block-splits {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pt-2 {
    padding-top: 3rem;
}
.pt-3 {
    padding-top: 3rem;
}
.logo-tag {
    display: flex;
    align-items: center;
}
.bird-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding-left: 40px;
}
.bird-content p {
    height: 128px;
    width: 545px;
    text-align: center;
    gap: 20px;
    font-size: 16px !important;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
    .wave-content .left-block p, .wave-content .right-block p {
        width: 440px;
    }
}
@media screen and (max-width: 768px) {
    .wave-container {
        background-image: none;
        display: flex;
        justify-content: center;
    }
    .wave-content {
        padding: 70px 0px;
        gap: 0px;
    }
    .pt-1, .pt-3 {
        display: flex;
        flex-direction: column-reverse;
        gap: 50px;
    }
    .left-block {
        display: flex;
        justify-content: center;
    }
    .right-block {
        display: flex;
        justify-content: center;
    }
    .bird-content p {
        height: auto;
        width: auto;
    }
    .founders {
        gap: 5rem;
    }
}
@media screen and (max-width: 500px) {
    .wave-content .left-block p, .wave-content .right-block p {
        width: auto;
        padding: 30px;
    }
    .wave-content {
        padding: 40px 0px;
        gap: 0px !important;    
    }   
}
.about-home video{
    width: 100%;
    max-width: 740px;
    border-radius: 30px;
    border: 15px solid #9AD9E3;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}
.statementFaith {
    background: #F6FBFB;
}
.founder {
    width: 243.37px;
}
img {
    max-width: 100%;
}
.story-description {
    font-size: 16px;
}



.content-with-img {
    position: relative;
}
.content-with-img p {
    font-size: 16px;
    text-align: center;
    width: 440px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mobile-img {
    display: none;
}
.world-img {
    height: 258px;
    width: 417px;
}
.pt-1 {
    margin-top: 110px;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {

    .wave-content {
        padding: 90px 0px;
    }
    .pt-2, .desktop-img {
        padding-top: 3rem;
    }
    .world-img {
        width: 337px;
    }
    .left-block.logo-tag {
        margin-top: 30px;
    }
    .content-with-img p {
        top: 55%;
    }
}
@media screen and (max-width: 768px) {
    .pt-1 {
        gap: 70px;
        margin-top: 0px;
    }
    .pt-2 {
        display: flex;
        flex-direction: column-reverse;
        gap: 70px;
    }
    .pt-3 {
        padding-top: 80px;
    }
    .bird-content {
        padding-left: 0px;
    }
    .mission-mobile h2 {
        margin: 0px 0px 10px;
    }
}
@media screen and (max-width: 500px) {
    .pt-1 {
        padding-top: 7rem;
    }
    .content-with-img p {
        width: 320px;
    }
    .desktop-img {
        display: none;
    }
    .mobile-img {
        display: block;
    }
    .bird-content {
        padding-left: 0px;
    }
    .mission-mobile {
        text-align: center;
    }
}
@media screen and (max-width: 375px) {
    .mobile-img {
        height: 320px;
    }
    .content-with-img p {
        width: 290px;
    }
}
@media screen and (max-width: 320px) {
    .mobile-img {
        height: 320px;
    }
    .content-with-img p {
        width: 240px;
    }
}
@media screen and (max-width: 425px) {
    .statement-question {
        padding: 40px !important;
    }
}