.kyl_icon_grid {
  padding-bottom: 70px;
  padding-top: 50px;
}
.kyl_icon_grid .content_wrapper {
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (min-width: calc(1140px + 30px)) {
  .kyl_icon_grid .content_wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}
.kyl_icon_grid .content_wrapper > .headline {
  font-weight: 300;
  font-size: 40px;
  font-family: 'Cormorant Garamond', sans-serif;
  text-align: center;
  line-height: 48px;
  color: #455255;
  margin: 0;
}
.kyl_icon_grid .content_wrapper .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.kyl_icon_grid .content_wrapper .grid .grid_item {
  text-align: center;
  margin: 40px 0 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media screen and (min-width: 1024px) {
  .kyl_icon_grid .content_wrapper .grid .grid_item {
    margin: 50px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    padding: 0 40px;
  }
  .kyl_icon_grid .content_wrapper .grid .grid_item:first-of-type,
  .kyl_icon_grid .content_wrapper .grid .grid_item:nth-of-type(4n + 4) {
    padding-left: 0;
  }
  .kyl_icon_grid .content_wrapper .grid .grid_item:nth-of-type(3n + 3) {
    padding-right: 0;
  }
}
.kyl_icon_grid .content_wrapper .grid .grid_item .image_container {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 auto 25px;
  max-width: 100px;
  display: block;
  height: 100px;
}
@media screen and (min-width: 1024px) {
  .kyl_icon_grid .content_wrapper .grid .grid_item .image_container {
    max-width: 140px;
  }
}
.kyl_icon_grid .content_wrapper .grid .grid_item .text_container {
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #000;
}
.kyl_icon_grid .content_wrapper .grid .grid_item .text_container .headline {
  font-weight: 500;
  margin: 0 0 10px;
}
.kyl_icon_grid .content_wrapper .grid .grid_item .text_container .text p {
  margin: 0;
  font-weight: 300;
}
