.feature-section-wrapper .page-center {
  margin-right: auto;
  margin-left: auto;
}

.feature-section-wrapper .heading-wrap h2 {
  margin: 0.5em 0;
  margin-bottom: 30px;
  line-height: 1.3em;
}

.feature-section-wrapper .wrap {
  padding: 30px 0;
  margin-right: -20px;
  margin-left: -20px;
}

.feature-section-wrapper .wrap:before,
.feature-section-wrapper .wrap:after {
  display: table;
  content: " ";
  width: 100%;
}

.feature-section-wrapper .item {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}

.feature-section-wrapper .item-inner {
  float: left;
  position: relative;
  padding: 30px 0 0;
  overflow: hidden;
  margin-bottom: 30px;
}

.feature-section-wrapper .image_thumb {
  float: left;
  margin: 0 40px;
  box-shadow: 30px 0 25px 0 rgb(0 0 0 / 20%);
  transition: all .3s ease;
  transition-delay: 0s;
  position: relative;
  transform: perspective(50em) translateZ(0) translate(0%, 0%) rotateY(30deg) rotateX(20deg);
}

.feature-section-wrapper .item-inner:hover .image_thumb {
  transform: perspective(50em) translateZ(0) translate(0%, 0%) rotateY(0deg) rotateX(0deg);
}

.feature-section-wrapper .image_thumb a {
  display: block;
  text-decoration: none;
  transition: all 0.15s linear;
}

.feature-section-wrapper .image_thumb img {
  display: inline-block;
  vertical-align: bottom;
}

.feature-section-wrapper .item h2 {
  margin: 0.5em 0;
  font-size: 38px;
  line-height: 1.3em;
  font-weight: 700;
  color: #55565b;
  font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0.02em;
}

.feature-section-wrapper .item .item_title {
  margin: 0.5em 0;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 700;
  color: #55565b;
  font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0.02em;
}

@media (min-width: 800px) and (max-width: 1199px) {

  .feature-section-wrapper .item {
    width: 33.33333333%;
    float: left;
  }
}

@media only screen and (min-width: 1147px) {

  .feature-section-wrapper .item-inner {
    float: left;
    position: relative;
    padding: 15px 0 0;
    overflow: hidden;
  }

  .feature-section-wrapper .image_thumb {
    float: left;
    margin: 0 40px;
    box-shadow: 30px 0 25px 0 rgb(0 0 0 / 20%);
    transition: all .3s ease;
    transition-delay: 0s;
    position: relative;
    transform: perspective(50em) translateZ(0) translate(0%, 0%) rotateY(30deg) rotateX(20deg);
  }
}

@media (min-width: 1200px) {

  .feature-section-wrapper .item {
    width: 33.33333333%;
    float: left;
  }
}

@media (max-width: 1200px) {

  .feature-section-wrapper .image_thumb {
    float: none;
    display: inline-block;
  }
}

@media (max-width: 800px) {

  .feature-section-wrapper .item .item_title {
    font-size: 1.4em;
  }

  .feature-section-wrapper .item h2 {
    font-size: 1.9em;
  }  
}

@media (max-width: 799px) {

  .feature-section-wrapper .item {
    width: 50%;
  }
}

@media (max-width: 640px) {

  .feature-section-wrapper .item .item_title {
    font-size: 1.2em;
  }

  .feature-section-wrapper .item h2 {
    font-size: 1.7em;
  }
}

@media (max-width: 570px) {

  .feature-section-wrapper .item:not(:first-child) {
    margin-top: 20px;
  }

  .feature-section-wrapper .item {
    width: 100%;
  }
}

@media (max-width: 480px) {

  .feature-section-wrapper .item .item_title {
    font-size: 1em;
  }

  .feature-section-wrapper .item h2 {
    font-size: 1.5em;
  }
}

@media (max-width: 360px) {

  .feature-section-wrapper .item .item_title {
    font-size: .9em;
  }

  .feature-section-wrapper .item h2 {
    font-size: 1.3em;
  }
}

@media (min-width: 280px) {

  .feature-section-wrapper .page-center {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 768px) {

  .feature-section-wrapper .page-center {
    max-width: 710px;
  }
}

@media (min-width: 992px) {

  .feature-section-wrapper .page-center {
    max-width: 965px;
  }
}

@media (min-width: 1200px) {

  .feature-section-wrapper .page-center {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {

  .feature-section-wrapper .page-center {
    max-width: 1240px;
  }
}

@media (min-width: 1400px) {

  .feature-section-wrapper .page-center  {
    max-width: 1240px;
  }
}






