@media (max-width: 1198px) and (min-width:768px) {
    .index-section-first-light {
        background-position: center;
    }
    .section-first-box-light {
        position: relative;
        margin: 0 auto;
        bottom: -20%;
        left: 0;
        right: 0;
    }
    .temp-menu-item {
        font-size: 13px;
    }
    .section-second-card {
        min-height: 375px;
    }
    .carousel-item>p {
        font-size: 22px;
    }
    .carousel-indicators {
        bottom: -10%;
    }
    .footer-section {
        max-height: 100%;
    }
    .footer-block {
        text-align: center;
    }
    .contact {
        justify-content: center;
    }
    .up {
        position: relative;
        bottom: 0;
        right: 0;
        margin-top: 10px;
    }
}