@media (min-width: 768px) and (max-width: 1024px) {
   .slide .slide_index {
        position: absolute;
        top: 0;
        left: 15%;
        right: 15%;
        bottom: 0;
        max-width: 1170px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 700px;
    }
    
    .slide .slide_index .slider_desc h2 {
        color: #FFF;
        font-size: 40px;
        text-transform: uppercase;
        font-weight: 500;
        margin: 0;
    }
    
    .slide .slide_index .slider_img img {
        width: auto;
        height: 400px;
    }
    
    .f_item img {
        width: auto;
        height: 45px;
        margin-bottom: 10px;
    }
    
    .f_social a {
        width: 30px;
        height: 30px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background: rgb(233,91,46);
        background: linear-gradient(270deg, rgba(233,91,46,1) 0%, rgba(250,172,64,1) 100%);
        color: #FFF;
        border-radius: 5px;
        margin-right: 5px;
        font-size: 20px;
        text-decoration: none;
    }
}