/* ================================================
   XYZ CONTRACTOR — COMPLETE RESPONSIVE STYLESHEET
   Covers: Mobile (≤575px), Tablet (576–991px), Laptop/Desktop (992px+)
   ================================================ */

/* -----------------------------------------------
   1. BASE RESETS & GLOBAL
------------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a { touch-action: manipulation; }

/* -----------------------------------------------
   2. TOP BAR — responsive
------------------------------------------------ */
.top-bar {
  height: auto !important;
  padding: 10px 15px !important;
}

.top-bar .logo {
  text-align: center !important;
  padding: 8px 0 !important;
}

.top-bar .logo img {
  max-height: 55px !important;
  width: auto !important;
  margin: 0 auto !important;
  transform: none !important;
  display: inline-block;
}

.top-bar .top-bar-item {
  justify-content: flex-start;
  padding: 4px 0;
}

.top-bar .top-bar-icon [class^="flaticon-"]::before {
  font-size: 28px !important;
}

.top-bar .top-bar-text h3 { font-size: 14px; margin-bottom: 2px; }
.top-bar .top-bar-text p  { font-size: 12px; }
.top-bar .top-bar-text a  { font-size: 12px; color: #030f27; }

/* Desktop top bar */
@media (min-width: 992px) {
  .top-bar {
    padding: 0 60px !important;
    height: 90px !important;
    display: flex;
    align-items: center;
  }
  .top-bar .logo { text-align: left !important; }
  .top-bar .logo img { transform: scale(1.2) !important; margin-left: 10px !important; }
}

/* Mobile top-bar strip info hidden by Bootstrap d-none d-lg-block — keep info visible on tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .top-bar .col-lg-8 { display: block !important; }
  .top-bar .row .col-4 { padding: 4px 8px; }
}



/* -----------------------------------------------
   3. NAVBAR
------------------------------------------------ */
.nav-bar { position: relative; z-index: 100; }

.nav-bar .navbar {
  padding: 10px 15px !important;
}

.nav-bar .navbar-toggler {
  border-color: rgba(255,255,255,0.5);
  padding: 6px 10px;
  font-size: 1rem;
}

.nav-bar .navbar-collapse {
  background: #030f27;
}

.nav-bar .navbar-nav .nav-link {
  padding: 10px 15px !important;
  font-size: 14px !important;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.nav-bar .navbar-nav .nav-link:last-child {
  border-bottom: none;
}

/* Tablet/Desktop nav */
@media (min-width: 992px) {
  .nav-bar { padding: 0 40px !important; }
  .nav-bar .navbar { padding: 0 !important; }
  .nav-bar .navbar-brand { display: none !important; }
  .nav-bar .navbar-nav .nav-link {
    padding: 18px 12px !important;
    font-size: 13px !important;
    border-bottom: none !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }
  .nav-bar .navbar-nav .nav-link:hover,
  .nav-bar .navbar-nav .nav-link.active {
    color: #fdbe33 !important;
    border-bottom: 3px solid #fdbe33 !important;
  }
}

@media (min-width: 1200px) {
  .nav-bar .navbar-nav .nav-link { padding: 18px 16px !important; font-size: 14px !important; }
}

/* -----------------------------------------------
   4. HERO / BOOKING FORM SECTION
------------------------------------------------ */
.container-fluid.bg-light .container { padding: 20px 15px; }

.container-fluid.bg-light .container .row {
  flex-direction: column;
}

/* Form column */

.container-fluid.bg-light .col-lg-5 {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}

.container-fluid.bg-light .bg-primary {
  padding: 25px 20px !important;
}

.container-fluid.bg-light .bg-primary h1 {
  font-size: 20px;
  margin-bottom: 8px;
}

.container-fluid.bg-light .bg-primary h4 {
  font-size: 13px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.container-fluid.bg-light .form-group { margin-bottom: 12px; }

.container-fluid.bg-light .form-control {
  height: 44px !important;
  padding: 8px 14px !important;
  font-size: 14px;
  border-radius: 4px;
}

.container-fluid.bg-light .btn.btn-dark.btn-block {
  height: 48px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 4px;
  width: 100%;
}

/* Content column */
.container-fluid.bg-light .col-lg-7 {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  padding: 25px 15px !important;
}

.container-fluid.bg-light .col-lg-7 h4 { font-size: 14px; }
.container-fluid.bg-light .col-lg-7 h1.display-4 {
  font-size: 26px !important;
  line-height: 1.25;
  margin-bottom: 15px;
}
.container-fluid.bg-light .col-lg-7 > p { font-size: 14px; }

.container-fluid.bg-light .col-lg-7 .col-sm-6 { padding: 8px 10px; }
.container-fluid.bg-light .col-lg-7 h5 { font-size: 14px; }
.container-fluid.bg-light .col-lg-7 .col-sm-6 > div p { font-size: 13px; }

/* Tablet */
@media (min-width: 576px) {
  .container-fluid.bg-light .col-lg-7 h1.display-4 { font-size: 32px !important; }
}

/* Desktop */
@media (min-width: 992px) {
  .container-fluid.bg-light .container { padding: 40px 20px; }
  .container-fluid.bg-light .container .row { flex-direction: row; }
  .container-fluid.bg-light .col-lg-5 { flex: 0 0 41.666%; max-width: 41.666%; }
  .container-fluid.bg-light .col-lg-7 { flex: 0 0 58.333%; max-width: 58.333%; }
  .container-fluid.bg-light .bg-primary { padding: 40px 35px !important; }
  .container-fluid.bg-light .bg-primary h1 { font-size: 26px; }
  .container-fluid.bg-light .col-lg-7 h1.display-4 { font-size: 42px !important; }
}

@media (min-width: 1200px) {
  .container-fluid.bg-light .col-lg-7 h1.display-4 { font-size: 52px !important; }
}

/* -----------------------------------------------
   5. FEATURE / MISSION STRIP
------------------------------------------------ */
.feature .feature-item {
  min-height: 140px !important;
  padding: 20px !important;
  flex-direction: row;
}

.feature .feature-icon { width: 50px; flex-shrink: 0; }
.feature .feature-icon::before,
.feature .feature-icon::after { width: 60px; height: 60px; }
.feature .feature-icon [class^="flaticon-"]::before { font-size: 44px !important; line-height: 44px !important; }
.feature .feature-text { padding-left: 20px; }
.feature .feature-text h3 { font-size: 18px !important; }
.feature .feature-text p  { font-size: 14px !important; }

.feature .col-lg-4 {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0;
}

@media (min-width: 576px) {
  .feature .col-lg-4 { flex: 0 0 33.333%; max-width: 33.333%; }
  .feature .feature-item { min-height: 180px !important; flex-direction: column; align-items: flex-start; }
}

@media (min-width: 992px) {
  .feature .feature-item { min-height: 220px !important; padding: 30px !important; }
  .feature .feature-text h3 { font-size: 22px !important; }
  .feature .feature-text p  { font-size: 16px !important; }
}

/* -----------------------------------------------
   6. ABOUT SECTION
------------------------------------------------ */
.about { padding: 30px 0 !important; }
.about .about-img { margin-bottom: 20px; }
.about .about-img img { border-radius: 4px; }
.about .section-header h2 { font-size: 26px !important; }
.about .about-text p { font-size: 14px !important; line-height: 1.7; }
.about .about-text a.btn { padding: 12px 28px; font-size: 14px; }

@media (min-width: 768px) {
  .about { padding: 40px 0 !important; }
  .about .section-header h2 { font-size: 32px !important; }
  .about .about-img { margin-bottom: 0; }
}

@media (min-width: 992px) {
  .about { padding: 60px 0 !important; }
  .about .section-header h2 { font-size: 42px !important; }
  .about .about-text p { font-size: 16px !important; }
}

/* -----------------------------------------------
   7. FACT / STATS
------------------------------------------------ */
.fact { padding: 30px 0 !important; }
.fact .fact-left, .fact .fact-right { padding: 30px 15px !important; }
.fact .fact-text h2 { font-size: 26px !important; }
.fact .fact-text p   { font-size: 13px !important; }
.fact .fact-icon { margin: 5px 10px 0 10px !important; }
.fact .fact-icon [class^="flaticon-"]::before { font-size: 40px !important; line-height: 40px !important; }

@media (min-width: 768px) {
  .fact .fact-text h2 { font-size: 32px !important; }
  .fact .fact-left, .fact .fact-right { padding: 45px 20px !important; }
}

@media (min-width: 992px) {
  .fact .fact-text h2 { font-size: 40px !important; }
  .fact .fact-left, .fact .fact-right { padding: 60px 30px !important; }
}




/* -----------------------------------------------
   8. SERVICES GRID
------------------------------------------------ */

/* SERVICE SECTION */

.service{
    padding:80px 0;
    background:#f7f8fc;
}

.service-item{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    transition:0.4s ease;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
    margin-bottom:30px;
    height:100%;
}

.service-item:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 50px rgba(0,0,0,0.12);
}

.service-img{
    position:relative;
    overflow:hidden;
}

.service-img img{
    width:100%;
    height:320px;
    object-fit:cover;
    transition:0.5s ease;
    display:block;
}

.service-item:hover .service-img img{
    transform:scale(1.08);
}

.service-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(10,26,47,0.82);
    display:flex;
    align-items:center;
    justify-content:center;
    padding:25px;
    opacity:0;
    transition:0.4s ease;
}

.service-item:hover .service-overlay{
    opacity:1;
}

.service-overlay p{
    color:#fff;
    font-size:15px;
    line-height:1.7;
    text-align:center;
}

.service-text{
    background:#071739;
    padding:22px 25px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.service-text h3{
    color:#fff;
    font-size:24px;
    font-weight:700;
    margin:0;
}

.service-text .btn{
    width:50px;
    height:50px;
    border-radius:50%;
    background:#f4b400;
    color:#071739;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    font-weight:700;
    transition:0.3s ease;
}

.service-text .btn:hover{
    background:#fff;
    transform:rotate(90deg);
}

/* RESPONSIVE */

@media(max-width:991px){

    .service-img img{
        height:280px;
    }

    .service-text h3{
        font-size:20px;
    }
}

@media(max-width:767px){

    .service{
        padding:60px 0;
    }

    .service-img img{
        height:250px;
    }

    .service-text{
        padding:18px 20px;
    }

    .service-text h3{
        font-size:18px;
    }

    .service-overlay p{
        font-size:14px;
    }
}

@media(max-width:575px){

    .service-img img{
        height:220px;
    }

    .service-text .btn{
        width:42px;
        height:42px;
        font-size:24px;
    }
}

/* -----------------------------------------------
   9. SECTION HEADER
------------------------------------------------ */
.section-header { margin-bottom: 25px !important; }
.section-header p  { font-size: 15px !important; }
.section-header h2 { font-size: 24px !important; }

@media (min-width: 576px)  { .section-header h2 { font-size: 30px !important; } }
@media (min-width: 992px)  { .section-header h2 { font-size: 42px !important; margin-bottom: 10px; } .section-header { margin-bottom: 40px !important; } }
@media (min-width: 1200px) { .section-header h2 { font-size: 50px !important; } }

/* -----------------------------------------------
   10. FAQs
------------------------------------------------ */
.faqs { padding: 30px 0 !important; }
.faqs .card-header a { font-size: 14px !important; line-height: 1.4 !important; padding: 12px 18px !important; }
.faqs .card-body { font-size: 14px !important; padding: 15px 18px !important; }

@media (max-width: 767px) {
  .faqs .row::after { display: none; }
  .faqs #accordion-1, .faqs #accordion-2 { padding: 0 !important; }
  .faqs #accordion-2 { margin-top: 15px; }
}

@media (min-width: 992px) {
  .faqs { padding: 60px 0 !important; }
  .faqs .card-header a { font-size: 15px !important; }
  .faqs .card-body { font-size: 15px !important; }
}

/* -----------------------------------------------
   11. CONTACT SECTION
------------------------------------------------ */
.contact { padding: 30px 0 !important; }

.contact .col-md-6 {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  padding: 20px 15px !important;
}

.contact .contact-item {
  padding: 15px !important;
  margin-bottom: 15px !important;
  flex-direction: row;
  align-items: flex-start;
}

.contact .contact-item [class^="flaticon-"]::before { font-size: 28px !important; }
.contact .contact-text h2 { font-size: 16px !important; }
.contact .contact-text p, .contact .contact-text a { font-size: 14px !important; color: #ffffff; }

.contact .contact-form input { height: 44px !important; font-size: 14px; }
.contact .contact-form textarea { height: 120px !important; font-size: 14px; }
.contact .contact-form .btn { padding: 12px 24px !important; font-size: 14px !important; width: 100%; }

@media (min-width: 768px) {
  .contact .col-md-6 { flex: 0 0 50% !important; max-width: 50% !important; }
  .contact .contact-form .btn { width: auto; }
}

@media (min-width: 992px) {
  .contact { padding: 60px 0 !important; }
  .contact .contact-item { padding: 25px !important; }
  .contact .contact-item [class^="flaticon-"]::before { font-size: 36px !important; }
  .contact .contact-text h2 { font-size: 20px !important; }
  .contact .contact-text p { font-size: 16px !important; }
  .contact .contact-form input { height: 50px !important; }
  .contact .contact-form textarea { height: 160px !important; }
}

/* -----------------------------------------------
   12. FOOTER
------------------------------------------------ */
.footer { padding-top: 40px !important; margin-top: 20px !important; }

.footer .col-md-6, .footer .col-lg-3 {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  margin-bottom: 30px;
  padding: 0 15px;
}

.footer h2 { font-size: 17px !important; }
.footer .footer-contact p { font-size: 13px; line-height: 1.8; }
.footer .footer-link a { font-size: 13px; }

.footer .newsletter iframe {
  width: 100% !important;
  max-width: 100% !important;
  height: 220px !important;
  display: block;
}

.footer .footer-menu .f-menu a {
  font-size: 12px !important;
  margin-right: 8px !important;
  padding-right: 8px !important;
}

.footer .copyright p { font-size: 12px; text-align: center !important; }

.footer .footer-social a { width: 36px !important; height: 36px !important; }

@media (min-width: 576px) {
  .footer .col-lg-3 { flex: 0 0 50% !important; max-width: 50% !important; }
}

@media (min-width: 992px) {
  .footer { padding-top: 70px !important; margin-top: 40px !important; }
  .footer .col-lg-3 { flex: 0 0 25% !important; max-width: 25% !important; }
  .footer h2 { font-size: 20px !important; }
  .footer .footer-contact p { font-size: 14px; }
  .footer .footer-menu .f-menu a { font-size: 14px !important; }
  .footer .copyright p { font-size: 14px; }
  .footer .newsletter iframe { height: 280px !important; }
}

/* -----------------------------------------------
   13. PAGE HEADER (about/service/team/contact pages)
------------------------------------------------ */
.page-header { padding: 35px 15px !important; margin-bottom: 25px !important; }
.page-header h2 { font-size: 26px !important; margin-bottom: 12px !important; }
.page-header a  { font-size: 15px !important; }

@media (min-width: 768px) {
  .page-header { padding: 50px 15px !important; }
  .page-header h2 { font-size: 38px !important; }
}

@media (min-width: 992px) {
  .page-header { padding: 70px 15px !important; margin-bottom: 40px !important; }
  .page-header h2 { font-size: 52px !important; }
  .page-header a  { font-size: 20px !important; }
}

/* -----------------------------------------------
   14. TEAM CARDS
------------------------------------------------ */
.team { padding: 30px 0 15px !important; }

.team .col-lg-3.col-md-6 {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.team .team-img img { height: 260px; object-fit: cover; object-position: top; }
.team .team-text { padding: 15px 10px !important; }
.team .team-text h2 { font-size: 16px !important; }
.team .team-text p  { font-size: 13px !important; }

@media (min-width: 576px) {
  .team .col-lg-3.col-md-6 { flex: 0 0 50%; max-width: 50%; }
}

@media (min-width: 992px) {
  .team .col-lg-3.col-md-6 { flex: 0 0 25%; max-width: 25%; }
  .team .team-img img { height: auto; }
  .team .team-text h2 { font-size: 20px !important; }
}

/* -----------------------------------------------
   15. PORTFOLIO GRID
------------------------------------------------ */
.portfolio { padding: 30px 0 15px !important; }

.portfolio .col-lg-4.col-md-6 {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.portfolio .portfolio-img img { height: 230px; object-fit: cover; }

@media (min-width: 576px) {
  .portfolio .col-lg-4.col-md-6 { flex: 0 0 50%; max-width: 50%; }
  .portfolio .portfolio-img img { height: 210px; }
}

@media (min-width: 992px) {
  .portfolio .col-lg-4.col-md-6 { flex: 0 0 33.333%; max-width: 33.333%; }
  .portfolio .portfolio-img img { height: auto; }
}

/* -----------------------------------------------
   16. BLOG / SINGLE POST
------------------------------------------------ */
.blog { padding: 30px 0 15px !important; }

.blog .col-lg-4.col-md-6 {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .blog .col-lg-4.col-md-6 { flex: 0 0 50%; max-width: 50%; }
}

@media (min-width: 992px) {
  .blog .col-lg-4.col-md-6 { flex: 0 0 33.333%; max-width: 33.333%; }
}

.single { padding: 25px 0 !important; }
.single .single-content img { border-radius: 4px; }
.single .single-bio { flex-direction: column !important; }
.single .single-bio-img { max-width: 80px; margin-bottom: 15px; }
.single .single-bio-text { padding-left: 0 !important; }
.single .single-bio-text h3 { font-size: 17px; }
.single .comment-body { flex-wrap: wrap; }

.sidebar { padding: 0 !important; }
@media (max-width: 991px) { .sidebar { margin-top: 30px !important; } }

@media (min-width: 768px) {
  .single .single-bio { flex-direction: row !important; }
  .single .single-bio-img { margin-bottom: 0; }
  .single .single-bio-text { padding-left: 25px !important; }
}

/* -----------------------------------------------
   17. WHATSAPP / CALL FLOATING BUTTON
------------------------------------------------ */
.whatsapp_main {
  position: fixed !important;
  bottom: 20px !important;
  right: 15px !important;
  text-align: center !important;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.whatsapp_main img {
  width: 48px !important;
  height: 48px !important;
  object-fit: contain;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.25);
}

.whatsapp_main hr { margin: 2px 0 !important; width: 100%; border-color: transparent; }

@media (min-width: 768px) {
  .whatsapp_main { bottom: 30px !important; right: 30px !important; }
  .whatsapp_main img { width: 55px !important; height: 55px !important; }
}

/* -----------------------------------------------
   18. BACK TO TOP
------------------------------------------------ */
.back-to-top {
  right: 15px !important;
  bottom: 130px !important;
  width: 38px !important;
  height: 38px !important;
  font-size: 18px !important;
  line-height: 38px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  z-index: 998;
}

.back-to-top i { padding-top: 0 !important; }

@media (min-width: 768px) {
  .back-to-top { right: 20px !important; bottom: 150px !important; width: 44px !important; height: 44px !important; }
}

/* -----------------------------------------------
   19. GOOGLE REVIEWS (Elfsight embed)
------------------------------------------------ */
.elfsight-app-2dab66b0-8599-49b3-ba62-6301b448dcb9 {
  max-width: 100% !important;
  padding: 0 10px !important;
}

/* -----------------------------------------------
   20. INTERIOR / SERVICES SUB-PAGES GALLERY
------------------------------------------------ */
.row .col-lg-4, .row .col-md-4 {
  padding-left: 8px;
  padding-right: 8px;
}

/* Lightbox / Fancybox images */
.row a[data-fancybox] img,
.row a[data-lightbox] img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 3px;
  margin-bottom: 12px;
}

@media (min-width: 576px) {
  .row a[data-fancybox] img,
  .row a[data-lightbox] img { height: 200px; }
}

@media (min-width: 992px) {
  .row a[data-fancybox] img,
  .row a[data-lightbox] img { height: 240px; }
}

/* -----------------------------------------------
   21. UTILITIES — tap targets, spacing
------------------------------------------------ */
/* Minimum 44px tap target for all interactive elements on mobile */
@media (max-width: 767px) {
  a, button, .btn, input[type="submit"], .nav-link, .card-link {
    min-height: 44px;
    line-height: 1.4;
  }
  .card-header a { display: flex; align-items: center; }
}

/* Prevent horizontal scroll from hard-coded widths in service images */
.service-img img[style], .service img[style] {
  width: 100% !important;
  height: auto !important;
}

/* Fix the iframe map responsiveness */
iframe {
  max-width: 100% !important;
}

/* Fix footer newsletter map iframe */
.newsletter iframe {
  width: 100% !important;
  height: 220px !important;
}

@media (min-width: 992px) { .newsletter iframe { height: 280px !important; } }

/* -----------------------------------------------
   22. TESTIMONIAL / REVIEWS SECTION
------------------------------------------------ */
.testimonial { padding: 40px 0 !important; margin: 20px 0 !important; }
.testimonial .container { padding: 0 20px; }
.testimonial .testimonial-slider p { font-size: 14px !important; }
.testimonial .testimonial-slider h3 { font-size: 18px !important; }

@media (min-width: 992px) {
  .testimonial { padding: 70px 0 !important; }
  .testimonial .testimonial-slider p { font-size: 16px !important; }
}

/* -----------------------------------------------
   23. SHOW PAGE (project detail)
------------------------------------------------ */
.show-page .col-lg-4, .show-page .col-md-4,
.single .col-lg-8, .single .col-lg-4 {
  padding: 0 10px;
}

@media (max-width: 767px) {
  .single .col-lg-8, .single .col-lg-4 {
    flex: 0 0 100%; max-width: 100%;
  }
}

/* -----------------------------------------------
   24. NAVIGATION ACTIVE STATE INDICATOR
------------------------------------------------ */
.nav-bar .navbar-nav .nav-link.active {
  color: #fdbe33 !important;
  font-weight: 600;
}

/* -----------------------------------------------
   25. OVERFLOW / CONTAINER SAFETY
------------------------------------------------ */
.container, .container-fluid {
  overflow-x: hidden;
}

/* Inline style overrides for logo */
.logo img[style] {
  width: auto !important;
  max-height: 55px !important;
  transform: none !important;
  margin: 6px auto !important;
}

@media (min-width: 992px) {
  .logo img[style] {
    max-height: 62px !important;
    margin: 8px 0 8px 10px !important;
  }
}

/* Hard-coded widths on service images — override */
img[style*="width: 550px"],
img[style*="width:550px"] {
  width: 100% !important;
  height: 220px !important;
  object-fit: cover !important;
}

@media (min-width: 576px) {
  img[style*="width: 550px"],
  img[style*="width:550px"] { height: 240px !important; }
}

@media (min-width: 992px) {
  img[style*="width: 550px"],
  img[style*="width:550px"] { height: 280px !important; }
}
