.val-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50rem;
}

.val-image {
    width: 50%;
}

.val-text {
    width: 100%;
}

.val-text h6 {
    color: var(--main-color);
    font-size: 22rem;
    margin-bottom: 30rem;
}

.val-text h5 {
    font-size: 36rem;
    line-height: 1.4;
}

.val-text p {
    color: #333;
    font-size: 18rem;
    line-height: 1.6;
    margin-top: 40rem;
}


/*==================================================*/
@media (max-width: 768px) {

}