.banner-section { height: auto; width: auto; } .banner-section img, .service-section img { width: 100% !important; } .banner-section-btn a { border: 2px solid #df2b23 !important; color: #fff !important; text-decoration: none; padding: 10px 20px; } .banner-section-btn a.wp-block-button__link:hover { border-color: #fff !important; color: #fff !important; background: transparent !important; } .service-btn a { text-decoration: none; border: 2px solid #d4d4d4; background: transparent; padding: 10px 15px; transition: 0.3s all ease-in-out; } .service-btn a.wp-block-button__link:hover { color: #fff; background: linear-gradient(130deg, #906b00 40% , #df2b23 77%); border: 2px solid #d4d4d4; } .service-box { box-shadow: 0px 7px 5px #eee; border: 1px solid #eee; } .banner-section-btn a::after { content: "\f105"; font-family: 'Font Awesome 5 Free'; font-weight: 900; padding: 7px; color: #fff; } .service-btn a::after { content: "\f105"; font-family: 'Font Awesome 5 Free'; font-weight: 900; padding: 7px; color: #000; transition: 0.3s all ease-in-out; } .service-btn a.wp-block-button__link:hover:after { color :#fff; } .service-section h2 { font-weight: 600 !important; } @media screen and (max-width: 992px) and (min-width: 767px) { .service-boxes.wp-block-columns { flex-wrap:nowrap !important; } }