@media (min-width: 1400px) {
    section {
        display: flex;
        align-items: center;

        &.why-choose-us, &.technologies, &.send-request, &.stages {
            flex-direction: column;
        }

        & div {
            max-width: 1440px;
        }
    }

    footer, header {
        align-items: center;
    }
    .footer-top, .footer-bottom, .header-content {
        max-width: 1200px;
    }
}
