.brand--title {
    padding: 5px 8px;
    color: #231F20;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 18px;
}
.brandContent {
    display: flex;
    align-items: flex-start;
    column-gap: 54px;
    padding: 0 24px 0 8px;
}
.brandContent__img {
    flex: none;
}
.brandContent__img img {
    max-width: 400px;
    max-height: 400px;
    display: block;
    width: 100%;
}
.brandContent__left {
    flex: 1;
    color: #231F20;
    font-size: 15px;
    line-height: 22px;
}
.brandContent__left h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.brandContent__left h2:first-child {
    margin-top: 0;
}
.brandContent__left a {
    color: #2C63AC;
}

.brand .tags {
    margin-top: 34px;
}
.brand .products {
    margin-top: 34px;
}

.brandBottom {
    margin-top: 50px;
}
.brand--back {
    display: inline-flex;
    column-gap: 2px;
    align-items: center;
}
.brand--back>span {
    transform: rotate(90deg);
    font-size: 18px;
}
.brand--back>span:before {
    color: #fff;
}
.brandBottom__text {
    margin-top: 50px;
}

@media screen and (max-width: 1200px) {
    .brandContent {
        padding: 0;
        flex-wrap: wrap;
    }
    .brandContent__img {
        order: 1;
        width: 100%;
        margin-bottom: 28px;
    }
    .brandContent__img img {
        max-width: 360px;
        max-height: 360px;
        margin: 0 auto;
    }
    .brandContent__left {
        order: 2;
        width: 100%;
    }
    .brand .tags {
        margin-top: 28px;
    }
    .brand .products {
        margin-top: 28px;
    }
}

@media screen and (max-width: 700px) {
    .brandContent__img {
        margin-bottom: 18px;
    }
    .brandContent__left {
        font-size: 14px;
        line-height: 18px;
    }
    .brand .tags {
        margin-top: 24px;
    }
    .brand .products {
        margin-top: 24px;
    }
    .brandBottom {
        margin-top: 24px;
    }
    .brandBottom__text {
        margin-top: 24px;
    }
}