.tw-c {
    margin-top: 36px;
}
.tw-c__head {
    gap: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}
.tw-c__head span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
}
.tw-c__head img {
    width: 100%;
}
.tw-c__items {
    gap: 0px 16px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #CFCFCF;
}
.tw-c__item {
    aspect-ratio: 1 / 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(11.1111111111% - 14.2222222222px);
    padding: 1rem;
    max-height: 127px;
}
.tw-c__item img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.list-tw {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    -webkit-column-gap: clamp(2.5rem, -1.071rem + 9.524vw, 7.5rem);
    -moz-column-gap: clamp(2.5rem, -1.071rem + 9.524vw, 7.5rem);
    column-gap: clamp(2.5rem, -1.071rem + 9.524vw, 7.5rem);
}
.list-tw li {
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    color: #282828;
}
body .main h4 {
    font-size: 20px;
}
.list-tw li h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 8px;
}
.list-tw li ul li:not(:last-child) {
    margin-bottom: 8px;
}
.list-tw li ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 8px;
}
.list-tw li ul li a span {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: inline-block;
}
.list-tw li ul li a span:nth-child(2) {
    color: #9a9a9a;
    margin-left: auto;
}
.tw-c .secton-about {
    margin-top: 152px;
}
.list-tw > li:not(:first-child) {
    margin-top: 24px;
}
@media(max-width: 768px) {
    .tw-c {
        margin-top: 20px;
    }
    .tw-c__head {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
    .tw-c__items {
        padding-bottom: 0px;
        margin-bottom: 40px;
        gap: 16px;
    }
    .tw-c__item {
        max-height: max-content;
    }
    .tw-c__item {
        width: calc(50% - 8px);
    }
    .list-tw {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    body .main h4 {
        font-size: 14px;
    }
    .list-tw li ul li:not(:last-child) {
        margin-bottom: 0;
    }
    .list-tw li ul li a {
        padding: 8px 0px;
    }
    .tw-c .secton-about {
        padding: 20px;
        background: #f8f8f8;
        margin: 20px -20px -45px;
    }

}