

.services-wrapper {
    width: auto;
    min-height: 400px;
    padding: 25px;
  }
  
  .service-container {
    text-align: center;
    margin-top: 25px;
    margin-left: 20px;
  }
  
  .singleservice {
    display: inline-block;
    width: 30%;
    height: 50%;
    background-color: #800020;
    padding: 25px;
    color: white;
    font-family: avenir;
    text-align: left;
    margin-bottom: 15px;
    padding: 40px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  
  
  
  @media (max-width:768px) {
    .singleservice{
      width: 110%;
      margin-left: 100px;
    }
  
  
  
  .servicetitle h2 {
    font-family: century gothic;
    font-size: 16pt;
    font-weight: normal;
    padding-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    font-style: italic;
  }
  
  img.serviceicon {
    width: 100%;
    height: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }
  }