@charset "utf-8";
.richtext{
    margin-bottom: 50px;
}

.serviceRow{
    margin-bottom: 50px;
    border-bottom: 1px solid #cccccc;
}

.serviceRow:last-child{
    border-bottom: none;
}

.serviceItem{
    margin-bottom: 50px;
}

.serviceItem img{
    border: 8px solid #eeeeee;
    margin: 0 auto 17px auto;
}

.serviceItem h4{
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}

.serviceItem h6{
    text-align: center;
    font-weight: 300;
}

.serviceItem h4 a, .serviceItem h4 a:hover, .serviceItem h4 a:focus, .serviceItem h6 a, .serviceItem h6 a:hover, .serviceItem h6 a:focus{
    color: #202022;
    text-decoration: none;
}



/*--------------------------  Laptops ( max 1400 ) --------------------------*/
@media (max-width:1400px){
  
}

/*--------------------------  MD ( max 1200 ) --------------------------*/
@media (max-width:1200px){
    
}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    .serviceRow{
        margin-bottom: 35px;
        border: none;
    }
}

/*--------------------------  XS ( max 768 ) --------------------------*/
@media (max-width:768px){
    
}

/*--------------------------  max 480 --------------------------*/
@media (max-width:480px){
    
}