.bg-section {
    background-color: #FBFBFB;
}

.shadow-card {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
}

.borderR-8px {
    border-radius: 8px !important;
}

.line-primary {
    border: 1px solid #42A3A7 !important;
}

.webinar-image {
    width: 100%;
    height: 476px;
    object-fit: cover;
}

.icon-linked {
    color: #0072B1 !important;
}

.slick-dots {
    bottom: -36px !important;
}

.adviser-carousel .slick-dots li.slick-active button::before{
    color: var(--primary) !important;
    font-size: 16px !important;
    opacity: 0.75;
}

.adviser-carousel .slick-dots li button::before {
    color: var(--primary) !important;
    font-size: 16px !important;
    opacity: 0.25;
}

.mb-32 {
    margin-bottom: 32px;
}

.page-header {
    padding-top: 122px;
    padding-bottom: 64px;
}

@media (max-width: 767.98px) {

}
