
.service{
    display: flex;
    align-items:top !important;
    margin: 5px;
}
.service-img img{
height: 100px;
width : 100px;
padding: 20px;
}
.service-text {
    font-size: 17px;
    padding: 15px;
    color: black;
    font-family: 'Radio Canada', sans-serif !important;

}
.service-text b{
    font-size: 20px;
}

 /* Headings */
 .sevice-main-text span{
    color: #0f708b;
    font-weight: bolder !important;
    font-size: 30px;
    border-bottom: 3px solid rgb(236, 123, 30);
    text-transform: uppercase;
    font-family: 'Raleway';
    letter-spacing: 1.5px;
  
   }
   .sevice-main-text p{
      color: rgb(102, 99, 99);
      font-size: 17px;
      padding: 10px;
      font-family: 'Radio Canada', sans-serif !important;
      line-height: 21px;
      word-spacing: 0px;
      letter-spacing: 0px;
     } 


      /*about Us  */
 .sub-heading h4{
    color: #0f708b;
    font-weight: bolder !important;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Raleway';
    letter-spacing: 1.5px;
  
   }
   .sub-heading h5{
    padding: 10px 0px;
    font-size: 17px;
   }
   .sub-heading p{
      color: rgb(102, 99, 99);
      font-size: 17px;
      padding: 10px;
      font-family: 'Radio Canada', sans-serif !important;
      line-height: 21px;
      word-spacing: 0px;
      letter-spacing: 0px;
     } 
