@media (max-width: 1100px) {

    .price-row {
        gap: 30px;
    }

    .price-col {
        width: 31% !important;
    }

}

@media (max-width: 991px) {
    .price-col {
        width: 47% !important;
    }
}

@media (max-width: 610px) {
    .price-col {
        width: 100% !important;
    }
}

@media (max-width: 540px) {
    .main-head h2 {
        font-size: var(--f32);
    }

    section.pricing {
        padding-left: 24px;
        padding-right: 24px;
    }
}