@media screen and (min-width: 1261px) {
  .three-items {
    margin: 150px 0;
  }
  .three-items .container .section_title {
    margin-bottom: 50px;
  }
  .three-items .container .three-items-content .three-items-item {
    width: 380px;
    padding: 45px 45px 45px 25px;
  }
  .three-items .container .three-items-content .three-items-item img {
    width: 50px;
    height: 50px;
    top: 15px;
    right: 15px;
  }
  .three-items .container .three-items-content .three-items-item h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .three-items .container .three-items-content .three-items-item p {
    font-size: 14px;
    line-height: 22px;
  }
  .three-items .container .button_container {
    margin-top: 50px;
  }
}
