.custom-content-box {
    background: #fff;
    border: 1px solid #F1EAFB;
    box-shadow: 0 8px 32px 0 rgba(34, 10, 68, 0.10);
    border-radius: 20px;
    padding: 24px 16px;
    margin: 40px auto;
    max-width: 75%;
    width: 100%;
}

.custom-content-scroll {
    height: 250px;
    overflow-y: auto;
    line-height: 1.7;
}

@media (min-width: 768px) {
    .custom-content-box {
        padding: 40px 32px;
        border-radius: 32px;
    }

    .custom-content-scroll {
        height: 300px;
    }
}