@media (max-width:600px) {
    .head_ust .head_ust_sol a {
        color: #7B7C7E;
        text-decoration: none;
        font-size: 10px;
        font-weight: 400;
        margin-right: 10px;
    }
    
    
    .hak_img {
        width: 100%;
        height: 280px;
        background-image: url(../../layout/images/hakkimizda.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin: 30px auto auto auto;
    }
    
    .blog_box {
        display: block;
        height: auto;
    }
    
    h2:before {
        content: attr(data-text);
        position: absolute;
        top: 0;
        left: 0;
        font-size: 45px;
        z-index: -1;
        width: 1170px;
        opacity: 0.057;
        font-weight: 700;
    }
    
    .slider .slider_desc h1 {
        color: #4E4F51;
        font-size: 60px;
        font-weight: 600;
        display: inline-block;
        position: relative;
        margin: 0;
        line-height: 70px;
        z-index: 500;
    }
    
    .slider .slider_desc h1:before {
        content: attr(data-text);
        position: absolute;
        right: 0;
        top: -50px;
        opacity: 0.04;
        font-size: 90px;
        text-align: right;
        line-height: 100px;
        font-weight: 400;
        z-index: -1;
    }
    
    .btn-question {
        position: relative;
        z-index: 500;
        width: 100%;
        height: 40px;
        background-color: #e06896;
        border: none;
        border-radius: 5px;
        color: #FFF;
        font-size: 14px;
        font-weight: 600;
        outline: none;
        margin-bottom: 20px;
    }
    
    
    .f_box {
        margin: 30px 0 0 0;
    }
}