@media screen and (max-width: 767px) {
  .is-hidden-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-hidden-touch {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .is-hidden-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-hidden-desktop {
    display: none !important;
  }
}
.three-images-block {
  background: #E1E7EC;
  padding: 90px 0;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}
.three-images-block:after {
  content: "";
  border-color: #2e3f4b;
  border-style: solid;
  border-width: 0 0 20px 20px;
  height: calc(100% + 0px);
  width: 50%;
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: -1;
}
.three-images-block:before {
  content: "";
  border-color: #2e3f4b;
  border-style: solid;
  border-width: 20px 0 0 0;
  height: calc(100% + 0px);
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.three-images-block.pink-border:after,
.three-images-block.pink-border:before {
  border-color: #fadae4;
}
.three-images-block.dark-border:after,
.three-images-block.dark-border:before {
  border-color: #2e3f4b;
}
.three-images-block.darkgreen-border:after,
.three-images-block.darkgreen-border:before {
  border-color: #1f3420;
}
.three-images-block .column-1,
.three-images-block .column-2 {
  max-width: 95%;
}
.three-images-block h2 {
  border-bottom: 1px solid #979797;
  font-size: 4rem;
  line-height: 5rem;
  padding-bottom: 20px;
  margin-bottom: 80px;
  margin-top: 25px;
}
.three-images-block h3 {
  font-size: 3.3rem;
  line-height: 4rem;
  margin-bottom: 20px;
}
.three-images-block img {
  margin-bottom: 20px;
}
.three-images-block p {
  margin-bottom: 30px;
  opacity: 0.6;
}
.three-images-block .column-3 h3 {
  font-weight: 400;
}
.three-images-block .image-wrap {
  overflow: hidden;
}
.three-images-block .image-wrap img {
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.three-images-block .image-wrap img:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
@media (max-width: 1600px) {
  .three-images-block {
    padding: 100px 70px 100px 150px;
  }
}
@media (max-width: 1024px) {
  .three-images-block {
    padding: 70px 0;
  }
  .three-images-block h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    padding-bottom: 20px;
    margin-bottom: 60px;
    margin-top: 0;
  }
  .three-images-block h3 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .three-images-block .column-2 {
    margin-top: 110px;
  }
  .three-images-block .column-2 p,
  .three-images-block .column-2 h3 {
    max-width: 75%;
  }
  .three-images-block .column-3 {
    max-width: 95%;
  }
}
@media (max-width: 450px) {
  .three-images-block h2 {
    margin-bottom: 40px;
  }
  .three-images-block .column-2 {
    margin: 50px 0;
  }
}
