.cTitle {
  margin-top: 3.5em;
  overflow: hidden;
  padding-bottom: 3em;
}
.cTitle img {
  display: inline-block;
}

.forW {
  display: block;
}

.forM {
  display: none !important;
}

.cBody {
  width: 40%;
  margin: 8em auto 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.cBody .faint {
  width: 220px;
  z-index: -1;
}
.cBody p {
  position: absolute;
  right: 8em;
  font-weight: 700;
  font-family: "Raleway", sans-serif !important;
  transition: 0.3s ease-in;
}
.cBody p:hover {
  letter-spacing: 1px;
  transition: 0.3s ease-in;
}

@media (max-width: 750px) {
  .forW {
    display: none !important;
  }
  .forM {
    display: block !important;
  }
  .cTitle {
    margin-top: 8.5em;
    margin-bottom: 1em;
  }
  .cBody .faint {
    width: 180px;
    margin-left: -6em;
  }
  .cBody p {
    right: 0;
    font-size: 1.1em;
  }
}/*# sourceMappingURL=contact.css.map */