* {
    box-sizing: border-box;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}
html, body {
    height: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
}


p {
    /* font-family: 'Poppins', sans-serif; */
    margin: 20px 0 ;
    font-size: 21px;
    font-weight: 400;
}

.disp-f {
    display: flex;
    align-items: center;
    justify-content: center;
    }

button {

    padding: 10px 25px;
    border-radius: 30px;
    background: #1A3779;
    color: white;
    border:none;
    font-weight: 600;
    /* font-size: 18px; */


}

.banner {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    /* overflow-y: scroll; */
}

@media screen and (max-width: 766px) { 
    .banner {
        padding: 20px;
    }
    .banner.disp-f {display: block;}
}