.stella-description-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1150px;
    margin: 30px auto;
}

.stella-description-title h4 {
    font-family: 'Poppins', 'sans-serif';
    color: #1A9EC4;
    margin-bottom: 40px;
    font-size: 29px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.stella-description-title H5 {
    font-family: 'Poppins', 'sans-serif';
    margin-bottom: 15px;
    font-size: 29px;
    font-weight: 700;
}

.stella-description-title H6 {
    font-family: 'goodkarma', 'sans-serif';
    font-size: 40px;
}

.stella-description-container img {
    margin-bottom: 40px;
}

.stella-slide-bg-container {
    position: absolute;
    bottom: 0;
    left: 0;
}