/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./blocks/src/other-cards/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
.other-cards {
  margin-top: var(--margins-top);
  margin-bottom: var(--margins-bottom);
  padding-top: var(--paddings-top);
  padding-bottom: var(--paddings-bottom);
  background: var(--gradient);
}
@media (max-width: 767.98px) {
  .other-cards {
    margin-top: var(--margins-top--mobile);
    margin-bottom: var(--margins-bottom--mobile);
    padding-top: var(--paddings-top--mobile);
    padding-bottom: var(--paddings-bottom--mobile);
  }
}
.other-cards__title {
  font-weight: 300;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
  color: #3a4454;
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .other-cards__title {
    margin-bottom: 45px;
  }
}
@media (max-width: 575.98px) {
  .other-cards__title {
    font-size: 32px;
  }
}
.other-cards__inner {
  display: flex;
  justify-content: space-between;
  margin-top: -20px;
  margin-bottom: -20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .other-cards__inner {
    overflow: auto;
    margin-right: -16px;
    margin-left: -16px;
  }
}
.other-cards__item {
  width: 100%;
  max-width: 382px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 31px 27px 38px;
  background: #ffffff;
  border: 1px solid #dce1e9;
  border-radius: 10px;
  transition: 0.3s;
}
.other-cards__item:hover {
  box-shadow: 0px 5px 25px rgba(15, 35, 52, 0.2);
}
@media (max-width: 1199.98px) {
  .other-cards__item:first-child {
    margin-left: 16px;
  }
  .other-cards__item:last-child {
    margin-right: 16px;
  }
}
@media (max-width: 767.98px) {
  .other-cards__item {
    max-width: 312px;
    padding: 34px 23px 40px;
  }
}
.other-cards__item-image {
  width: 100%;
  height: 206px;
  flex-shrink: 0;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .other-cards__item-image {
    height: 165px;
  }
}
.other-cards__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
}
.other-cards__item-content {
  display: flex;
  flex-direction: column;
  margin-top: 34px;
}
.other-cards__item-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  color: #3a4454;
}
@media (max-width: 767.98px) {
  .other-cards__item-title {
    font-size: 24px;
    line-height: 110%;
  }
}
.other-cards__item-text {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 150%;
  color: #748994;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
@media (max-width: 767.98px) {
  .other-cards__item-text {
    margin-top: 18px;
    margin-bottom: 18px;
  }
}
.other-cards__item-buttons {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.other-cards__item-button + .other-cards__item-button {
  margin-left: 36px;
}
@media (max-width: 767.98px) {
  .other-cards__item-button + .other-cards__item-button {
    margin-left: 24px;
  }
}
.other-cards__item + .other-cards__item {
  margin-left: 36px;
}
@media (max-width: 767.98px) {
  .other-cards__item + .other-cards__item {
    margin-left: 16px;
  }
}

/*# sourceMappingURL=style-other-cards.css.map*/