/*
 Theme Name:   location-jonzac
 Theme URI:    https://residenceczarny.fr
 Description:  location-jonzac theme
 Author:       Nicolas Métivier & Thomas Bleneau
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light
 Text Domain:  location-jonzac
*/


/*************************************
      BLOCK SERVICES WITH TEXT
**************************************/

.services-with-text-img img{
      width: 100%;
      height: auto;
}
.services-with-text h4{
      font-weight: 400;
      font-size: 15px;
      color: #3A6860;
      letter-spacing: 4px;
      text-transform: uppercase;
}
.services-with-text h2{
      font-weight: 600;
      font-size: 36px;
      color: #222222;
      letter-spacing: 0; 
}
.services-with-text-content{
      font-size: 17px;
      color: #222222;
      letter-spacing: 0;
      line-height: 28px;
}
.services-with-text-services{
      margin-top: 80px;
}
.services-with-text-services h3{
      font-weight: 400;
      font-size: 26px;
      color: #222222;
      letter-spacing: 0;
}
.services-with-text-services img{
      width: 48px;
      height: auto;
}
.services-with-text-services h5{
      font-weight: 400;
      font-size: 19px;
      color: #222222;
      letter-spacing: 0;
      line-height: 26px;
      margin-left: 20px;
      margin-bottom: 0px;
}

@media screen and (max-width: 992px){
      .services-with-text-services{
            margin-bottom: 80px;
      }
      .services-with-text-services img {
            width: 50px;
            height: 50px;
        }
}
@media screen and (max-width: 576px){

}
@media screen and (max-width: 420px){

}