.main-section {
    padding-bottom: unset;
}

.impressum-page-container {
    display: inline-flex;
    background-image: url(../../../images/emailPage/email-banner-2.png);
    background-size: auto;
    background-repeat: round;
    height: 400px;
    margin: unset;
    width: 100%;
    max-width: unset;
}

.impressum-page-container .top-banner {
    position: relative;
    margin: auto;
}

.top-banner-title {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 47px;
    line-height: 70px;
    text-align: center;
    color: #FFFFFF;
}

.impressum-page-main-section {
    padding-bottom: 7rem;
}

.title {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
}

.text-content {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

@media only screen and (max-width: 500px) {
    .content-field {
        padding: 1rem !important;
    }
}

.o-bottom-section--background {
    background-image: url("../../../images/background/guitar-home-new.jpg");
    background-repeat: no-repeat;
    background-position-y: 100%;
    background-size: cover;
}
