.cta-work {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.cta-work-circle {
    position: absolute;
    width: 380px;
    height: 380px;
    background: #000;
    border-radius: 50%;
    z-index: -1;
}

.cta-work-title {
    font-size: 4vw;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.cta-work-title a {
    color: #fff;
    text-decoration: none;
}
.cta-work-title a:hover{  color: #fff;}