@media only screen and (max-width: 767px) {
    .my-order{
        order: 1;
    }

    h1.title{
        font-weight: bold;
        font-size: 24px;
    }

    .img-padding{
      padding: 0px;
    }

    .my-order .mt-4 a.btn{
        width: 60%;
        margin: 0px 1px;
    }

    .my-order .mt-4 a.btn-trial{
        float: right;
    }

    .section-sm{
        padding: 30px 7px !important;
    }

    .section-gallery{
        padding-top: 15px !important;
    }

    .section-about h1{
        margin-top: 20px;
    }

    p {
      font-size: 16px;
    }

    h3,h5{
        font-size: 24px;
    }

    p.judul{
        font-size: 24px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    }

    .size-12{
      font-size: 16px;
      line-height: 1.3 !important;
      padding-bottom: 0px;
    }

    .section-slider{
        margin-top: 30px;
    }

    .section-service .my-services{
        margin-top: 20px;
    }

    .section-service div.mt-5{
        margin-top: 25px !important;
    }

    .section-service div.mt-6{
        margin-top: 20px !important;
    }

    .section-sm.section-testimoni {
        padding-bottom: 75px !important;
    }

    .section-testimoni .container{
        padding-left: 0px;
    }

    .desktop{
      display: none;
    }

    .mobile{
      display: block;
    }

    .gallery {
      column-count: 2;
      column-gap: 17px;
    }
    .gallery .gallery__image {
      margin-bottom: 15px;
    }

    /* testimoni */
    .section-testimoni .items {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .section-testimoni .card .card-body {
      padding: 20px;
    }

    /* slick slider */
    .slick-prev
    {
      right: auto !important;
      left: 40% !important;
    }

    .slick-next
    {
      right: 40% !important;
      left: auto !important;
    }
}

@media only screen and (max-width: 767px) and (min-width: 993px) {
    .slick-next {
        right: 43% !important;
        left: auto !important;
    }

    .slick-prev {
        right: auto !important;
        left: 43% !important;
    }
}

@media only screen and (max-width: 993px) and (min-width: 1200px) {
    .slick-next {
        right: 44% !important;
        left: auto !important;
    }

    .slick-prev {
        right: auto !important;
        left: 44% !important;
    }
}