/*X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .details_slider h1 {
        font-size: 18px;
        padding  : 5px 0px 5px 0px !important;
    }

    .details_slider img {
        width: 60px;
    }

    .link_slide {
        border-radius: 10px;
        padding      : 5px 40px;
        font-size    : 15px;
        font-weight  : 600;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .details_slider h1 {
        font-size: 25px;
        padding  : 5px 0px 10px 0px !important;
    }

    .details_slider img {
        width: 90px;
    }

    .link_slide {
        border-radius: 10px;
        padding      : 13px 40px;
        font-size    : 18px;
        font-weight  : 600;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .details_slider h1 {
        font-size: 35px;
        padding  : 5px 0px 10px 0px !important;
    }

    .details_slider img {
        width: 130px;
    }

    .link_slide {
        border-radius: 10px;
        padding      : 15px 50px;
        font-size    : 18px;
        font-weight  : 600;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {}

/* X-Large devices (large desktops, less than 1400px)*/
@media (min-width: 1200px) {}