@media screen and (max-width: 2560px) {
  .container {
    padding-inline: 0;
  }
  .inner-banner-2 .left-content-wrapper {
    padding: 10px 7.5px;
    margin-top: 30px;
  }
  .inner-banner-2 .image-wrapper {
    padding: 10px 9px;
  }
  .inner-banner-2 .button-wrapper .bg-color {
    padding: 12px;
    width: auto;
    border: 10px solid #fbfaf5;
    border-radius: 20px;
    height: 68px;
  }
  .inner-banner-2 .button-wrapper {
    display: flex;
    gap: 0;
    padding-right: 0;
    padding-left: 0;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .inner-banner-2 .image-wrapper img {
    margin-top: 0;
  }
  .inner-banner-2 {
    padding: 0 0 32px;
  }
  .inner-banner-2 .left-content-wrapper p {
    padding-bottom: 30px;
  }
  .latest-news-tab.latest-news .inner-box {
    border-radius: 8px;
  }
  .latest-news-tab.latest-news .image {
    margin-top: 0;
    height: 224px;
  }
  .latest-news-tab.latest-news .image img {
    height: 100%;
  }
  .latest-news-tab.latest-news .inner-box p {
    font-size: 18px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: calc(1.5em * 2);
  }
  .latest-news-tab.latest-news .inner-box p br {
    display: none;
  }
  /* .latest-news-tab.latest-news {
    background-color: transparent;
    background-image: linear-gradient(180deg, #ffffff 0%, #eef5f9 100%);
  } */
  .guides.campaign-1.two.four {
    background-color: #f1eddb !important;
  }
  .guides.campaign-1.two.four .heading-wrapper p {
    font-size: 22px;
    line-height: 36px;
  }
  .guides.campaign-1.two.four .swiper-button-prev,
  .guides.campaign-1.two.four .swiper-button-next {
    opacity: 1;
    background-color: #092a3b;
  }
  .guides.campaign-1.two.four .swiper-button-prev {
    left: -30px;
  }
  .guides.campaign-1.two.four .swiper-button-next {
    right: -30px;
  }
  .guides.campaign-1.two.four .swiper.mySwiper.campaign {
    width: calc(100% - 60px);
  }
  .guides.campaign-1.two.four .swiper.mySwiper.campaign .swiper-slide {
    padding: 0 !important;
  }
  .guides.campaign-1.two.four .image {
    margin-top: 0;
  }
  .guides.campaign-1.two.four .image img {
    padding-bottom: 0;
  }
  .guides.campaign-1.two.four .content-wrapper .text-wrap {
    padding: 24px;
  }
  .guides.campaign-1.two.four .content-wrapper .text-wrap p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: calc(1.5em * 3);
  }
}

@media screen and (max-width: 1920px) {
}

@media screen and (max-width: 1660px) {
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1366px) {
}

@media screen and (max-width: 767px) {
  .hero {
    padding: 30px 0 20px;
  }
  .mobilenone{
    display: none !important;
  }
  .mobile_block{
    display: block !important;
  }
  .mobile_block .d-inline-block{
    width: 100%;
  }
  .mobile_block .d-inline-block .btn-outline-dark{
    margin-left: 0;
    margin-top: 20px !important;
  }
  .hero .lists{
    font-size: 14px;
            margin-inline: calc(-16px / 2);
            justify-content: flex-start;
  }
  .hero .lists li{
    margin-inline: calc(16px / 2);
  }
}
