.full-width-image-with-accordion-block {
    padding-bottom: 20px;
}

.full-width-image-with-accordion {
    width: 70%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(0.9);
    min-height: 50vh;
    position: relative;
}
.full-width-image-with-accordion-block-content{
    position: absolute;
    bottom: 100px;
}
.full-width-image-with-accordion-block-title {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 3rem !important;
    font-weight: 600 !important;
    color: white !important;
    text-shadow: 0em 0em 0.3em rgba(0,0,0,0.4)!important;
}
.full-width-image-with-accordion-block-text {
    margin-top: 10%;
    text-align: center;
    font-size: 1.5rem !important;
    font-weight: 400 !important;
    color: white !important;
    text-shadow: 0em 0em 0.3em rgba(0,0,0,0.4)!important;
}

@media screen and (max-width: 768px){
    .full-width-image-with-accordion {
        width: 100%;
    }
    .full-width-image-with-accordion-block-title {
        font-size: 2.5rem !important;
    }
    .full-width-image-with-accordion-block-text h1 {
        font-size: 1rem !important;
    }
}

.container-accordion-block {
    margin-top: -50px;
    background-color: white;
}

.accordion-header {
    scroll-margin-top: 120px;
}

.accordion-button {
    font-family: 'Roboto', sans-serif !important;;
    font-weight: 500 !important;
    font-size: 1.5rem !important;
    color: #27375F;
    border-bottom-width: 0 !important;
    background-color: white;
}
.accordion-button:focus {
    outline: none;
    box-shadow: none;
}
.accordion-button:active {
    text-decoration: none;
    border: none !important;
}
.accordion-button:not(.collapsed) {
    color: #27375F;
    background: white;
}
.accordion-button:not(.collapsed)::after {
    filter: brightness(0) !important;
}

.accordion-button {
    text-align: left;
}