.rp-contact-section {
  background: transparent !important;
}

.rp-contact-section .rp-contact-link {
  text-transform: none;
}

@media (min-width: 768px) {
  .rp-contact-section,
  .rp-contact-section.vis {
    transform: translate(
        calc(-100vw + clamp(500px, 42vw, 760px) + 36px),
        -50%
      ) !important;
  }
}

@media (max-width: 900px) {
  .rp-contact-section::before,
  .rp-contact-section::after {
    display: none !important;
  }
}

@media (max-width: 767px) {
  html[data-page="work"].phone-contact-window #endLogo {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}
