.banner-container {
    background-image: url('./assets/img/backgrounds/bg-contact-us.png');
    background-repeat: no-repeat;
    background-size: 100% 1000%;
    background-position-y: 100%;
}

.product-title {
    font-size: 14px;
    font-weight: 700;
}

.fs-product-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.rounded-image {
    border-radius: 5px !important;
}

.product-price {
    white-space: nowrap;
}

.stroked-product-price {
    margin-bottom: 2px;
    font-style: italic;
    text-decoration: line-through;
}

.object-cover {
    object-fit: cover;
}

.old-school-text {
    height: 45%;
    bottom: 0;
    border-radius: 0 0 5px 5px;
    background: linear-gradient(0deg, #DE127D 21.72%, rgba(177, 14, 99, 0) 99.99%, rgba(120, 10, 68, 0) 100%);
}

.main-blog-content .blog-date {
    font-size: 12px;
}

.main-blog-content .blog-title {
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 1.2;
}

.list-blog-content .blog-date {
    font-size: 12px;
}

.list-blog-content .blog-title {
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 10px;
    line-height: 1.2;
}

.list-blog-content .blog-desc {
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-price {
    font-size: 14px;
}

.label-product {
    font-size: 12px;
    width: max-content;
}

.image-product {
    padding: 0;
}

.border {
    border-radius: 8px;
}

.p-inherit{
  padding:inherit;
}

@media only screen and (max-width: 768px) {
  .list-products h3{
    margin-left: 26px;
    font-size: 16px;
  }
  
  .collaboration-book h3{
    margin-left: 26px;
    font-size: 16px;
  }

  .list-products .col-6{
    margin-bottom: 10px;
  }

  .list-products .product-title {
    font-size: 12px !important;
  }

  .product-price{
    font-size: 12px !important;
  }

  .title-buku .col-12{
    height: 4em;
  }
}

@media only screen and (max-width: 768px) {
  .product-title {
    font-size: 12px !important;
  }

  .collaboration-book h3{
    margin-left: 26px;
    font-size: 16px;
  }

  .product-price{
    font-size: 10px !important;
    height: 17px;
  }

  .product-price p{
    display: flex;
    flex-direction: column;
  }

  .title-buku .col-12{
    height: 4em;
  }
}

@media only screen and (max-width:320px){
  .container-service{
    left: 0%;
  }

  .services-menu {
    justify-content: space-between !important;
    column-gap: 2em;
  } 
}

/** Service For Mobile */
.container-service {
  padding: 0 0px;
  position: relative;
  /* left: 0%; */
}

.services-menu{
  margin: 20px 0 30px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-grow: 1;
  column-gap: 2rem;
}

.services-menu .wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 7px;
  width: 5em;
  /* flex: 1 1 calc(33.333% - 20px); */
}


.services-menu .wrap span {
  font-size: 8px;
  color: var(--card-poni-color);
  text-align: center;
  position: relative;
}

.services-menu .item {
  /* width: 60px; */
  height: 66px;
  top: 551px;
  left: 30px;
  border-radius: 10px;
  background: var(--card-poni-color);
}

.services-menu .item img {
  width: 50px;
  /* height: 36.13px; */
  margin-top: 13px;
  position: relative;
  left: 15%;
}