@media (min-width: 768px) {
  
    body:not(.homepage) .hero-banner-one__overlay-wrapper> img[alt="Highforest housing logo"] {
    width: 32% !important;
    height: auto !important;
    }
}

@media (max-width: 767px) {
  
    body:not(.homepage) .hero-banner-one__overlay-wrapper> img[alt="Riverlands logo"] {
    width: 33% !important;
    height: auto !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
  
    body:not(.homepage) .hero-banner-one__overlay-wrapper> img[alt="Riverlands logo"] {
    width: 33% !important;
    height: auto !important;
    }
}

@media (min-width: 1024px) {
  
    body:not(.homepage) .hero-banner-one__overlay-wrapper> img[alt="Riverlands logo"] {
    width: 20% !important;
    height: auto !important;
    }
}

@media (max-width: 767px) {
  
    body:not(.homepage) .hero-banner-one__overlay-wrapper> img[alt="Highforest housing logo"] {
    width: 53% !important;
    height: auto !important;
    }
}

@media (max-width: 767px) {
  
    body:not(.homepage) .hero-banner-one__overlay-wrapper> img[alt="Greensquare logo"] {
    width: 43% !important;
    height: auto !important;
    }
}

@media (min-width: 768px) {
  
    body:not(.homepage) .hero-banner-one__overlay-wrapper> img[alt="Greensquare logo"] {
    width: 53% !important;
    height: 25% !important;
    }
}


@media (max-width: 767px) {
  
    body:not(.homepage) .hero-banner-one__overlay-wrapper> img[alt="The langlee logo"] {
    width: 53% !important;
    height: auto !important;
    }
}

@media (max-width: 767px) {
  
    body:not(.homepage) .hero-banner-one__overlay-wrapper> img[alt="Smiths lane logo"] {
    width: 43% !important;
    height: auto !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
  
    body:not(.homepage) .hero-banner-one__overlay-wrapper> img[alt="Smiths lane logo"] {
    width: 53% !important;
    height: auto !important;
    }
}

@media (min-width: 1024px) {
  
    body:not(.homepage) .hero-banner-one__overlay-wrapper> img[alt="Smiths lane logo"] {
    width: 38% !important;
    height: auto !important;
    }
}

@media (max-width: 767px) {
  
    body:not(.homepage) .hero-banner-one__overlay-wrapper> img[alt="Nine logo"] {
    width: 38% !important;
    height: auto !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px)  {
    body:not(.homepage) .hero-banner-one__overlay-wrapper> img[alt="Nine logo"] {
        height: 120px;
        width: 13% !important;        
    }

    body:not(.homepage) .hero-banner-one__text {
        margin-top: 30px;
    }
}

@media (min-width: 1024px) {
  
    body:not(.homepage) .hero-banner-one__overlay-wrapper> img[alt="the Fabric Logo"] {
    width: 15% !important;
    height: auto !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
  
    body:not(.homepage) .hero-banner-one__overlay-wrapper> img[alt="the Fabric Logo"] {
    width: 33% !important;
    height: auto !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

  /* If page contains an image with alt="quay logo" OR alt="green square" */
  body:has(img[alt="branding 18"], img[alt="Greensquare logo"], img[alt="Highforest housing logo"], img[alt="The langlee logo"]) .faqs {
    margin: -70vw 0;
  }

  body:not(.homepage) .hero-banner-one__overlay-wrapper> img[alt="Highforest housing logo"] {
        height: 120px;
        width: 63% !important;          
    }

    body:not(.homepage) .hero-banner-one__overlay-wrapper> img[alt="The langlee logo"] {
        height: 120px;
        width: 53% !important;          
    }

  /* If page contains NEITHER → fallback */
  body:not(:has(img[alt="branding 18"], img[alt="Greensquare logo"], img[alt="Highforest housing logo"], img[alt="The langlee logo"])) .faqs {
    margin: -30vw 0;
  }

}

@media (min-width: 1024px) {
    body:not(.homepage) .hero-banner-one__overlay-wrapper> img[alt="Greensquare logo"] {
        height: 120px;
        width: 53% !important;
        top: 27%;
    }
    
}

@media (min-width: 1024px) {
    body:not(.homepage) .hero-banner-one__overlay-wrapper> img[alt="Nine logo"] {
        height: 120px;
        width: 13% !important;
        top: 27%;
    }
    
}

@media (min-width: 1024px) {
    body:not(.homepage) .hero-banner-one__overlay-wrapper> img[alt="Charlton House logo"] {
    
        top: 35%;
    }
    
}

@media (max-width: 767px) {
    body:not(.homepage) .hero-banner-one__overlay-wrapper> img[alt="Charlton House logo"] {
    
        width: 53% !important;
    }
    
}

@media (min-width: 768px) and (max-width: 1023px) {
  
    body:not(.homepage) .hero-banner-one__overlay-wrapper> img[alt="Charlton House logo"] {
    width: 33% !important;
    height: auto !important;
    }
}

