.cafe-features-section {
  text-align: center;
  padding: 60px 0 0;
  background-color: rgba(248, 248, 248, 1);
  padding-bottom: 70px;
}
.cafe-features-section h2 {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cafe-features-section h2 {
    margin-bottom: 20px;
  }
}
.cafe-features-section .cafe-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 767px) {
  .cafe-features-section .cafe-features-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  .cafe-features-section .cafe-features-grid .cafe-feature-card {
    margin-top: 20px;
  }
}
.cafe-features-section .cafe-features-grid .cafe-feature-card .cafe-feature-img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  max-width: 420px;
  width: 100%;
  aspect-ratio: 420/408;
  margin: 0 auto;
  margin-bottom: 20px;
}
.cafe-features-section .cafe-features-grid .cafe-feature-card .cafe-feature-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cafe-features-section .cafe-features-grid .cafe-feature-card .link-btn {
  margin: 0 auto;
}
.cafe-features-section .cafe-features-grid .cafe-feature-card p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin: 10px 0 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1399px) {
  .cafe-features-section .cafe-features-grid .cafe-feature-card p {
    min-height: 60px;
  }
}
@media (max-width: 767px) {
  .cafe-features-section .cafe-features-grid .cafe-feature-card p {
    min-height: initial;
    margin-bottom: 20px;
  }
}
.cafe-features-section .cafe-features-grid .cafe-feature-card h4 {
  max-height: 55px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.school-explore .cafe-features-grid {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .school-explore .cafe-features-grid {
    display: block;
  }
}
.school-explore .cafe-features-grid .cafe-feature-card {
  max-width: 534px;
  width: 100%;
}

/* RTL Support */
html.rtl .cafe-features-section,
html[dir="rtl"] .cafe-features-section {
  direction: ltr !important;
}
html.rtl .cafe-features-section .container,
html[dir="rtl"] .cafe-features-section .container {
  direction: ltr !important;
}
html.rtl .cafe-features-section .cafe-features-grid,
html[dir="rtl"] .cafe-features-section .cafe-features-grid {
  direction: ltr !important;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
}
@media (max-width: 767px) {
  html.rtl .cafe-features-section .cafe-features-grid,
  html[dir="rtl"] .cafe-features-section .cafe-features-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
html.rtl .cafe-features-section .cafe-features-grid .cafe-feature-card,
html[dir="rtl"] .cafe-features-section .cafe-features-grid .cafe-feature-card {
  direction: rtl;
  text-align: center;
}
html.rtl .cafe-features-section h2,
html[dir="rtl"] .cafe-features-section h2 {
  direction: rtl;
  text-align: center;
}
html.rtl .school-explore .cafe-features-grid,
html[dir="rtl"] .school-explore .cafe-features-grid {
  direction: ltr !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
}
html.rtl .school-explore .cafe-features-grid .cafe-feature-card,
html[dir="rtl"] .school-explore .cafe-features-grid .cafe-feature-card {
  direction: rtl;
  text-align: center;
}

/*# sourceMappingURL=cafe-features.css.map */
