.sub-page-banner {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sub-page-banner h1, .sub-page-banner h4 {
    color: #fff;
}
.sub-page-banner .row {
    min-height: 500px;
    padding-bottom: 80px;
}
.webinar-card {
    background: #fff;
    border-radius: 0 0 8px 8px;
    border: 2px solid #e6e6e6;
    color: #212529;
    position: relative;
}
.webinar-card a {
    color: #ff7648;
    cursor: pointer;
}
.webinar-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #03114f52;
    transition: .25s ease-in-out;
}
.webinar-card a img {
    vertical-align: bottom;
}

.webinar-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.webinar-img h6 {
    position: absolute;
    top: 30px;
    min-width: 150px;
    padding: 7px;
    text-align: center;
    background: #ff7648;
    color: #fff;
    font-weight: 400;
}
.small, small {
    font-size: 14px;
}
.webinar-card a {
    color: #ff7648;
    cursor: pointer;
}

.read-more {
    position: absolute;
    bottom: 15px;
    left: 1rem;
}
.webinar-card:hover {
    color: #212529;
}
.webinar-card:hover .webinar-img:before {
    background-color: transparent;
    transition: .25s ease-in-out;
}



@media (max-width: 991px){
.sub-page-banner .row {
    padding-bottom: 20px !important;
}
}
@media (max-width: 1366px){
.sub-page-banner .row {
    min-height: 300px;
    padding-bottom: 60px;
}
}
@media (max-width: 1600px){
.sub-page-banner .row {
    min-height: 350px;
    padding-bottom: 70px;
}
}
