.mc-overview-layout {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(480px, 1.12fr);
  gap: 64px;
  align-items: center;
}

.mc-overview-copy ul,
.mc-check-list {
  display: grid;
  gap: 12px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.mc-overview-copy li,
.mc-check-list li {
  position: relative;
  padding-left: 29px;
  color: #3d4a53;
  font-size: 14px;
  line-height: 1.6;
}

.mc-overview-copy li::before,
.mc-check-list li::before {
  position: absolute;
  top: 8px;
  left: 1px;
  width: 12px;
  height: 7px;
  content: "";
  border-bottom: 2px solid var(--mc-blue);
  border-left: 2px solid var(--mc-blue);
  transform: rotate(-45deg);
}

.mc-video-wrap {
  overflow: hidden;
  color: var(--mc-white);
  background: var(--mc-navy);
}

.mc-video-wrap video {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  background: #0c2132;
}

.mc-video-wrap > div {
  padding: 22px 26px 25px;
  border-top: 4px solid var(--mc-green);
}

.mc-video-wrap h3 {
  margin: 0 0 8px;
  color: var(--mc-white);
  font-size: 21px;
  line-height: 1.28;
}

.mc-video-wrap p {
  margin: 0;
  color: rgba(255, 255, 255, .74);
  font-size: 13px;
  line-height: 1.6;
}

.mc-services {
  background: var(--mc-soft);
}

.mc-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.mc-service-card {
  min-height: 100%;
  display: grid;
  grid-template-columns: minmax(230px, .8fr) minmax(0, 1.2fr);
  overflow: hidden;
  background: var(--mc-white);
  border: 1px solid var(--mc-line);
  border-radius: 4px;
}

.mc-service-card figure {
  min-height: 280px;
  margin: 0;
  overflow: hidden;
  background: #dbe2e5;
}

.mc-service-card img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  display: block;
  object-fit: cover;
}

.mc-service-card > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px;
}

.mc-service-card h3,
.mc-support-grid h3,
.mc-process-list h3,
.mc-product-card h3 {
  margin: 0 0 10px;
  color: var(--mc-ink);
  font-size: 21px;
  line-height: 1.28;
}

.mc-service-card p,
.mc-support-grid p,
.mc-process-list p,
.mc-product-card p {
  margin: 0;
  color: var(--mc-muted);
  font-size: 14px;
  line-height: 1.62;
}

.mc-card-link,
.mc-product-card > a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 10px 14px;
  color: var(--mc-blue-dark);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.25;
  text-decoration: none;
  border: 1px solid var(--mc-blue);
}

.mc-card-link {
  margin-top: 22px;
}

.mc-card-link::after,
.mc-product-card > a::after {
  margin-left: 9px;
  content: "\2192";
}

.mc-card-link:hover,
.mc-card-link:focus-visible,
.mc-product-card > a:hover,
.mc-product-card > a:focus-visible {
  color: var(--mc-white);
  background: var(--mc-blue-dark);
  border-color: var(--mc-blue-dark);
}

.mc-support {
  background: var(--mc-white);
}

.mc-support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--mc-line);
  border-left: 1px solid var(--mc-line);
}

.mc-support-grid article {
  min-height: 244px;
  padding: 30px 28px;
  border-right: 1px solid var(--mc-line);
  border-bottom: 1px solid var(--mc-line);
}

.mc-support-grid article > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  color: var(--mc-navy);
  font-size: 13px;
  font-weight: 800;
  background: var(--mc-green);
}
