/* cmsms stylesheet: Custom Stylesheet modified: 02/03/25 11:47:28 */
.home-page h2.add-border{
    display: inline-block;
    margin-top: 35px;
    margin-bottom: 35px;
    padding-bottom: 10px;
    border-bottom: 4px solid #007ACC;
    font-weight: 700;
}
.home-page .video-promotion{
    margin: 0 0 40px;
    padding: 30px;
    border: 1px solid #dddddd;
}
.home-page .video-promotion .text-wrap{
    padding-top: 60px;   
}
@media screen and (max-width: 1200px) {
    .home-page .video-promotion .text-wrap{
        padding-top: 40px;   
    }
}
@media screen and (max-width: 992px) {
    .home-page .video-promotion{
        margin: 0 0 25px;
        padding: 20px;
        border: 1px solid #dddddd;
    }
    .home-page .video-promotion .text-wrap{
        padding-top: 20px;   
    }   
}
