.terms-container {
    padding: 35px;
    margin: 20px;
}

.agreement-content__wrapper__text {
    padding: 15px;
    margin-top: 30px;
}


/* Style the scrollable wrapper */
.small-screen-scrollbar {
    max-height: 500px;
    overflow-y: scroll;
    padding: 20px;
    margin: 20px 0;
    background-color: #f8f8f8;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Keep the inner content div normal */
.agreement-content__wrapper__text {
    /* No specific height or overflow settings needed here */
    /* Just content formatting if needed */
    line-height: 1.5;
}

/* Style the scrollbar for WebKit browsers (Chrome, Safari, Edge) */
.small-screen-scrollbar::-webkit-scrollbar {
    width: 8px;
}

.small-screen-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.small-screen-scrollbar::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

/* Style scrollbar for Firefox */
.small-screen-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}





.head-center {

    display: flex;
align-items: center;
justify-content: center;
}

