.shortcode-section-wrapper .shortcode-content {
  position: relative;
}
.shortcode-section-wrapper .shortcode-content.box {
  padding: 40px 20px 20px;
  margin-top: 90px;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.125);
}
@media only screen and (min-width: 960px) {
  .shortcode-section-wrapper .shortcode-content.box {
    padding: 80px 40px 40px;
    margin-top: 120px;
  }
}
.shortcode-section-wrapper .shortcode-content.box .box-icon {
  width: 120px;
  left: calc(50% - 60px);
  height: auto;
  position: absolute;
  top: -50px;
}
@media only screen and (min-width: 960px) {
  .shortcode-section-wrapper .shortcode-content.box .box-icon {
    width: 160px;
    left: calc(50% - 80px);
  }
}