.footer-logo {
  width: 40px;
  height: 40px;
}

.box {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #f23030;
  min-height: 300px;
  width: 100%;
}

.box-border {
  position: absolute;
  inset: 12px;
  background: rgba(0, 0, 0, .1);
  border: 1px dashed rgba(0, 0, 0, .15);
}

.feature-content-box {
  max-width: 1200px;
  margin: auto;
}