.logo {
  height: 44px;
}

.bg-soft {
  background: #0000002e;
}

.home1.banner h6,
.home1.banner p {
  /* text-shadow: 1px 0px 4px white; */
}

.inner-page.banner .breadcrumb-item a,
.inner-page.banner .breadcrumb-item {
  opacity: .6;
}

.fitur p {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 10px;
}

.apps-page p {
  font-size: 14px;
  line-height: 1.4;
}

.nav-pills .nav-link {
  background: #0000000d;
  margin-right: 6px;
}

.card.product .card-body[data-simplebar] {
  height: 300px;
}

.home1.blog .item ul li a {
  font-size: 13px;
}

.home1.blog .item h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}

.blog-detail .blog-sidebar .recent-post ul li img {
  object-fit: cover;
}

.blog-detail .blog-sidebar .recent-post {
  padding: 25px 12px;
}

@media (min-width: 320px) and (max-width: 575px) {
  .logo {
    height: 40px;
  }

  p {
    font-size: 14px;
    line-height: 22px;
  }

  .card.product .card-body[data-simplebar] {
    height: 145px;
  }

  .section-title {
    padding-bottom: 33px;
  }

  .section-title h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .home1.banner h6 {
    font-size: 14px;
    line-height: 18px;
  }

  .home1.banner .text-area h1 {
    font-size: 23px;
    padding-top: 9px;
    padding-bottom: 10px;
    color: #f4ff6b;
    text-shadow: 1px 1px 4px #00000069;
  }

  .home1.feature .item {
    margin-bottom: 0;
  }

  .home1.feature .item .front,
  .home1.feature .item .back {
    padding: 10px;
  }

  .home1.team .item {
    margin-bottom: 0;
  }

  .home1.feature .item h4 {
    font-size: 13px !important;
  }

  .home1.about .content a {
    margin-top: 6px;
  }

  .inner-page.banner h2 {
    font-size: 34px;
    line-height: 38px;
  }

  .inner-page.banner .breadcrumb-item a,
  .inner-page.banner .breadcrumb-item {
    font-size: 13px;
  }

  .home1.newsletter .content h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .button-style {
    line-height: 50px;
    padding: 0 25px;
  }

  .home1.banner ul li .special-btn {
    background: #ffffff69;
    border-radius: 33px;
  }

  .home1.blog .item h5 {
    font-size: 14px;
  }

  .home1.blog .item ul li a {
    font-size: 10px;
    line-height: 1.5;
  }

  .inner-page.banner .overlay.slim {
    padding-top: 160px;
    padding-bottom: 30px;
  }

  .blog-detail .blog-sidebar .recent-post {
    padding: 25px 0;
  }
}