/* Banner Section Css */

.banner {
    background-image: url('/images/banner/about-banner.jpg');
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-title-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.banner-title {
    color: #fff;
    font-size: 60px;
}

a {
    text-decoration: none;
}

.breadcrumbs a, .breadcrumbs span {
    color: #fff;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.breadcrumbs .breadcrumbs_delimiter {
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 30px;
    background-color: #8E89C0 !important;
}



/* Faq Section */

.faq-section{
    padding: 60px 0px;
}

.faq-point-wrapper{
    padding: 40px 20px;
    background-color: #fff6e9;
}

.faq-row span{
    font-weight: 500;
}