@media (max-width:1199px) {
    .footer-item {
        width: 100%;
        margin-bottom: 45px;
    }
    .footer-item:last-child {
        margin-bottom: 0px;
    }
    .footer-logo {
        height: auto;
        margin-bottom: 20px;
    }
    .footer-copyright {
        padding-top: 55px;
    }
    .footer-copyright ul li {
        font-size: 14px;
        line-height: 200%;
    }
    .footer-copyright ul li::after {
        margin: 0px 6px 0px 3px;
        position: relative;
        top: 1px;
    }
    .footer-copyright ul li:nth-child(3)::after {
        display: none;
    }
    .slidertext-error h1 {
        font-size: 35px;
        margin-bottom: 10px;
        line-height: 35px;
    }
    .slidertext-error p {
        font-size: 16px;
        margin: 0px 0px 15px;
    }
    .btn {
        font-size: 14px;
        padding: 12px 15px;
    }
    .header {
        padding: 20px 0px;
    }
    .content-section {
        padding: 30px 0px;
    }
    .content-section h1 {
        font-size: 24px;
    }
    .content-section p, .content-section ul li, .content-section ol li {
        font-size: 14px;
        line-height: 21px;
        color: #000;
        margin-bottom: 10px;
    }
    .footer-lg .footer-item {
        width: 100%;
    }
    .footer-lg .footer-logo {
        height: auto;
    }
}
