/*============= FUNCTIONS ===============*/
/*============= MIXINS ===============*/
.text-image {
  width: 100%;
  height: 405px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
}
.text-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.text-desc h3 {
  margin: 40px 0 30px;
}
.text-desc h4 {
  margin: 30px 0 25px;
}
.text-desc h5 {
  margin: 25px 0 20px;
}
.text-desc h6 {
  margin: 20px 0 15px;
}

@media (max-width: 992px) {
  .text-image {
    height: 300px;
  }
  .text-desc h3 {
    margin: 30px 0 25px;
  }
  .text-desc h4 {
    margin: 25px 0 20px;
  }
  .text-desc h5 {
    margin: 20px 0 15px;
  }
  .text-desc h6 {
    margin: 15px 0 10px;
  }
}/*# sourceMappingURL=block.css.map */