.study {
    text-align: center;
    color: var(--text-color);
}

.study h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--text-color);
}

.study ul {
    list-style: disc !important;
}

.study .company-name-wave {
    text-decoration: none;
    position: relative;
    padding-bottom: 1em;
    overflow: hidden;
}

.study .company-name-wave::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    white-space: nowrap;
    content: attr(data-text)attr(data-text);
    color: transparent;
    line-height: 1.8;
    text-decoration: underline;
    text-decoration-style: wavy;
    text-decoration-color: var(--primary-color-2);
}