@media (max-width: 1600px) {
    *:not(svg) {
        font-size: 12px !important;
    }

    .pricing-by-m > .flex {
        align-items: center;
    }

    .pricing-by-m h4 {
        font-size: 16px !important;
    }

    .im-announce-item-list-content {
        grid-template-columns: 180px 1fr 180px !important;
    }

    .m-modal__header h2 {
        font-size: 20px !important;
    }

    .m-modal__content p {
        font-size: 14px !important;
    }
}
