.service-file-drop {
  margin-top: 26px;
  padding: 22px;
  border: 1px solid #cad8c7;
  border-top: 4px solid #65b943;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(22, 55, 27, .07);
}
.service-file-drop[hidden] { display: none; }
.service-file-drop .eyebrow { margin-bottom: 7px; }
.service-file-drop h3 { margin: 0 0 9px; font-size: 1.35rem; line-height: 1.15; }
.service-file-drop p:not(.eyebrow) { margin: 0; color: #687168; line-height: 1.55; }
.service-file-drop .button { margin-top: 17px; }
