/* About Header Section */

.header-container {
    min-height: 420px;
    background: url("../assets/img/about/banner.jpg") no-repeat top;
    background-size: contain;
    background-attachment: fixed;
    position: relative;
    text-align: center;
}

.breadcrumb {
    background: transparent;
}

/* Users Expectation section */

.users-container {
    background: url("../assets/img/users_expectation_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.users-container .icon {
    background: #f4f8ea;
    width: 82px;
    height: 82px;
}

.users-container .icon img {
    width: 48px;
    height: auto;
}

/* Testimonials section */

.testimonials-section {
    background: url("../assets/img/testimonials_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 1;
}

.vertical-line {
    height: 54px;
    width: 2px;
    background: #dbd8ed;
    border-radius: 10px;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: inherit;
    content: "/";
}

@media (max-width: 550px) {
    .header-container {
        background: url("../assets/img/about/mobile/banner.jpg") no-repeat top;
        background-attachment: fixed;
        position: relative;
        text-align: center;
        min-height: 356px;
        margin-top: 68px;
    }
}