@media (min-width: 992px) {
    .post-content .rts-slider-title {
        margin-top: -42px;
    }
}

@media (max-width: 991px) {
    .XYZABC {
        margin-left: 92px !important;
      }
    .rts-footer-widget {
        text-align: center;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .rts-footer-widget .social__links {
        justify-content: center;
    }
    .rts-footer-widget .rts-footer-menu ul {
        display: inline-block;
        text-align: center;
    }
    .rts-footer-widget .rts-footer-menu ul li {
        text-align: center;
    }
    .rts-footer-widget .rts-post-widget {
        text-align: center;
    }
    .rts-footer-widget .rts-post-widget .post-content {
        margin-left: 0 !important;
    }
    .rts__description {
        text-align: center !important;
        margin-left: 76px !important;
        margin-right: auto !important;
        max-width: 100% !important;
        padding: 0 15px !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .social__links {
        display: flex !important;
        gap: 20px !important;
        margin-left: 76px !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .rts-slider-title {
        margin-top: 10px;
        margin-bottom: 10px ;
    }
    .row.gy-5 {
        --bs-gutter-y: 0.5rem !important;
    }
    .pt--50 {
        padding-top: 10px !important;
    }
    .mb--25 {
        margin-bottom: 10px !important;
    }
    .mt-4 {
        margin-top: 10px !important;
    }
} 