* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  .provideServiceBody {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: 'Lato', sans-serif;
    margin: 40px 0;
    padding: 20px;
   
  }

  .provideServiceBody-serviceImage{
    
    width: 300px;
    height: 185px;
    object-fit: contain;
  
  }


  .provideServiceBody-service{
    border: 2px groove #ddd;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
    height: 400px; 

  }

  .provideServiceBody-description{
    text-align: justify;
    height: 75px;
  }

  .provideServiceBody-readMore{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px 
  }