.beauty-beat-intro {
  padding: 2.5em 0 2.625em;
  background-image: url("../../images/beauty-beat-intro-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 80% center;
}
@media (max-width: 1024px) {
  .beauty-beat-intro {
    padding: 1.875em 0;
    background-position: 71.75% center;
  }
}
@media (max-width: 767px) {
  .beauty-beat-intro {
    padding: 0.8125em 0 1.625em;
    background-position: 81.25% center;
    position: relative;
  }
  .beauty-beat-intro::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(140, 56, 91, 0.48);
  }
}
@media (max-width: 1024px) {
  .beauty-beat-intro__container {
    position: relative;
  }
}
.beauty-beat-intro__title {
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .beauty-beat-intro__title {
    font-size: 3em;
    line-height: 1.2;
    max-width: 7.0208em;
  }
}
@media (max-width: 767px) {
  .beauty-beat-intro__title {
    font-size: 2.5em;
    line-height: 1.3;
    max-width: 8.575em;
  }
}
.beauty-beat-intro__description {
  font-size: 1.125em;
  font-weight: 500;
  max-width: 36.6111em;
  color: #373A3F;
  margin: 1.3333em 0 0;
}
@media (max-width: 1024px) {
  .beauty-beat-intro__description {
    font-size: 1em;
    margin: 1.5em 0 0;
    max-width: 21.6875em;
  }
}
@media (max-width: 767px) {
  .beauty-beat-intro__description {
    color: #FFFFFF;
    margin: 1em 0 0;
  }
}
.beauty-beat-intro__buttons {
  display: flex;
  gap: 0.8125em;
  margin: 1.5em 0 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .beauty-beat-intro__buttons {
    position: absolute;
    bottom: 0;
    right: 2em;
  }
}
@media (max-width: 767px) {
  .beauty-beat-intro__buttons {
    margin: 1em 0 0;
  }
}
.beauty-beat-intro__button {
  width: 1.625em;
  height: 1.625em;
  color: #FFFFFF;
  cursor: pointer;
}
.beauty-beat-intro__button:hover {
  color: #F4F8F2;
}
.beauty-beat-intro__button-icon {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.beauty-beat-blog {
  padding: 4em 0 3.9375em;
}
@media (max-width: 1024px) {
  .beauty-beat-blog {
    padding: 2.5em 0 4.25em;
  }
}
@media (max-width: 767px) {
  .beauty-beat-blog {
    padding: 1.5em 0 1.25em;
  }
}
.beauty-beat-blog__list {
  margin: 2.375em 0 0;
}
