.content-section {
    background-color: #18064d;
    border: 5px solid transparent;
    border-radius: 24px;
    background:
        linear-gradient(#18064d, #18064d) padding-box,
        linear-gradient(98.15deg, #A8FF00 8.43%, #574588 27.56%, #574588 77.81%, #A8FF00 91.35%) border-box;
    padding: 44px 64px;
}

.content-section h2 {
    font-size: 28px;
    font-weight: 700;
    color: #a8ff00;
    margin-bottom: 16px;
}

.content-section h3 {
    font-size: 22px;
    font-weight: 700;
    color: #a8ff00;
    margin-bottom: 12px;
    margin-top: 24px;
}

.content-section p {
    font-size: 16px;
    font-weight: 400;
    color: #dbdbdb;
    line-height: 26px;
    margin-bottom: 16px;
}

.content-section ul,
.content-section ol {
    padding-left: 24px;
    margin-bottom: 16px;
}

.content-section li {
    font-size: 16px;
    color: #dbdbdb;
    line-height: 26px;
    list-style: disc;
    margin-bottom: 8px;
}

.content-section a {
    color: #a8ff00;
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .content-section {
        padding: 32px 32px;
    }
}

@media (max-width: 768px) {
    .content-section {
        padding: 24px 20px;
    }

    .content-section h2 {
        font-size: 24px;
    }

    .content-section p {
        font-size: 14px;
        line-height: 22px;
    }
}
