@media screen and (min-width: 770px) {

    .single-service {
      min-height: 1151px;
    }
    
}

@media screen and (max-width: 991px) {

    .brief-left .brief-content-two, .brief-right .brief-content-two {
        float: left;
    }
    
    .brief .brief-image-right, .brief .brief-image-left {
        padding-bottom: 0px;
    }
    
    
    
       
}

@media screen and (max-width: 769px) {

    .brief-left .brief-content-two, .brief-right .brief-content-two {
        float: none;
    }
    .brief-content-one {
        max-width: 100%;
    }
    .brief-content-two {
        max-width: 100%;
    }
    
    .single-service {
      min-height: auto;
    }
    
}

@media screen and (max-width: 599px) {

    h1.site-title {
      font-size: 15px;
    }
    
}

@media screen and (max-width: 500px) {

    .brief-left .brief-content-two, .brief-right .brief-content-two {
        float: none;
    }
    
}



