.about-container{
  width: 86%;
  height: 100%;
  margin-left: 7%;
  margin-right: 7%;
  margin-top: 200px;
}
.about-container p{
  padding: 40px;
  font-size: 22px;
  color: white;
  line-height: 33px;
  vertical-align: top;
}
.about-us-image{
  width: 67%;
  background-color: red;
  display: inline-block;
  height: 400px;
  background-image: url('/images/location-workshop.jpeg');
  background-size: cover;
  vertical-align: top;
}
.about-us-text{
  width: 31%;
  background-color: rgb(241, 14, 14);
  display: inline-block;
  margin-left: 1%;
  height: 400px;
}
.about-us-images{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-gap: 10px;
  background-color: rgb(241, 14, 14);
  width: 85%;
  height: 100%;
  margin-left: 7%;
  margin-top: 1%;
}
.about-us-images div{
  border-width: 5px;
  border-style: solid;
  border-color: rgb(241, 241, 241);
  width: 100%;
  height: 250px;
}
.about-us-images div img{
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.about-container-2{
  width: 86%;
  height: 100%;
  margin-left: 7%;
  margin-right: 7%;
  margin-top: 70px;
  margin-bottom: 70px;
}
.about-us-info{
  width: 49%;
  display: inline-block;
  height: 100%;
  vertical-align: top;
}
.about-us-info p{
  color: #575656;
  font-size: 18px;
  line-height: 27px;
  text-align: justify;
  padding-right: 50px;
  margin: 0;
  border-right: 1px;
  border-style: solid;
  border-color: lightgray;
}
.about-us-info-2{
  width: 47%;
  display: inline-block;
  height: 100%;
  vertical-align: top;
}
.about-us-info-2 p{
  color: #575656;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
  margin: 0;
  padding-bottom: 20px;
}
.whyus{
  padding-left: 50px;
  padding-right: 20px;
}

h2{
  font-size: 18px;
  padding-bottom: 2px;
  color: #575656;
}
.our-clientelle{
  color: rgb(241, 14, 14); 
  font-size: 30px; 
  font-weight: 500;
}
.why-trusted{
  font-size: 18px; 
  padding-bottom: 60px;
}

/*------------css for small screens -------- */ 

@media only screen and (max-width: 600px){
  .about-us-image{
    width: 100%;
    height: 230px;
    background-position: 65% 0;
    margin-left: 1%;
  }
  .about-us-text{
    width: 100%;
    height: 100%;
    margin-top: 30px;
  }
  .about-container p{
    font-size: 17px;
    line-height: 27px;
  }
  .about-us-info{
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
  }
  .about-us-info p{
    font-size: 15px;
    line-height: 25px;
    border: none;
    padding: 1% 5%;
  }
  .about-us-info-2{
    width: 100%;
    height: 100%;
    padding-top: 40px;
    border-top: 1px;
    border-color: lightgray;
    border-style: solid;
  }
  .about-us-info-2 p{
    font-size: 15px;
    line-height: 22px;
  }
  .about-us-images{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-gap: 10px;
    width: 85%;
    height: 80%;
    margin-left: 11%;
    margin-top: 3%;
    background: none;
  }
  .about-us-images div{
    border: none;
    width: 88%;
    height: 200px;
  }
  .about-us-images div img{
    object-fit: cover;
    width: 100%;
    height: 200px;
  }
  .whyus{
    padding-left: 6%;
    padding-right: 6%;
  }
  .our-clientelle{
    color: rgb(241, 14, 14); 
    font-size:22px; 
    font-weight: 600;
  }
  .why-trusted{
    font-size: 16px; 
    padding-bottom: 30px;
    line-height: 22px;
    width: 100%;
  }
  .about-container{
    margin-top: 215px;
  }

}

@media only screen and (min-width: 768px) and (max-width: 979px){
  .about-us-image{
    width: 60%;
    height: 330px;
  }
  .about-us-text{
    width: 38%;
    height: 330px;
  }
  .about-us-info p{
    font-size: 16px;
    line-height: 25px;
    border: none;
    padding: 1% 4%;
  }
  .about-us-text p{
    font-size: 16px;
    line-height: 23px;
    /* text-align: justify; */
  }
}