#description {
  position: relative;
  width: 100%;
  height: 125px;
  background: linear-gradient(
    180deg,
    rgba(231, 215, 180, 0.8) 0%,
    rgba(221, 195, 144, 0.8) 100%
  );
  overflow: hidden;
}
