@media (max-width: 575.98px) {
    .fs-page-container {
        margin: 10px 10px !important;
        /*padding: 0 10px !important;*/
    }
}

/* Media query for screens between 576px and 767.98px (Small devices) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .fs-page-container {
        margin: 10px 10px!important;
        /*padding: 0 10px !important;*/
    }
}

/* Media query for screens between 768px and 991.98px (Medium devices) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .fs-page-container {
        margin: 10px 15px!important;
        /*padding: 0 10px !important;*/
    }
}

/* Media query for screens between 992px and 1199.98px (Large devices) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .fs-page-container {
        margin: 10px 5% !important;
        /*padding: 0 10px !important;*/
    }
}

/* Media query for screens larger than 1200px (Extra Large devices) */
@media (min-width: 1200px) {
    .fs-page-container {
        /*padding: 0 10% !important;*/
        /*padding: 0 10px !important;*/
    }
}

.fs-page-container {
    margin: 20px 10%;
    /*padding: 0 10px;*/
    /*height: 100vh;*/
}
