.fit-cover {
  object-fit: cover;
}

h4 {
  font-size: large;
  background: -webkit-linear-gradient(#e6cb99, #76644b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h1 {
  font-size: 72px;
  background: -webkit-linear-gradient(#e6cb99, #76644b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

