.section_title {}

.section_title .title {
    font-family: Exo, Extra Bold;
    font-size: 50px;
    color: #DCDCDC;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 800;
}
@media(min-width:0px) and (max-width:574px) {
 .section_title .title {
    font-size: 32px;
    margin-bottom: 30px;
}
}
@media(min-width:575px) and (max-width:767.98px) {
    .section_title .title {
        font-size: 36px;
    }
}
@media(min-width:768px) and (max-width:991px) {
    .section_title .title {
        font-size: 40px;
    }
}