.marketing__brand {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.marketing__body p {
  margin: 0 0 18px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  color: #c8c8c8;
}

.marketing__email {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.marketing__email:hover {
  opacity: 0.7;
  text-decoration: none;
}

@media (max-width: 767px) {
  .marketing__brand {
    font-size: 20px;
  }

  .marketing__body p,
  .marketing__email {
    font-size: 15px;
  }
}
