.main-content {
    margin-left: 25%;
}

.restricted-age {
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    color: #e77d7d;
    text-decoration: underline;
}

.sprache-group {
    font-size: 22px;
    text-align: center;
}
.sprache-group a {
    margin-left: 5px;
    display: inline-block;
    width: 80px;
    height: 30px;
    background-color: #e77d7d;
    color: white;
}
.sprache-group a:hover {
    color: black;
}


.medals {
    margin-left: 50px;
    align-items: center;
    justify-content: center;
}
.partner-logo {
    margin: 0 auto;
    width: 100px;
    height: 100px;
}
.partner-logo-1 {
    width: 120px;
    height: 100px;

}
.partner-logo-2 {
    width: 200px;
    height: 110px;
}

.name-header {
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    color: #e77d7d;
    line-height: 1.4;
}

.main-info {
    text-align: center;
    font-weight: 300;
    font-size: 21px;
    line-height: 1.4;
}

.admin-info {
    text-decoration: underline;
    font-size: 16px;
}

.some_space {
    height: 100px;
}

/* ССЫЛКА НА МОБИЛЬНОЕ ПРИЛОЖЕНИЕ */
.mobile-app-reference {
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 2px solid #e77d7d;
}
.app-reference {
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
}
.app-reference:hover {
    color: #e77d7d;
}

/* АДАПТИВНАЯ ВЕРСТКА */
@media screen and (max-width: 1200px) {

    .medals {
        width: 85%;
        margin-left: 20px;
        align-items: center;
        justify-content: center;
    }

}

@media screen and (max-width: 990px) {

    .main-content {
        margin: 0;
    }

    .partner-logo {
        display: none;
    }

    .partner-logo-1 {
        display: none;

    }

    .partner-logo-2 {
        display: none;
    }

    .CTA {
        display: none;
    }

    .app-reference {
        margin: 0 auto;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        font-size: 18px;
    }

}