.panel-help {
    margin-bottom: 30px;
}
.panel-help:hover{
}
.panel-help .help-subtitle {
    height: 60px;
}
.panel-help h2 {
    font-size: 24px;
}
@media (min-width: 992px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
    .panel-help h2 {
        height: 46px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .panel-help .help-subtitle {
        height: 50px;
    }
    .panel-help h2 {
        height: 30px;
    }
}
@media(max-width: 767px) {
    .panel-help .help-subtitle {
        height: 30px;
    }
    .panel-help h2 {
        height: 30px;
    }
    
}
