
@media screen and (max-width: 576px) {
  .page-template-contacts .contacts__phones--wrap {
    flex-direction: column;
  }
}

@media screen and (max-width: 576px) {
  .page-template-contacts .contacts__phones .phones {
    margin-right: 0;
    margin-bottom: 20px;
  }
}