.t-title {
    font-size: 35px;
    font-weight: 600;
    line-height: 1;
}

hr.black {
    margin: 0;
    background: #404040;
    opacity: 1;
}


@media only screen and (max-width : 1365px) {

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .t-title {
        font-size: 26px;
        font-weight: 600;
        line-height: 1.2;
    }
}

@media only screen and (max-width : 575px) {

}