.company-represents {
    margin-bottom: 120px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1024px) {
    .company-represents {
        margin-bottom: 80px;
    }
}

.company-represents__row {
    display: grid;
    gap: 32px 18px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 1024px) {
    .company-represents__row {
        grid-template-columns: 1fr;
    }
}

.company-represents__title {
    font-size: 32px;
    font-weight: 400;
    line-height: 110%;
    background: linear-gradient(96deg, #E6E7EB -6.36%, #BDD3FA 81.94%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 24px;
}

@media screen and (max-width: 1024px) {
    .company-represents__title  {
        font-size: 24px;
        line-height: 1.0833;
    }
}

.company-represents__subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 8px;
    background: linear-gradient(96deg, #E6E7EB -6.36%, #BDD3FA 81.94%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1024px) {
    .company-represents__subtitle {
        font-size: 16px;
        line-height: 1.125;
    }
}

.company-represents__description>*:not(:last-child) {
    margin-bottom: 8px;
}

.company-represents__description {
    color: #6E838E;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.125;
}

@media screen and (max-width: 1024px) {
    .company-represents__description {
        font-size: 14px;
        line-height: 1.0715;
    }
}

.company-represents__image-bg {
    position: absolute;
    top: -275px;
    right: 0;
    z-index: -1;
    pointer-events: none;
}

@media screen and (max-width: 1024px) {
    .company-represents__image-bg {
        display: none;
    }
}