.cv-section-title {
    color: var(--accent-color);
}

.cv-section-statement {
    text-align: justify;
}

.cv-section-item {
    margin-bottom: 15px;

    p {
        margin: 0;
    }
}

.cv-section-item__title {
    font-size: 17px;
    font-weight: 600;
}

a.cv-section-item__title {
    text-decoration: none;
    color: var(--primary-color);
    transition: color 0.2s ease;

    i {
        font-size: 13px;
        transform: translateY(-2px);
    }

    &:hover {
        color: #89fa4f;
        text-decoration: underline;
    }
}

.cv-section-item__info {
    font-size: 16px;
}