.all-cpt-basic-2 {
  padding: 70px 0 80px;
}
@media (max-width: 575px) {
  .all-cpt-basic-2 {
    padding: 45px 0 55px;
  }
}
.all-cpt-basic-2 .section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 45px;
}
.all-cpt-basic-2 .section-title .title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #1b1b1b;
  display: inline-block;
  padding-bottom: 14px;
  border-bottom: 3px solid var(--w-color);
}
@media (max-width: 575px) {
  .all-cpt-basic-2 .section-title .title {
    font-size: 1.9rem;
  }
}
.all-cpt-basic-2 .section-title .subtitle {
  font-family: "Krub", sans-serif;
  color: #777;
  margin-top: 14px;
}
.all-cpt-basic-2 .section-title .subtitle:empty {
  display: none;
}
.all-cpt-basic-2 .row > [class*=col-] {
  margin-bottom: 30px;
  display: flex;
}
.all-cpt-basic-2 .item-post {
  width: 100%;
  margin-bottom: 0;
  background: #fff;
  border: 1px solid #ececec;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.all-cpt-basic-2 .item-post:hover {
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}
.all-cpt-basic-2 .item-post:hover .thumbnail img {
  transform: scale(1.05);
}
.all-cpt-basic-2 .item-post:hover .btn-theme {
  background: #1b1b1b;
  color: #fff;
  border-color: #1b1b1b;
}
.all-cpt-basic-2 .item-post .thumbnail {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: #f1f1f1;
}
.all-cpt-basic-2 .item-post .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.all-cpt-basic-2 .item-post .item-details {
  padding: 26px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  flex: 1;
}
.all-cpt-basic-2 .item-post--title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 1.35rem;
  line-height: 1.3;
  color: #1b1b1b;
  text-align: left;
  margin: 0 0 14px;
}
.all-cpt-basic-2 .item-post .excerpt {
  font-family: "Krub", sans-serif;
  font-size: 14px;
  line-height: 1.65;
  color: #555;
  text-align: left;
  margin: 0 0 22px;
}
.all-cpt-basic-2 .item-post .d-flex {
  margin-top: auto;
}
.all-cpt-basic-2 .item-post .btn-theme {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #1b1b1b;
  background: transparent;
  border: 1px solid #1b1b1b;
  padding: 10px 22px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.all-cpt-basic-2 .item-post .btn-theme span {
  display: inline-block;
  width: 14px;
  height: 1px;
  background: currentColor;
  transition: width 0.3s ease;
}
.all-cpt-basic-2 .item-post .btn-theme:hover {
  background: var(--w-color);
  color: #fff;
  border-color: var(--w-color);
  text-decoration: none;
}
.all-cpt-basic-2 .item-post .btn-theme:hover span {
  width: 22px;
}

/*# sourceMappingURL=style.css.map */
