/**
 * CSS for displaying product features in boxes display
 *
 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
 *
 * @package WordPress
 * @subpackage pollogen
 * @since pollogen 1.0
 */
.section_features {
  position: relative;
  width: 100%;
  background-position: center top;/*center;*/
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding:40px 0;
}
.section_features .image_wrapper {
  position: relative;
  top: 52px;
  height: 638px;
  background-size: cover;
  background-attachment: fixed;
}
.section_features .image_wrapper .title_box {
  position: absolute;
  top: 55px;
  width: 100%;
}
.section_features .image_wrapper .title_box * {
  font-size: 55px;
  line-height: 1.24;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 7.5px;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
  padding: 0 6%;
}
.section_features .feature_desc {
  position: absolute;
  top: 210px;
  width: 80%;
  margin: 0 10%;
  color: #fff;
  font-size: 130%;
  line-height: 140%;
  text-align: center;
}
.section_features .items_wrapper {
  margin-top: -120px;
  position: relative;
  z-index: 2;
  display: flex;
  width: 96%;
  margin: -120px auto 0;
  justify-content: center;
}
.section_features .items_wrapper .item {
  background-position: center top;/*center;*/
  background-repeat: no-repeat;
  background-size: cover;
  /* width: 402px; */
  max-width: 100%;
  /* height: 360px; */
  /* background-color: #f5e6dd; */
  padding: 30px;
  /* float: left; */
  /* margin-left: 1.3%; */
  margin-bottom: 27px;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  flex: 1;
  margin: 0 1.3%;
  max-width: 390px;
}
.section_features .items_wrapper .item .title_box {
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.section_features .items_wrapper .item .title_box .img_wrapper {
  width: 68px;
  height: 68px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 20px;
}
.section_features .items_wrapper .item .title_box .img_wrapper img {
  width: 100%;
  height: auto;
  filter: brightness(0);
}
.section_features .items_wrapper .item .title_box .title {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.73px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
}
.section_features .items_wrapper .item .desc_box {
  /* height: 50%; */
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  font-weight: 400;
}
.section_features .items_wrapper .item .more_button {

}
@media only screen and  (max-width: 990px) {
  .section_features {
      padding: 0px 0;
  }
  .section_features .image_wrapper .title_box {
    position: relative;
    top: 0;
    padding-top: 20px;
  }
  .section_features .image_wrapper .title_box * {
    font-size: 23px;
    line-height: 30px;
    letter-spacing: 2.57px;
  }
  .section_features .feature_desc {
    top: 0px;
    width: 95%;
    margin: 0 2.5%;
    color: #fff;
    font-size: 85%;
    line-height: 120%;
    text-align: center;
    position: relative;
    padding-top: 20px;
  }
  .section_features .site-width {
    padding: 0;
  }
  .section_features .image_wrapper {
    /* height: 465px; */
    height: auto;
    padding-bottom: 100px;
    margin-top: 50px;
    top:0;
  }
  .section_features .items_wrapper {
    flex-direction: column;
    align-items: center;
    margin: -70px auto 0;
  }
  .section_features .items_wrapper .item {
    display: flex;
    padding: 20px 20px 20px 20px;
    margin-bottom: 10px;
    flex-direction: column;
    text-align: center;
  }
  .section_features .items_wrapper .item .title_box {
    margin-left: 15px;
    width: 100px;
    min-width: 100px;
    border-bottom: 0;
    margin-bottom: 5px;
    margin: 0 auto 5px;
  }
  .section_features .items_wrapper .item .title_box .title {
    width: 100px;
    font-size: 14px;
    line-height: 16px;
  }
  .section_features .items_wrapper .item .title_box .img_wrapper {
    width: 60px;
    height: 60px;
    padding-bottom: 0;
  }
  .section_features .items_wrapper .item .desc_box {
    font-size: 14px;
    line-height: 17px;
  }
}
