@media screen and (max-width: 1260px) and (min-width: 768px) {
  .comments-template {
    margin: 80px 0;
  }
  .comments-template p.comments-form-field {
    width: 49%;
    display: inline-block;
  }
  .comments-template .comment-form-author.comments-form-field {
    margin-right: 1%;
  }
}