.text_contact_background{
    width: 50%;
    margin: 0 25%;
}

.rule{
    text-align: justify; 
    text-justify: newspaper;
    margin-bottom: 20px;
}

.border_right{
    border-right: 1px solid #e3e2e6;
}

.bar_footer{
    border-bottom: 1px solid #e3e2e6;
    margin: 20px 10%;
}

input[type=radio] {
    opacity: 1;
}

.customer_service{
    margin-top: 5rem;
    background-color: #e2e2e2;
}

.btn_contact{
    width: 18%;
    height: 55px;
    border: none;
    border-radius: unset;
}

label {
    font-weight: 200;
}

@media screen and (max-width: 767px) {
    .border_right{
        border-right: none;
    }
}

@media screen and (max-width: 1200px) {
    .text_contact_background{
        width: 80%;
        margin: 0 10%;
    }
}
.contact-input-mg-cuz > label{
    margin: 0!important
}