a{
    color: unset;
    text-decoration: none;
}

.break-line{
    display: block;
}

.image-50{
    width: 50%;
}

.carret-right{
    position: relative;
}

.carret-right::after{
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #00eaff;
    position: absolute;
    right: 88px;
    top: 77%;
    bottom: auto;
    -webkit-transform: translateY(-50%) rotate(0deg) scale(1);
    transform: translateY(-50%) rotate(0deg) scale(1);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.section__heading{
    align-self: center;
}

@media screen and (min-width: 992px) {

}

@media screen and (min-width: 1200px) {
    .group-container.d-flex.position-absolute{
        width: 700px;
        top: -565px;
        right: 0;
    }
}


/* Carousel image after heading */

@media screen and (min-width: 992px) {
    #lfp .eal-carousel-caption-container .group-container img{
        width: 300px;
    }

    .text-only .section__caption {
        text-align: left;
        width: 100%;
        align-items: flex-start;
    }
    
}

@media screen and (min-width: 1900px) {
    #lfp .eal-carousel-caption-container .group-container img{
        width: 500px;
    }
    
}

br{
    display: none;
}