.home_services{
    padding: 0px 80px;
    margin: 0px auto;
    padding-bottom: 70px;
    background-color: rgba(192, 223, 198, 0.2);
}

.home_services .message{
    margin: auto;
    margin-top: -40px;
    margin-bottom: 20px;
}


.home_services_header {
    padding: 40px 40px 0px 40px;
    text-align: center;
    width: 800px;
    max-width: 100%;
    margin: 0 auto 40px auto;
    color: #555555;
}

.home_services_header h2{
    margin-top: 20px;
    text-align: center;
    color: #212121;
    font-size: 2em;
    font-weight: var(--weight-normal);
    padding: 0px;
}

.home_services_header p {
    margin-top: 10px;
    font-size: 1em;
    font-weight: var(--weight-normal);
}


.home_services_content {
    display: flex;
    flex-wrap: wrap;
}

.home_services_content .message{
    margin: auto;
}
.home_services_content article {
    border-top: 3px solid #ffffff;
    flex-basis: calc(24.33% - 20px);
    margin: 10px;
    padding: 20px;
    text-align: center;box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}

.home_services_content article.active,
.home_services_content article:hover {
    border-top: 3px solid var(--themecolorA);
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
    background-color: #eeeeee;
}

.blog_article a {
    text-decoration: none;
    color: #555555;
}

.blog_article a:hover {
    text-decoration: underline;
}

.blog_article h2{
    margin-top: 10px;
    text-align: center;
    font-size: 1em;
    /*font-weight: var(--weight-bold);*/
    font-weight: var(--weight-black);
    color: var(--textColorB);
}

.home_services_content article img {
    width: 200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px;
    border-radius: 4px;
}

.home_services_content img{
    width: 100px;
    max-width: 100%;
}


.home_services_content article h3 {
    margin: 20px 0 10px 0;
    font-size: var(--font-large);
    font-weight: var(--weight-bold);
    color: #0092c5;
}

.home_services_content article h6 {
    font-size: var(--font-small);
    font-weight: var(--weight-ligth);
    color: #777777;
}

.home_services_content article p {
    font-size: var(--font-small);
}

@media (max-width: 52em) {

    .home_services{
        padding: 0px 10px;
        margin: 0px auto;
        padding-bottom: 70px;
    }



    .home_services_header {
        padding: 40px 0px 0px 0px;
    }

    .home_services_header h2{
        font-size: 1.5em;
        font-weight: var(--weight-bold);
        margin-bottom: 20px;
    }

    .home_services_content {
        flex-wrap: wrap;
        padding: 0px 0px;
    }

    .home_services_content article {
        flex-basis: 100%;
    }
}
