.after-border:after {
  content: "";
  display: block;
  height: 8px;
  width: 160px;
  background-color: #f15d36;
  border-radius: 100px;
  margin-top: 10px;
}

.vibrate-about {
  display: flex;
  gap: 4rem;
  flex-wrap: wrap;
}

.vibrate-about > div {
  flex: 1 1 300px;
  margin: 50px 0;
}

.vibrate-about .vibrate-right {
  padding: 30px;
  box-shadow: 0px 2px 32px -10px #c5c5c5;
  border-radius: 18px;
}

.btn-action {
  display: flex;
  justify-content: end;
}

.tamanho {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.btn-icon {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fe5600;
  color: white;

  align-self: end;
}

.item-icon {
  padding: 10px;
  width: 52px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
}

.item-icon img {
  width: 36px;
  height: 36px;
}

.item-cta {
  display: flex;
  justify-content: center;
  align-items: center;
}

.item-cta a.btn-cta {
  width: 100%;
  text-align: center;
  padding: 12px 28px;
  border-radius: 100px;
  background-color: #fff;
  color: #111;
  text-decoration: none;
  font-weight: bold;
}

/* about section */

.about-mvl {
  display: flex;
  align-items: start;
  gap: 4rem;
  margin: 100px auto;
}

.about-mvl > div {
  flex: 1 1;
}

.mvl-logo-video > img {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin-bottom: 40px;
}

.mvl-logo-video .video-embed {
  display: flex;
  border-radius: 18px;
  overflow: hidden;
}

.video-embed > iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.btn-new {
  display: flex;
  width: 100%;
  max-width: 200px;
  background-color: #fe5600;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  border-radius: 100px;
  font-weight: 600;
}

/* featured products */

.featured-products {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.featured-products h1 {
  width: auto;
  text-align: center;
}

.featured-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .vibrate-about {
    flex-direction: column;
    gap: 2rem;
  }

  .about-mvl {
    flex-direction: column;
    align-items: center;
  }

  .about-mvl > div {
    width: 100%;
  }

  .mvl-logo-video > img {
    max-width: 100%;
  }
}
