/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/three-posts/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
.three-posts {
  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) {
  .three-posts {
    margin-top: var(--margins-top--mobile);
    margin-bottom: var(--margins-bottom--mobile);
    padding-top: var(--paddings-top--mobile);
    padding-bottom: var(--paddings-bottom--mobile);
  }
}
.three-posts__title {
  margin: 0 auto;
  font-weight: 300;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
  color: #3a4454;
  max-width: 700px;
}
@media (max-width: 575.98px) {
  .three-posts__title {
    max-width: 328px;
    font-size: 36px;
    line-height: 100%;
  }
}
.three-posts__inner {
  margin-top: 79px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .three-posts__inner {
    margin-top: 39px;
  }
}
@media (max-width: 991.98px) {
  .three-posts__inner {
    flex-direction: column;
  }
}
.three-posts__item {
  position: relative;
  min-height: 524px;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}
.three-posts__item-content {
  position: relative;
  padding: 36px 28px 100px;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .three-posts__item-content {
    padding: 26px 26px 100px;
  }
}
.three-posts__item-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .three-posts__item-title {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .three-posts__item-title {
    font-size: 24px;
  }
}
.three-posts__item-description {
  margin-top: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .three-posts__item-description {
    margin-top: 20px;
  }
}
@media (max-width: 575.98px) {
  .three-posts__item-description {
    margin-top: 16px;
  }
}
.three-posts__item-buttons {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 575.98px) {
  .three-posts__item-buttons {
    margin-top: 16px;
  }
}
.three-posts__item-white-button {
  margin-right: 36px;
}
.three-posts__item-white-button > a.white-button {
  padding: 14px 30px;
}
@media (max-width: 991.98px) {
  .three-posts__item-white-button {
    margin-right: 20px;
  }
}
.three-posts__item-outlined-white-button {
  margin-top: 24px;
}
.three-posts__item-outlined-white-button > a.outlined-white-button {
  padding: 14px 30px;
}
@media (max-width: 991.98px) {
  .three-posts__item-outlined-white-button {
    margin-top: 16px;
  }
}
.three-posts__item-background {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.three-posts__item-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.three-posts__item + .three-posts__item {
  margin-left: 36px;
}
@media (max-width: 991.98px) {
  .three-posts__item + .three-posts__item {
    margin-left: 0;
    margin-top: 20px;
  }
}

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