.comp_lists_body {}


.comp_lists_body p {
    color: #004d85;
    font-family: 'Gotham Pro';
    font-size: 16px;
    font-weight: 400;
}

.comp_lists_body .text-attention {
    color: #eb0606;
}

.comp_lists_content {

    border-radius: 16px;
}

.comp_lists_content h4 {
    margin: 2% 0;
}

.comp_lists_button {
    background-color: #004d85;
    border-radius: 16px;
}

.comp_lists_button h3 {
    color: #FFFFFF;
    padding: 2% !important;
    margin: 0 !important;
}

@media only screen and (max-width: 1199.99px) {
    .comp_lists_content h4 {
        margin: 7% 0;
    }

    .comp_lists_button {
        margin-top: 7%;
    }

    .comp_lists_body {
        margin-bottom: 7%;
    }
}