.school-header__info {
    flex-wrap: nowrap;
}

.school-header__rating {
    align-items: flex-end;
}

.school-header__rating-recommend {
    width: fit-content;
    max-width: none;
    text-wrap: nowrap;
}

.school-header__description .button .button-arrow {
    padding-bottom: 3px;
    display: none;
}

@media(max-width: 768px) {
    .school-header__logo-wrapper {
        width: 50px;
        height: 50px;
    }

    .school-header__logo-wrapper img {
        border-radius: 12px;
    }

    .school-header__rating-value {
        font-size: 18px;
    }

    .school-header__rating-recommend {
        font-size: 14px;
    }

    .school-header__title {
        font-size: 26px;
    }

    .school-header__brand {
        flex-flow: column;
        align-items: flex-start;
    }

    .school-header__description .button {
        background: none;
        color: var(--color-blue);
        text-transform: lowercase;
        padding: 0;
    }

    .school-header__description .button .button-arrow {
        display: inline;
    }
}