.section-contact-article::before,
.section-contact-article::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: transparent;
  background-image: url(../../assets/img/contact-section-left.png);
  background-position: center left 30px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.section-contact-article::after {
  background-image: url(../../assets/img/contact-section-right.png);
  background-position: center right 30px;
}

.section.page-section.section-domain-search .btn > span::after {
  position: relative;
  content: "";
  background-image: url(../../assets/img/btn-arrow.svg);
  background-repeat: no-repeat;
  display: inline-block;
  opacity: 0;
  width: 20px;
  height: 12px;
  margin-left: 2px;
  margin-right: -20px;
  left: -20px;
  top: 1px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.section.page-section.section-domain-search .btn:hover > span::after {
  left: 4px;
  opacity: 1;
  margin-right: 0;
}

@media (max-width: 1026px) {
  .section-contact-article::before,
  .section-contact-article::after {
    display: none;
  }
}
