.services-container {
    margin: 0 auto;
    margin-top: 0;
    max-width: 1200px;
    text-align: center;
}

.services-container .service-group-heading {
    color: #2ED8C3;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 5px;
    padding-bottom: 20px;
}

.services-container .service-group-heading:after {
    content: "";
    display: block;
    height: 1ex;
    width: 48px;
    margin: 0 auto;
    border-bottom: 1px solid #2ED8C3;
}

.service {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 25%;
}

.service-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 24px;
}

.service-group.left {
    justify-content: left;
}

.service-content {
    padding: 5%;
    color: #898989;
    font-size: 15px;
    letter-spacing: 1px;
}

.service-content img {
    padding: 10px;
    width: 70px;
}

.service-content p {
    padding-top: 0;
}

.services-notes {
    width: 100%;
    padding: 20px 0 40px;
    text-align: right;
    color: #898989;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .service-group.left {
        justify-content: center;
    }

    .service {
        width: 50%;
    }

    .service-content {
        padding: 2%;
    }

    .services-notes {
        text-align: center;
        margin: 6% 0;
        margin-top: 8%;
    }
}
