/* media screen and (max-width: 992px) */
@media screen and (max-width: 991.98px) {
  .content-box-wrapper .content-box {
    width: 286px;
    height: 280px;
    min-height: 0px;
  }
  .content-box-wrapper .content-box .inner-content .title {
    font-size: 35px;
    line-height: 55px;
  }
  .content-box-wrapper .content-box .inner-content {
    top: 117px;
    left: 50%;
    position: relative!important;
  }
  .content-box-wrapper .content-box .inner-content .desc {
    margin-top: 10px;
    text-align: center;
  }
}
