@media screen and (max-width: 320px) {
  img {
    display: none;
  }
  .btn .btn-text {
    font-size: 9px;
  }
  #content .wpb_text_column :last-child {
    text-align: center;
  }
  h2 {
    border-top-style: solid;
    border-top-width: 0px;
    margin-top: 39px;
  }
}
