
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .three-col-wrap {
    flex-direction: column !important;
  }
  .col-item {
    width: 100% !important;
    padding: 40px 20px !important;
    flex-direction: column !important;
    text-align: center !important;
  }
  .circle-icon {
    width: 70px !important;
    height: 70px !important;
    margin-bottom: 18px !important;
  }
  .circle-icon img {
    width: 32px !important;
    height: 32px !important;
  }
  .text-block h2 {
    font-size: 26px !important;
    text-align: center !important;
    margin-bottom: 25px !important;
  }
}
