/* CSS Document */
.mask-infoboxes {
  min-height: 800px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.mask-infoboxes > img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.mask-infoboxes .text-overlay {
  position: relative;
  padding-top: 100px;
}
@media screen and (max-width: 1140px) {
  .mask-infoboxes .text-overlay {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.mask-infoboxes .text-overlay > .grid-container {
  padding-bottom: 120px;
}
.mask-infoboxes .text-overlay .top {
  margin-top: 0rem;
}
.mask-infoboxes .text-overlay .top .box-title {
  color: #fff;
}
.mask-infoboxes .text-overlay .top .box-description {
  color: #fff;
}
.mask-infoboxes .text-overlay .bottom {
  margin-top: 2rem;
  margin-bottom: 4rem;
}
.mask-infoboxes .text-overlay .bottom .cell {
  position: relative;
  padding: 40px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8) !important;
}
@media screen and (max-width: 1140px) {
  .mask-infoboxes .text-overlay .bottom .cell {
    background-color: rgb(243.1818181818, 244.0909090909, 244.3181818182);
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 992px) {
  .mask-infoboxes .text-overlay .bottom .cell {
    width: calc(50% - 1.875rem);
  }
}
@media screen and (max-width: 40em) {
  .mask-infoboxes .text-overlay .bottom .cell {
    width: calc(100% - 1.25rem);
  }
}
.mask-infoboxes.style-2 .text-overlay .bottom .cell {
  padding: 40px 40px 62px 40px;
}
.mask-infoboxes.style-2 .text-overlay .bottom .cell .button {
  width: 100%;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
/*# sourceMappingURL=mask_infoboxes.css.map */
