.tec-reminder {
  margin: 22px 4vw;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: #f3f8ee;
  border: 1px solid #b9cf9f;
  border-left: 7px solid #4d7c2d;
  border-radius: 10px;
}
.tec-reminder h2 { margin: 3px 0 7px; }
.tec-reminder p { margin: 0; max-width: 820px; line-height: 1.45; }
.tec-reminder a {
  padding: 14px 18px;
  color: #fff;
  background: #315c1d;
  border-radius: 6px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
@media (max-width: 760px) {
  .tec-reminder { align-items: stretch; flex-direction: column; }
}
