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;
}

@media screen and (min-width: 992px) {

}

@media screen and (min-width: 1200px) {
    .group-container.d-flex.position-absolute{
        width: 700px;
        top: -565px;
        right: 0;
    }
}