@media (max-width: 1441px) {

    .content-control {
        width: 100vw;
        max-width: 100vw;
        margin-left: auto;
        margin-right: auto;
    }
    .section-4-control{
        max-width: 100vw;
        margin-left: auto;
        margin-right: auto;
    }

    .section-3-item-title{
        font-size: 40px;
    }

    .section-contact-items-right-item-header{
        font-size: 30px;
    }

    .section-4-content-text-header{
        font-size: 32px;
    }
    .section-2-head-left-text,
    .section-3-head-title,
    .section-4-head-title,
    .section-contact-head-title {
      font-size: 120px;
    }
    .section-4-content-text-desc,
    .section-2-desc-text,
    .section-3-item-desc,
    .section-2-head-ul-control,
    .section-contact-items-right-item-desc {
        font-size: 20px;
    }

}