.services
{
margin-top: 60px;
margin-bottom: 30px;
}
.serv-boxes{
    padding: 20px;
    /* background-image: url('Image_Location'); */
    background-color: whitesmoke;
    /* background-size: cover; */
}
.centertext{
    text-align: center;
color: #78c242;
font-size: xx-large;
font-weight: 700;
font-family: sans-serif;
margin-top: 40px;

}
hr.solid {
    border-top: 3px solid rgb(58, 151, 45);
    width: 55%;
  }
.mission{
    font-size: medium;
    color: black;
    line-height: 1.5;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}


.side-title{
    /*color: #4CC317;*/
    font-size: 36px;
    font-weight: 600;
    line-height: 27px;
    text-transform: uppercase;
    margin: 0 0 5px;
    text-align: center;
}

.side-text{
    color: black;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.main-text{
    text-align: center;
    font-size: initial;
    padding: 60px;
}