@media (max-width: 575.98px) {
    .fs-page-footer {
    }
}

/* Media query for screens between 576px and 767.98px (Small devices) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .fs-page-footer {
    }
}

/* Media query for screens between 768px and 991.98px (Medium devices) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .fs-page-footer {
    }
}

/* Media query for screens between 992px and 1199.98px (Large devices) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .fs-page-footer {
    }
}

/* Media query for screens larger than 1200px (Extra Large devices) */
@media (min-width: 1200px) {
    .fs-page-footer {
    }
}

.fs-page-footer {
}

.fs-page-footer {
    background-color: #f15a21;
    padding: 6px 10px;
}

.fs-footer-text-info {
    color: #ffffff !important;
    font-size: 14px;
}

.fs-img-footer {
    width: 100% !important;
}
