.content_services {
    width: 100%;
    margin-top: 15px;
}

.main_title_services {
    background-image: url(https://harlomaquinas.com.br/wp-content/uploads/2021/05/banner-home-servicos.jpg);
    width: 100%;
    height: auto;
    padding: 80px 0;
    background-size: cover;
}

.main_title_services h1 {
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.services {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 5px;
    padding: 20px 0;
}

.reformas, .pinturas, .adequacoes, .desmontagens, .cromaçoes {
    width: 33%;
    padding: 0 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.reformas h3, .pinturas h3, .adequacoes h3, .desmontagens h3, .cromaçoes h3 {
    font-size: 23px;
    font-weight: 500;
}

.reformas p, .pinturas p, .adequacoes p, .desmontagens p, .cromaçoes p {
    text-align: center;
    color: #000;
}

.reformas i, .pinturas i, .adequacoes i, .desmontagens i, .cromaçoes i {
    font-size: 72px;
    border: 1px solid #FF6A6A;
    padding: 28px;
    border-radius: 50%;
    margin: 10px 0;
    color: #FF6A6A;
}

.contact_wpp_service {
    width: 100%;
    display: flex;
    justify-content: center;
    
    margin-bottom: 50px;

}

.btn_wpp_service {
    background-color: #3bb78f;
    background-image: linear-gradient(315deg, #3bb78f 0%, #0bab64 74%);
    width: 50%;
    border-radius: 5px;
    padding: 10px 0
}

.btn_wpp_service a {
    color: #fff;
    font-size: 23px;
}

.btn_wpp_service p {
    text-align: center;
}

@media (max-width: 991px) {
    .reformas, .pinturas, .adequacoes, .desmontagens, .cromaçoes {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .reformas h3, .pinturas h3, .adequacoes h3, .desmontagens h3, .cromaçoes h3 {
        font-size: 14px;
        font-weight: 600;
    }

    .reformas p, .pinturas p, .adequacoes p, .desmontagens p, .cromaçoes p {
        font-size: 13px;
    }

    .btn_wpp_service {
        width: 100%;
    }
}