@import "../../05-objects/o-bottom-sections.css";

.accordion-button:focus {
    box-shadow: none;
    outline: none;
}

.banner-faq {
    margin-top: 6.4rem;
    /*min-height: 660px;*/
}

.title3 {
    font-size: 65px;
}

.o-primary-button {
    padding: 13px 45px 13px 45px;
}

.o-bottom-section--background {
    background-image: url("../../../images/background/guitar-home-new.jpg");
}

.accordion-body {
    padding: 2rem 2rem 2rem 0;
}

@media only screen and (max-width: 991px) {
    .banner-faq {
        margin-top: 4.2rem;
        min-height: 540px;
    }
}

@media only screen and (max-width: 540px) {
    .banner-faq {
        min-height: 400px;
    }

    .o-bottom-section--background {
        min-height: 540px;
        max-width: 100%;
        background-position: -240px;
    }

    .title3 {
        font-size: 48px;
        margin-left: 1.5rem;
        margin-bottom: 0rem;
    }

    .title4 {
        font-size: 42px;
        width: 85%;
        margin-left: 1.5rem;
    }

    .accordion-mobile-resolution {
        display: inline-flex;
        justify-content: center;
    }

    .accordion-mobile-resolution .accordion {
        width: 90%;
    }

    .accordion-body {
        padding-left: 0;
    }
}
