#contact_us .icon {
   gap: 20px;
   margin: 14px 0 22px 0;
}
#contact_us .icon  img{
    width: 25px;
    height: 25px;
}
#contact_us .btn{
    margin-top: 0px;
}
@media only screen and (min-width: 1000px) {
    #contact_us .icon {
       margin: 20px 0 30px 0;
    }
    #contact_us .icon  img{
        width: 30px;
        height: 30px;
    }
}
