.ilGlobalBoxes {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.ilGlobalBoxes .boxWrap {
  max-width: 1264px;
  margin: 0 auto;
  padding: 4rem 2rem;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.ilGlobalBoxes.hasBG .boxWrap {
  padding: 3rem 2rem;
}
.ilGlobalBoxes .boxHl {
  color: white;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  margin: 2rem 0 1rem;
}
.ilGlobalBoxes .box {
  margin: 2rem 0;
  max-width: 360px;
  width: 30%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
}
.ilGlobalBoxes .box.boxstyle-4 {
  width: 23%;
}
.ilGlobalBoxes .box .link {
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  transition: background .4s;
  padding: 0;
  overflow: hidden;
}
.ilGlobalBoxes .box .link img {
  opacity: .8;
  transition: opacity .4s;
  -webkit-backface-visibility: hidden;
}
.ilGlobalBoxes .box .link:hover {
  opacity: .9;
  background-color: #ffffff;
}
.ilGlobalBoxes .box .link:hover img {
  opacity: .9;
}
.ilGlobalBoxes .box .img {
  width: 100%;
}
.ilGlobalBoxes .box .img img {
  width: 100%;
  display: block;
  box-sizing: border-box;
  border: 1px solid transparent;
}
.ilGlobalBoxes .box .contentWrap {
  padding: 0 1.5rem;
}
.ilGlobalBoxes .box .contentWrap .iconWrap {
  margin: 1rem 0;
  width: 100%;
}
.ilGlobalBoxes .box .contentWrap .iconWrap img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.ilGlobalBoxes .box .contentWrap .svg-icon {
  width: 120px;
  height: 75px;
  margin: 1rem auto;
}
.ilGlobalBoxes .box .contentWrap .headlineWrap {
  font-size: 1.4rem;
  line-height: 1;
  color: #212b59;
  text-align: center;
  margin: 1rem 0;
}
.ilGlobalBoxes .box .contentWrap .txtWrap {
  margin: 1rem 0;
  font-weight: 300;
  width: 100%;
  box-sizing: border-box;
}
.ilGlobalBoxes .box .contentWrap .txtWrap p {
  margin-top: 0;
}
.ilGlobalBoxes .box .contentWrap .readMoreWrap {
  height: 2.2rem;
  width: 100%;
  text-align: right;
  color: #8b6b3b;
}
.ilGlobalBoxes .box .contentWrap .readMoreWrap .readMore {
  position: absolute;
  bottom: 1rem;
  right: 2rem;
  color: #8b6b3b;
}
.ilGlobalBoxes.style-services .box .contentWrap .headlineWrap {
  font-size: 1.3rem;
  margin: 1rem 0 3rem;
  text-transform: uppercase;
  line-height: 1.25;
}
.ilGlobalBoxes.hasBG {
  background-color: white;
}
.ilGlobalBoxes.hasBG .boxHl {
  color: #212b59;
}
.ilGlobalBoxes.hasBG .box .link {
  background-color: rgba(240, 240, 240, 0.8);
}
.ilGlobalBoxes.hasBG .box .link:hover {
  background-color: #f0f0f0;
}
@media (max-width: 1140px) {
  .ilGlobalBoxes .boxWrap {
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .ilGlobalBoxes .box {
    /*            width: 100%;
            margin: 1.5rem;
            &:nth-child(2) {
                margin: 1.5rem;
            }*/
  }
  .ilGlobalBoxes .box.boxstyle-4 {
    width: 100%;
  }
  .ilGlobalBoxes .box .contentWrap txt {
    font-size: 1.4rem;
  }
}
@media (max-width: 900px) {
  .ilGlobalBoxes .boxWrap {
    flex-direction: column;
    align-items: center;
    padding: 0.1rem 1rem;
  }
  .ilGlobalBoxes.hasBG .boxWrap {
    padding: 0.1rem 1rem;
  }
  .ilGlobalBoxes .box {
    margin: 1.5rem 0;
    width: 280px;
  }
  .ilGlobalBoxes .box:nth-child(2) {
    margin: .5rem 0;
  }
  .ilGlobalBoxes .box .contentWrap {
    padding: 0 1rem;
  }
  .ilGlobalBoxes .box .contentWrap .txt {
    font-size: 1.2rem;
  }
}
/*# sourceMappingURL=style.css.map */