@media screen and (max-width: 767px) {
  .three-items {
    margin: 80px 0;
  }
  .three-items .container .section_title {
    margin-bottom: 30px;
  }
  .three-items .container .three-items-content {
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
  }
  .three-items .container .three-items-content .three-items-item {
    width: 280px;
    padding: 25px 20px 25px 20px;
  }
  .three-items .container .three-items-content .three-items-item img {
    width: 40px;
    height: 40px;
    top: 12px;
    right: 12px;
  }
  .three-items .container .three-items-content .three-items-item h3 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 4px;
  }
  .three-items .container .three-items-content .three-items-item p {
    font-size: 12px;
    line-height: 18px;
  }
  .three-items .container .button_container {
    margin-top: 30px;
  }
}
