/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-white/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
.other-cards-white {
  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-white {
    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-white__title {
  font-weight: 300;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
  color: #3a4454;
  margin-bottom: 65px;
}
@media (max-width: 767.98px) {
  .other-cards-white__title {
    margin-bottom: 34px;
  }
}
@media (max-width: 575.98px) {
  .other-cards-white__title {
    font-size: 32px;
  }
}
.other-cards-white__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .other-cards-white__inner {
    flex-direction: column;
  }
}
.other-cards-white__item {
  display: inline-block;
  position: relative;
  width: 50%;
  min-height: 233px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 40px 40px;
  background: #ffffff;
  border: 1px solid #dce1e9;
  border-radius: 10px;
  transition: 0.3s;
  justify-content: center;
}
.other-cards-white__item:hover {
  box-shadow: 0px 5px 25px rgba(15, 35, 52, 0.2);
}
@media (max-width: 767.98px) {
  .other-cards-white__item {
    padding: 25px 20px 100px;
    min-height: 314px;
    width: 100%;
  }
}
.other-cards-white__item-background {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
}
.other-cards-white__item-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.other-cards-white__item-content {
  display: flex;
  flex-direction: column;
  max-width: 330px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .other-cards-white__item-content {
    max-width: 273px;
  }
}
.other-cards-white__item-title {
  font-weight: 300;
  font-size: 30px;
  line-height: 100%;
  color: #219963;
}
@media (max-width: 767.98px) {
  .other-cards-white__item-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 110%;
  }
}
.other-cards-white__item-text {
  margin-top: 24px;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  color: #748994;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  max-width: 320px;
}
@media (max-width: 767.98px) {
  .other-cards-white__item-text {
    margin-top: 16px;
  }
}
.other-cards-white__item + .other-cards-white__item {
  margin-left: 36px;
}
@media (max-width: 767.98px) {
  .other-cards-white__item + .other-cards-white__item {
    margin-left: 0;
    margin-top: 16px;
  }
}
.other-cards-white__extra {
  margin-top: 54px;
  text-align: center;
  font-size: 16px;
  line-height: 150%;
  color: #748994;
}
@media (max-width: 767.98px) {
  .other-cards-white__extra {
    margin-top: 38px;
    display: flex;
    flex-direction: column;
  }
}
.other-cards-white__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
@media (max-width: 767.98px) {
  .other-cards-white__buttons {
    margin-top: 26px;
  }
}

/*# sourceMappingURL=style-other-cards-white.css.map*/