.colored-bgs {
  width: 80%;
  margin: 0 auto;
}

.colored-bgs .colored-bg {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  height: 95px;
  width: 100%;
  margin-bottom: 30px;
}

.colored-bgs .colored-bg:last-child {
  margin-bottom: 0;
}

.colored-bg-1 {
  background-image: url('/static/images/colored-bg-1.png');
}
.colored-bg-2 {
  background-image: url('/static/images/colored-bg-2.png');
}
.colored-bg-3 {
  background-image: url('/static/images/colored-bg-3.png');
}
.colored-bg-4 {
  background-image: url('/static/images/colored-bg-4.png');
}
.colored-bg-5 {
  background-image: url('/static/images/colored-bg-5.png');
}

.recommended {
  position: relative;
}

.recommended::after {
  content: '';
  display: block;
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  top: -10px;
  left: -10px;
  background-color: transparent;
  border: 3px solid var(--Grey-600);
}

.recommended-tag {
  padding: 2px 8px;
  font-weight: 500;
  font-size: 12px;
  background-color: white;
  width: fit-content;
  top: 10px;
  right: 10px;
  z-index: 1;
  border-radius: 30rem;
}

@media (max-width: 576px) {
  .colored-bgs {
    width: 100%;
  }

  .colored-bgs .colored-bg {
    margin-bottom: 20px;
  }
}
