.colored-backgrounds {
  width: 80%;
  margin: 0 auto;
}

.colored-backgrounds-inner {
  margin-bottom: 35px;
}
.colored-backgrounds-inner-title {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}

.colored-background {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  height: 95px;
  width: 100%;
}

.colored-background-1 {
  background: white;
  border: 1px solid var(--Grey-400);
}
.colored-background-2 {
  background-image: url('../images/colored-background-2.png');
}
.colored-background-3 {
  background-image: url('../images/colored-background-3.png');
}
.colored-background-4 {
  background-image: url('../images/colored-background-4.png');
}

.colored-backgrounds-inner.recommended {
  position: relative;
}

.colored-backgrounds-inner.recommended::after {
  position: absolute;
  content: '';
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  display: block;
  top: -10px;
  left: -10px;
  border: 3px solid var(--Grey-600);
}

@media (max-width: 576px) {
  .colored-backgrounds {
    width: 100%;
  }
}
