h1.big-font, .type-wrap.big-font {
    font-size: 20px !important;
}

.sub-item-service .c1 {
    font-weight: bold;
    color: white !important;
    text-shadow: 2px 2px 2px #010101;
}

#subheader {
    background: url("https://diversebarbershop.co.uk/wp-content/uploads/2021/07/cover.jpg") !important;
      background-position: center 70% !important;
  background-repeat: no-repeat;
  background-size: cover !important;
}
@media (max-width: 768px) {
    #subheader {
        display: block !important;
    }
}
@media (max-width: 768px) {
    img {
        max-width: 100%;
    }
}