/* common border radius */
/* disable text selection */
.contact-inner {
  position: relative;
  overflow: hidden;
}

/*	Shields
--------------------------------------- */
.shield-opacity {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(45%, -30%) scale(1.3);
          transform: translate(45%, -30%) scale(1.3);
  opacity: 0.8;
}

.shield {
  position: absolute;
  bottom: 18rem;
  left: 0;
  -webkit-transform: translate(-70%, 20%);
          transform: translate(-70%, 20%);
}
@media screen and (max-width: 1400px) {
  .shield {
    display: none;
  }
}