.feature-block .teaser.teaser__accordions {
    justify-content: space-between;
    align-items: flex-start;
}
.feature-block .teaser.teaser__accordions > .teaser__image {
    flex-direction: column;
    position: initial;
}
.feature-block .teaser.teaser__accordions .teaser__image a {
    display: initial;
}

.feature-block .teaser.teaser__accordions h2 button {
    font-weight:normal;
}

.feature-block .teaser.teaser__accordions .feature-block-accordions {
 margin-top: 15px;
}


/*-------------MEDIA BREAKPOINTS-----------*/

@media screen and (max-width: 768px) {
     .feature-block .teaser.teaser__accordions {
         flex-direction: column-reverse;
     }
     
     .feature-block .teaser.teaser__accordions .feature-block-image {
        margin-top: 15px;
     }

}