@media only screen and (max-width: 1239px) {
    .owl-prev , .owl-next{
      display: none;
    }
    .splide__arrow{
        display: none;
      }
    .blog-img{
        order: -1;
    }
    .text-app{
      font-size: 18px !important;
    }
    .img-app{
      width: 75px;
    }
    
  }

@media only screen and (max-width: 990px) {
    .nav-sm{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        background-color: #feefd05d;
        padding: 5px;
        border-radius: 20px;
      }
    .text-18{
        font-size: 16px !important;
      }

      .text-app{
        font-size: 14px !important;
      }
      .img-app{
        width: 50px;
      }
      .line02{
        height: 40px !important;
      }
      .stor-img{
        width: 325px;
        margin-bottom: 48px;

      }
  }

  @media only screen and (max-width: 767px) {
    .owl-prev , .owl-next{
      display: none;
    }
    .splide__arrow{
        display: none;
      }
      .bolg{
        border-radius: 25px !important;
        
      }
      .nav-sm{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
      }
      .text-18{
        font-size: 10px !important;
      }
      .text-10{
        font-size: 8px !important;
      }
      .width-100{
        width: 100% !important;
        margin: 7px 0 !important;
    }

    /* footer */
    .term{
      justify-content: start !important;
    }

    .text-app{
      font-size: 10px !important;
    }
    .img-app{
      width: 18px;
    }
    .line02{
      height: 30px !important;
    }

    .stor-img{
      width: 280px;
      margin-bottom: 48px;
      padding-bottom: 40px;
    }
    
  }