@media screen and (max-width: 1777px){
    
    .image1 img {
        padding-top: 600px;
        min-width: 500px;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        padding-left: 11%;
    }

    .textimg {
        height: 1500px;
    }

    .text-box h1{
        color: white;
        padding-right: 10%;
        text-align: center;
    }
    
    .text-box p{
        font-size: 30px;
        color: white;
        text-align: center;
        padding-right: 10%;
    }

}

@media screen and (max-width: 980px){
    .aboutfooter {
        min-height: 800px;
        background-color: #114D99;
    }
}