header h1 {
    font-size: var(--text-size-large);
    color: var(--text-primary);
    font-weight: 350;
    line-height: 110%;
    letter-spacing: -4%;
    margin: 149px 0 60px;
}

.information {
    display: flex;
    justify-content: space-between;
}

.information__wrapper {
    max-width: 1040px;
    width: 100%;
}

.information h3 {
    font-weight: 350;
    color: var(--text-primary);
    font-size: var(--text-title-size-medium);
    line-height: 130%;
    letter-spacing: -4%;
    margin: 0 0 40px;
}

.pluses__items {
    display: flex;
    align-items: center;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -4%;
    font-size: var(--text-size-medium);
    color: var(--text-secondary);
    margin: 0 0 21px 0;
}

.pluses__items img {
    margin: 0 21px 0 0;
}

.emc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1040px;
    height: 150px;
    width: 100%;
    margin: 40px 0 80px 0;
    gap: 20px;
}

.emc p {
    font-weight: 400;
    font-size: var(--text-size-medium);
    line-height: 110%;
    letter-spacing: -4%;
    color: var(--text-secondary);
    max-width: 503px;
    width: 100%;
}

@media (max-width: 1500px) {

    .emc {
        max-width: 783px;
    }

    .emc img {
        width: 400px;
    }

    .emc p {
        font-size: 20px;
        font-weight: 400;
        max-width: 366px;
    }

    .pluses__items {
        font-size: 20px;
    }

    .pluses__items img {
        width: 22px;
    }

    .information h3 {
        font-size: 30px;
    }

    header h1 {
        font-size: 45px;
        margin: 80px 0 60px;
    }

    .information__wrapper {
        max-width: 800px;
    }

}

@media (max-width: 768px) {

    header h1 {
        font-size: 30px;
        font-weight: 350;
        line-height: 120%;
        margin: 105px 0 40px;
    }

    .information h3 {
        font-size: 23px;
        line-height: 120%;
    }

    header  {
        padding: 4px 12px !important;
    }

    .pluses__items {
        font-size: 16px;
    }

    .pluses__items img {
        width: 20px;
        margin: 0 14px 0 0;
    }

    .emc {
        margin: 42px 0 40px;
    }

    header .button {
        margin: 0 0 60px;
    }

    .emc img {
        width: 310px;
    }

    .emc p {
        font-size: 16px;
    }
}

@media (max-width: 510px) {

    .emc {
        margin: 0px 0 32px;
        height: 95px;
    }
    
    .emc img {
        margin: 0 auto;
    }

}