.banfield-app-module{margin-top:35px;background-color:#d74100;}
.download-mobile-app{background-color:#d74100; padding:15px 0;display:flex;}
.download-mobile-app h3{color:#fff; flex:0 0 60%;display: flex;align-items: center;justify-content: center;margin-bottom: 0;}
.download-store-buttons img{height:45px;}
.download-store-buttons img:first-child{margin-right:10px;}

.chat-mobile-app{background-color:#d74100; padding:30px 0;}
.chat-mobile-app h3{color:#fff;}
.chat-mobile-app p, .chat-mobile-app a{color: #fff;}

.app-module-with-close{margin-top:0px;position: relative;}
.app-module-with-close button{position: absolute;top:0;right:10px;background-color: transparent;border:0;padding:10px;display: flex;align-items: center;height: 100%;}

@media (max-width:991px){
    .download-mobile-app{display: block;}
    .download-mobile-app h3{ margin-bottom: 10px;}
    .download-store-buttons{text-align: center;}
}

@media(max-width:767px){
    .app-module-with-close h3{font-size: 1.2rem;}
    .app-module-with-close button{align-items: flex-start;}
}

@media(max-width:320px){
   .download-store-buttons img:first-child{margin-bottom:10px;}
}