
.content-center > div{
    width: 66.66% !important;
}
.text-center > a >img{
    width: 336px; height:134px;
}
.relative > div{
    background-size: cover;
}

.bg-gradient {
	background: linear-gradient(to right, #c12dd1, #6d8cf8);
}

[type='checkbox'], [type='radio']{
    color: rgba(139, 92, 246, var(--tw-text-opacity));
}


/* Modal */
.modal {
    /* Center the modal vertically and horizontally */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Modal Content */
.modal-content {
    /* Customize modal content styles */
}

/* Close button */
.close-modal {
    display: flex;
    justify-content: center;
    align-items: center;
}

.primary-color{
    color: #c46de1;
}

h4{
    font-size: 1.5rem;
    /* font-family: poppins-m; */
    margin-bottom: 5px;
}

h5{
    line-height: 1.3;
    font-size:1.25em;
    font-weight: 500;
    color: black;
    margin-bottom: 5px;
}

.TermsAndConditions_about h5{
    margin-top: 2rem;
}

.top-section{
    background-image: linear-gradient(180deg, #eedaf8, #f0e4fb, #f4edfd, #f9f6fe, #fff);
}
ol{
    margin-top: 1rem;
}

li{
    margin-left: 2rem;
    margin-top: 1rem;
    list-style-type: disc;
    line-height: 1.6;
    /* font-family: poppins-r; */
}
*{
    scrollbar-width: thin;
    scrollbar-color: rgba(133,113,237,.8) transparent;
}