@import url('https://fonts.googleapis.com/css2?family=Changa:wght@200&family=Great+Vibes&family=Lobster+Two&family=Roboto+Flex:opsz,wght@8..144,200&display=swap');

*{
    padding: 0;
    margin: 0;
}
.abt-banner{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    font-family: 'Changa', sans-serif;
    text-transform: uppercase;
}
.abt-banner .abt-ab1{
    height: 100px;
    color: white;
    width: 100%;
    background-color: #023279;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}
.abt-banner .abt-ab2{
    height: 100%;
    width: 95%;
    padding: 30px;
    font-weight: bolder;
    font-size: 17px;
}
.abt-banner .abt-ab3{
    height: 300px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background:url(../images/header-img-main.png) no-repeat 0 0;
    background-size:cover;
}
@media (max-width: 800px){
    .abt-ab3 img{
        width: 400px;
    }
    .abt-ab2{
        width: 80%;
        padding: 0;
    }
}