.mascot-feature {
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 760px;
  margin: 24px auto 34px;
  padding: 18px 22px;
  border: 1px solid #6d5634;
  background: rgba(40, 29, 16, 0.5);
  box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.4);
}

.mascot-feature__copy {
  flex: 1;
}

.mascot-feature__copy .content__title {
  margin-top: 0;
}

.mascot-feature__twitter {
  display: inline-block;
  margin-top: 8px;
  padding: 13px 22px;
  color: #f6e7bd;
  font-size: 1.05rem;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #9b7a48;
  background: #463116;
  box-shadow: inset 0 0 6px rgba(255, 235, 181, 0.16);
}

.mascot-feature__twitter:hover,
.mascot-feature__twitter:focus {
  color: #fff5d4;
  background: #59401d;
}

.mascot-feature__image {
  width: 210px;
  max-width: 38%;
  height: auto;
  border: 2px solid #8b6b3f;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
}

@media (max-width: 560px) {
  .mascot-feature {
    display: block;
  }

  .mascot-feature__image {
    display: block;
    max-width: 100%;
    width: 250px;
    margin: 18px auto 0;
  }
}
