@charset "UTF-8";

/*!
 * descriptions.scss
 * 
 *
 * 
 * 
 */

.title {
    font-family: Gilroy, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    text-align: center;
}

.title.title_sp {
    color: #131426;
}

@media (max-width: 767px) {
    .title {
        font-size: 32px;
        font-weight: 700;
        line-height: 36px;
    }
}

.page.-clients-v4 {
    background: #efefef;
}

.section2 {
    background: #efefef;
    position: relative;
    z-index: 1;
    padding: 64px 0 120px;
    color: #131426;
}

@media (max-width: 1279px) {
    .section2 {
        padding: 64px 0 80px;
    }
}

.section2 .container {
    max-width: 914px;
    margin: auto;
}

@media (max-width: 1279px) {
    .section2 .container {
        padding: 0 40px;
    }
}

@media (max-width: 767px) {
    .section2 .container {
        padding: 0 15px;
    }
}

.section2 .container>h3 {
    color: #131426;
    text-align: center;
    font-family: Gilroy, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.64px;
    margin-bottom: 40px;
}

@media (max-width: 1279px) {
    .section2 .container .counters {
        flex-wrap: wrap;
        gap: 40px;
    }
}

@media (max-width: 767px) {
    .section2 .container .counters {
        -moz-column-gap: 24px;
        column-gap: 24px;
    }
}

.section2 .container .counters .item {
    text-align: center;
}

@media (max-width: 1279px) {
    .section2 .container .counters .item {
        width: calc(50% - 20px);
    }
}

@media (max-width: 767px) {
    .section2 .container .counters .item {
        width: calc(50% - 12px);
    }
}

@media (max-width: 767px) {
    .section2 .container .counters .item h3 {
        font-size: 42px;
    }
}

.section3 {
    background: #efefef;
    position: relative;
    z-index: 1;
    color: #131426;
    padding-bottom: 64px;
}

.section3 .wrap-v4 {
    display: flex;
    gap: 24px;
}

@media (max-width: 1279px) {
    .section3 .wrap-v4 {
        flex-direction: column;
    }
}

.section3 .wrap-v4 .column {
    width: 33.33%;
}

@media (max-width: 1279px) {
    .section3 .wrap-v4 .column {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 24px;
        width: 100%;
    }
}

.section3 .wrap-v4 .item {
    margin-bottom: 56px;
    color: #131426;
}

@media (max-width: 1279px) {
    .section3 .wrap-v4 .item {
        width: calc(50% - 12px);
        margin-bottom: 24px;
    }
}

@media (max-width: 767px) {
    .section3 .wrap-v4 .item {
        width: 100%;
    }
}

.section3 .wrap-v4 .item h4 {
    font-family: Gilroy, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 12px;
    padding: 0 12px;
}

@media (max-width: 767px) {
    .section3 .wrap-v4 .item h4 {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
    }
}

.section3 .wrap-v4 .item p {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.28px;
    padding: 0 12px;
}

.section3 .wrap-v4 .item .cover {
    margin-bottom: 16px;
    border-radius: 8px;
    overflow: hidden;
}

.section3 .wrap-v4 .item .cover img {
    display: block;
    max-width: 100%;
}

.section3 .wrap-v4 .item .actions {
    margin-top: 12px;
    padding: 0 12px;
}

.section3 .wrap-v4 .item .actions a {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.28px;
    text-decoration-line: underline;
}

.section3 .wrap-v4 .item> :last-child {
    margin-bottom: 0;
}