@media (min-width: 768px) {
  .fakebannner.carousel__item .container {
    align-items: flex-end;
  }
  .fakebannner .carousel__link {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 55%;
    text-align: center;
    gap: 30px;
  }
  .fakebannner .carousel__title {
    max-width: 1000px;
    font-size: 3.5rem;
    font-weight: 900;
  }
  .fakebannner .carousel__title:after  {
    display: none;
  }
  .fakebannner .carousel__link {
    width: 100%;
    text-align: center;
  }
  .fakebannner .carousel__customtext {
    max-width: 1000px;
    width: 100%;
    font-size: 1.5rem;
  }
  .fakebannner .carousel__customtext .btn {
    min-width: 200px;
  }
}
