.what-i-like-in-bed {
  background: url("../img/bg-what-i-like-in-bed.webp");
  background-repeat: repeat-y;
  background-size: contain;
}

.like .section {
  padding-top: 0;
}

.like__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.like__title {
  color: #7b1e3c;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 400;
}

.like__text {
  margin-top: 15px;
  margin-bottom: 20px;
}

.like__list {
  max-width: 400px;
  margin: 0 auto;
  display: grid;
  gap: 20px;
  margin-bottom: 40px;
}

.like__list-title {
  text-align: center;
  font-size: 16x;
  font-weight: 500;
}

.like__list-item {
  display: grid;
  justify-content: center;
  gap: 15px;
}

.like__box-text {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}

.str-img {
  width: calc(100vw - 32px);
  max-width: 400px;
}

video {
  display: block;
}

.like__list-text {
  text-align: center;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .like__title {
    font-size: 30px;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .like__list {
    gap: 35px;
  }
  .like__list-title {
    font-size: 20x;
  }
  .like .section {
    padding-top: 80px;
  }
  .like__title {
    font-size: 40px;
    margin-bottom: 58px;
  }
  .like__list {
    margin-bottom: 80px;
  }
}
