/* INVITE FRIEND BANNER */
.invite-friend {
    color: white;
    font-size: 1.5rem;
    width: 100%;
    /* height: 200px; */
    margin-top: 3rem;
    margin-bottom: 4rem;
    padding: 3.5rem;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.4)), url('/images/abstract-green-bg.jpg') no-repeat top center/cover;
    /* border-radius: 8px; */
    text-align: center;
}

.invite-friend-sale-title {
    display: block;
    font-size: 2rem;
    color: #9bff57;
    text-shadow: 0 0 8px rgba(255, 221, 87, 0.7);
}