.cronos-background-image {
    padding: 100px 0;
}
.cronos-background-image-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.cronos-background-image {
    z-index: 10;
    position: relative;
    --right: 100%;
    --translate: 50%, -50%;
}
.cronos-background-image:nth-of-type(odd) {
    --right: 0;
    --translate: 50%, -50%;
}
.cronos-background-image-deco-1 {
    position: absolute;
    right: var(--right);
    top: 0;
    transform: translate(var(--translate));
    width: 150px;
    height: 150px;
    border-radius: 100px;
    border: 3px solid var(--company-secondary-color);
}

.cronos-background-image-deco-2 {
    position: absolute;
    right: var(--right);
    top: 0;
    transform: translate(var(--translate));
    background: var(--company-primary-color);
    width: 75px;
    height: 75px;
    border-radius: 100px;
}
