.zoom {
    cursor: zoom-in;
}

.finishes-text {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.03em;
    color: #514939;
}

@media (max-width: 767px) {
    .copy-tooltip {
        left: -5px;
        bottom: -25px;
    }
}