/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-posts/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
.other-posts {
  padding-top: 92px;
  padding-bottom: 120px;
  background: rgba(235, 240, 245, 0.4);
}
@media (max-width: 767.98px) {
  .other-posts {
    padding-top: 46px;
    padding-bottom: 56px;
  }
}
.other-posts__title {
  font-weight: 300;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
  color: #3a4454;
  margin-bottom: 62px;
}
@media (max-width: 767.98px) {
  .other-posts__title {
    margin-bottom: 41px;
  }
}
@media (max-width: 575.98px) {
  .other-posts__title {
    font-size: 32px;
  }
}
.other-posts__inner {
  display: flex;
}
@media (max-width: 1199.98px) {
  .other-posts__inner {
    overflow-x: auto;
    margin-right: -16px;
  }
}
.other-posts__item {
  display: flex;
  width: 592px;
  background: #ffffff;
  border: 1px solid #dce1e9;
  border-radius: 10px;
  flex-shrink: 0;
}
@media (max-width: 1199.98px) {
  .other-posts__item:last-child {
    margin-right: 16px;
  }
}
@media (max-width: 767.98px) {
  .other-posts__item {
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .other-posts__item {
    width: 312px;
  }
}
.other-posts__item-image {
  width: 278px;
  height: 245px;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .other-posts__item-image {
    width: 100%;
    height: 200px;
  }
}
.other-posts__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.other-posts__item-content {
  display: flex;
  flex-direction: column;
  padding: 32px 30px 24px 26px;
}
@media (max-width: 767.98px) {
  .other-posts__item-content {
    padding: 22px 24px 24px;
  }
}
.other-posts__item-details {
  font-size: 12px;
  line-height: 150%;
  color: #748994;
  text-transform: uppercase;
}
.other-posts__item-title {
  margin-top: 13px;
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  color: #1A61AB;
}
@media (max-width: 767.98px) {
  .other-posts__item-title {
    margin-top: 8px;
  }
}
@media (max-width: 575.98px) {
  .other-posts__item-title {
    font-size: 18px;
  }
}
.other-posts__item-text {
  margin-top: 22px;
  font-weight: 400;
  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-posts__item-text {
    margin-top: 16px;
  }
}
.other-posts__item + .other-posts__item {
  margin-left: 36px;
}
@media (max-width: 575.98px) {
  .other-posts__item + .other-posts__item {
    margin-right: 16px;
  }
}

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