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: 0;
    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) {
    .carret-right::after{
        right: 88px;
    }
    #vivid .featured-image {
        object-position: -550px;
    }
    #technology .featured-image{
        object-position: 18%;
    }
    #distance-calculator{
        min-height: 530px;
    }
    .gray-bg .card-body{
        padding-top: 40px;
    }
    #software .col{
        width: 25%;
    }
    #software .row{
        gap: 30px;
    }
}

@media screen and (min-width: 1200px) {
    .group-container.d-flex.position-absolute{
        width: 700px;
        top: -565px;
        right: 0;
    }
    #vivid .featured-image,
    #technology .featured-image {
        object-position: unset;
    }
}