.content-about.content-about--sotbit .brand-block {
    display: grid;
    grid-template-columns: 218px auto;
    column-gap: 40px;
    margin-bottom: 35px;
}
.content-about.content-about--sotbit .brand-block .brand-logo {
    flex-shrink: 0;
    
    width: 100%;
    height: auto;
    object-fit: contain;
}
.content-about.content-about--sotbit .brand-block .brand-text:last-child {
    margin-bottom: 0;
}
.content-about-wrap.content-about-wrap--sotbit .content-about {
    justify-content: flex-end;
}
.content-about-wrap.content-about-wrap--sotbit .content-about .seo-brand-text {
    max-width: 1130px;
}
.content-about-wrap.content-about-wrap--sotbit .content-about .seo-brand-text {
    line-height: 1.3
}

.content-about-wrap.content-about-wrap--sotbit .content-about .seo-brand-text h2 {
    font-size: 20px;
    font-weight: 600;
    color: #b25d5d;
    margin-bottom: 30px;
    margin-top: 30px;
    line-height: 1.2;
    width: 100%
}

.content-about-wrap.content-about-wrap--sotbit .content-about .seo-brand-text h3 {
    color: #444;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 35px;
    line-height: 1.2;
    width: 100%
}

.content-about-wrap.content-about-wrap--sotbit .content-about .seo-brand-text p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 25px
}

.content-about-wrap.content-about-wrap--sotbit .content-about .seo-brand-text p:last-child {
    margin-bottom: 0
}

.content-about-wrap.content-about-wrap--sotbit .content-about .seo-brand-text b {
    font-weight: 600;
    color: #b25d5d
}

.content-about-wrap.content-about-wrap--sotbit .content-about .seo-brand-text img {
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px
}

.content-about-wrap.content-about-wrap--sotbit .content-about .seo-brand-text iframe {
    margin-bottom: 40px;
    max-width: 100%
}

.content-about-wrap.content-about-wrap--sotbit .content-about .seo-brand-text a {
    text-decoration: underline;
    word-wrap: break-word;
    color: #333;
}

.content-about-wrap.content-about-wrap--sotbit .content-about .seo-brand-text a:hover {
    text-decoration: none;
    color: #444
}

.content-about-wrap.content-about-wrap--sotbit .content-about .seo-brand-text ol {
    counter-reset: num;
    margin-bottom: 35px;
    padding-left: 25px
}

.content-about-wrap.content-about-wrap--sotbit .content-about .seo-brand-text ol li::before {
    content: counter(num) '.';
    counter-increment: num;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 400
}

.content-about-wrap.content-about-wrap--sotbit .content-about .seo-brand-text ul {
    margin-bottom: 35px;
    padding-left: 25px
}

.content-about-wrap.content-about-wrap--sotbit .content-about .seo-brand-text ul li::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #444;
    position: absolute;
    top: 11px;
    left: 0;
    border-radius: 50%
}

.content-about-wrap.content-about-wrap--sotbit .content-about .seo-brand-text li {
    line-height: 1.5;
    padding-left: 19px;
    position: relative
}
.content-about-wrap.content-about-wrap--sotbit .content-about .seo-brand-text details + * {
    margin-top: 15px;
}
.content-about-wrap.content-about-wrap--sotbit .content-about .seo-brand-text details > summary {
    position: relative;
    padding: 0;
    padding-right: 20px;
    color: #333;
    cursor: pointer;
    list-style: none;
    width: fit-content;
    user-select: none;
    outline: unset;
}
.content-about-wrap.content-about-wrap--sotbit .content-about .seo-brand-text details > summary h3 {
    margin: 0;
    padding: 10px 0;

    width: fit-content;
}
.content-about-wrap.content-about-wrap--sotbit .content-about .seo-brand-text details > summary::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0; 
    width: 0; 
    height: 0;
    border-style: solid;
    border-width: 6px;
    border-color: #b25d5d transparent transparent transparent;
    transform: translateY(calc(-50% + 3px));
    transition: transform 0.3s;
}
.content-about-wrap.content-about-wrap--sotbit .content-about .seo-brand-text details > div {
    padding: 10px 0;
}

.content-about-wrap.content-about-wrap--sotbit .content-about .seo-brand-text details[open] > summary::before {
    transform: translateY(calc(-50% - 3px)) rotate(180deg);
    transform-origin: center;
}
@media (max-width: 1500px) {
    .content-about-wrap.content-about-wrap--sotbit .content-about .seo-brand-text {
        max-width: 955px;
    }
}
@media (max-width: 1220px) {
    .content-about-wrap.content-about-wrap--sotbit .content-about .seo-brand-text {
        max-width: 710px;
    }
}
@media (max-width: 1000px) {
    .content-about-wrap.content-about-wrap--sotbit .content-about .seo-brand-text {
        max-width: 100%;
    }
    .content-about.content-about--sotbit .brand-block {
        grid-template-columns: 160px auto;
        column-gap: 24px;
    }
}
@media (max-width: 770px) {
    .content-about.content-about--sotbit .brand-block {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .content-about.content-about--sotbit .brand-block .brand-logo {
        max-width: 200px;
    }
}