.overview-header-bg{
    background-image: url(/images/bg/overview-top-bg.png);
    background-size: cover;
    background-position: center;
    border-radius:10px;
}

@media screen and (max-width: 770px) {
    .overview-header-bg {
        position: relative;
        background-attachment: fixed;
        background-image: url(/images/bg/overview-bg-mobile.png);
    }

    .overview-header-bg::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.70);
        border-radius: 10px;
    }
}

.accordion-body {
    background-color: #d9d9d9;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
