.section-templatesLibrary {
  color: #000;
  line-height: 1.3;
  padding: 50px 0;
}
.section-templatesLibrary-container {
  max-width: 1255px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 1250px) {
  .section-templatesLibrary-container {
    max-width: 840px;
  }
}
@media (max-width: 992px) {
  .section-templatesLibrary-container {
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .section-templatesLibrary-container {
    width: 100%;
    max-width: 450px;
  }
}
.section-templatesLibrary-category {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .section-templatesLibrary-category {
    margin-bottom: 30px;
  }
}
.section-templatesLibrary-title {
  color: #000;
  font-family: var(--font-family-title);
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-templatesLibrary-title {
    font-size: 20px;
  }
}
.section-templatesLibrary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media (max-width: 1250px) {
  .section-templatesLibrary-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .section-templatesLibrary-grid {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}
.section-templatesLibrary-card {
  position: relative;
  width: 395px;
  height: 208px;
  border-radius: 10px;
  box-shadow: 0 9px 34px 0 rgba(0, 0, 0, 0.07);
  background-color: #fff;
  padding: 10px 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.25s ease;
}
@media (max-width: 992px) {
  .section-templatesLibrary-card {
    width: auto;
  }
}
@media (max-width: 767px) {
  .section-templatesLibrary-card {
    height: auto;
    min-height: 145px;
    padding: 15px 20px;
  }
}
.section-templatesLibrary-card:hover {
  box-shadow: 0 9px 34px 0 rgba(0, 0, 0, 0.15);
}
.section-templatesLibrary-card:before {
  content: "";
  background-color: #000;
  height: 100%;
  width: 4px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.section-templatesLibrary-card__title {
  font-family: var(--font-family-title);
  font-size: 21px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .section-templatesLibrary-card__title {
    font-size: 20px;
  }
}
.section-templatesLibrary-card__text {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--font-family-primary);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 992px) {
  .section-templatesLibrary-card__text {
    font-size: 14px;
  }
}
/*# sourceMappingURL=section-templateslibrary.css.map */
