.contactus{
    width: 100%;
    margin-top: 40px;
    margin-bottom: 50px;
    color: #fff;
    padding: 0 30px;

}
.adsdekstop{
    margin-top: 100px;
    width: 100%;
    padding: 0 20px;
    text-align: center;
}
.adsdekstop .banner{
    width: 45%;
    display: inline-block;
    margin-bottom: 10px;
}
.adsdekstop .banner img{
    width: 100%;
    border-radius: 5px;
}
.adsmobile{
    display: none;
}
@media(max-width:500px){
    .adsdekstop{
        display: none;
    }
    .adsmobile{
        display: block;
        margin-top: 100px;
        width: 100%;
        padding: 0 20px;
    }
    .adsmobile .banner{
        width: 100%;
        display: inline-block;
        margin-bottom: 10px;
    }
    .adsmobile .banner img{
        width: 100%;
        border-radius: 5px;
    }
}
