@media screen and (max-width: 1260px) and (min-width: 768px) {
  .three-items {
    margin: 100px 0;
  }
  .three-items .container .section_title {
    margin-bottom: 40px;
  }
  .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: 350px;
    padding: 40px 45px 40px 25px;
  }
  .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: 18px;
    line-height: 28px;
    margin-bottom: 4px;
  }
  .three-items .container .three-items-content .three-items-item p {
    font-size: 14px;
    line-height: 22px;
  }
  .three-items .container .button_container {
    margin-top: 40px;
  }
}
