.viusal-text {
    width: fit-content;
    border-radius: 5px;
}

.kv-title {
    position: relative;
    z-index: 10;
    position: absolute;
    top: 30%;
    left: 8%;
}

.visual-image {
    border-radius: 7px;
}

@media screen and (max-width: 768px) {
    .kv-title {
        top: 35%;
        left: 8%;
    }
}

@media screen and (max-width: 480px) {
    .visual-image {
        object-position: 70% 30px;
        object-view-box: inset(10%);
    }
}


.overview-image {
    height: 188px;
    object-fit: cover;
    border-radius: 5px;
    text-align: center;
}