.insta_circle {
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    text-align: center;
    width: 22px;
}

[data-overlay-dark]:before {
    background: #000000;
}

.grey p{
    color: #888;
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    margin: 0;
}

.title_emphasis{
    font-size: 40px;
}

hr{
    border-bottom: 1px solid #888;
    width: 100%;
}

.contact .form {
    padding: 20px 5%;
}

.contact .cont{
    height: 100px;
}

@media screen and (min-width: 480px) {
    .hidden_mobil{
        display: block;
    }
    .display_mobil{
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .hidden_mobil{
        display: none;
    }
    .display_mobil{
        display: block;
    }
    .home_slider p{
        font-size: 12px !important;
    }
    .img_home{
        width: 380px;
    }
    .swiper-nav-ctrl{
        width: 30px !important;
        height: 30px !important;
        line-height: 30px !important;
    }
    .title_emphasis{
        font-size: 30px !important;
    }
}