.marketing-auto {
  box-sizing: border-box;
  width: 1200px;
  max-width: calc(100% - 24px);
  margin: 18px auto;
  padding: 22px;
  border-top: 3px solid #b62f28;
  border-right: 1px solid #cbd8df;
  border-bottom: 1px solid #cbd8df;
  border-left: 1px solid #cbd8df;
  background: #fff;
  color: #17394a;
  text-align: left;
}
.marketing-auto * { box-sizing: border-box; }
.marketing-auto__eyebrow {
  margin: 0 0 6px;
  color: #b62f28;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
.marketing-auto h2 {
  margin: 0;
  color: #0c3449;
  font-size: 25px;
  line-height: 1.2;
}
.marketing-auto__intro {
  margin: 8px 0 17px;
  color: #526b78;
  font-size: 14px;
  line-height: 1.55;
}
.marketing-auto__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.marketing-auto__item {
  min-height: 118px;
  padding: 15px;
  border: 1px solid #cfdae0;
  border-top: 3px solid #146380;
  background: #f8fbfc;
}
.marketing-auto__item a {
  color: #123c51;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.35;
}
.marketing-auto__item p {
  margin: 8px 0 0;
  color: #536b77;
  font-size: 13px;
  line-height: 1.5;
}
.marketing-auto__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #d8e1e5;
  color: #4b6572;
  font-size: 13px;
}
.marketing-auto__button {
  display: inline-block;
  padding: 10px 16px;
  background: #b62f28;
  color: #fff !important;
  font-weight: bold;
}
.marketing-auto__technical {
  border-left: 4px solid #b62f28;
  padding-left: 12px;
}
.marketing-auto__technical a { font-weight: bold; }
.marketing-auto-target {
  outline: 2px solid rgba(182, 47, 40, .28);
  outline-offset: 3px;
}
@media (max-width: 820px) {
  .marketing-auto { padding: 17px; }
  .marketing-auto__grid { grid-template-columns: 1fr; }
  .marketing-auto__item { min-height: 0; }
  .marketing-auto__footer { align-items: flex-start; flex-direction: column; }
}
