﻿.pricingPage-form {
    display: flex;
    max-width: 1100px;
    margin: auto;
    width: 100%;
    gap: 5px;
    flex-direction: column;
    padding: 0 1rem;
}

@media screen and (max-width: 768px) {
    .pricingPage-form {
        max-width: 100%;
    }
}
