/*!**********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/index.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./cartridges/app_custom_basicfit/cartridge/client/default/scss/pages/techbenefits.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************/
/** font family **/
.techbenefits-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  background: radial-gradient(50% 50% at 50% 50%, #555 0%, #2d2d2d 100%);
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (max-width: 1279px) {
  .techbenefits-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .techbenefits-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (min-width: 1400px) {
  .techbenefits-wrapper {
    flex-direction: row;
  }
}

.techbenefits-image {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: -45px;
}
.techbenefits-image img {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 1400px) {
  .techbenefits-image {
    position: relative;
    width: 50%;
    margin: 0;
  }
  .techbenefits-image img {
    position: absolute;
  }
}

.techbenefits-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 1400px) {
  .techbenefits-content {
    width: 60%;
    margin: 80px 0;
  }
}

@media only screen and (min-width: 768px) {
  .techbenefits-header {
    margin-bottom: 80px;
  }
}

.techbenefits-iconblock {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .techbenefits-iconblock {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1400px) {
  .techbenefits-iconblock {
    max-width: 90%;
  }
}

.techbenefits-iconitem {
  text-align: center;
  padding: 8px;
  width: 350px;
}
.techbenefits-iconitem img {
  width: 100px;
  height: 100px;
}

@media only screen and (min-width: 1025px) {
  .techbenefits-iconimage {
    width: 80px;
    height: 80px;
  }
}

.techbenefits-icontext {
  font-family: "HeadingProTreble-Regular", sans-serif;
  color: #fff;
  font-size: 16px;
}
@media only screen and (min-width: 1025px) {
  .techbenefits-icontext {
    font-size: 18px;
    line-height: 18px;
  }
}

.techbenefits-icontitle {
  font-family: "HeadingProTreble-Heavy", sans-serif;
  color: #fff;
  font-size: 21px;
}
@media only screen and (min-width: 1025px) {
  .techbenefits-icontitle {
    font-size: 20px;
    line-height: 20px;
  }
}

/*# sourceMappingURL=techbenefits.css.map*/