.terms_container {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 25px;
    padding: 100px;
    justify-content: center;
}

.terms_heading {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
}

.terms_heading .terms_btn {
    color: #253364;
    text-decoration: none;
    padding: 5px 20px;
    transition: .3s;
    border-radius: 25px;
    border: 2px solid #253364;
}

.terms_heading .terms_btn:hover {
    color: white;
    background-color: #253364;
}
.terms_heading .active {
    color: white;
    background-color: #253364;
}

.terms_container .sidebar {
    border: 1px solid rgb(236, 239, 248);
    padding: 35px;
    width: 25%;
}

.terms_container .sidebar ul {
    width: 100%;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
    list-style-type: decimal;
}

.terms_container .sidebar li {
    width: 100%;
    margin: 15px 0;
}

.terms_container .sidebar li a {
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 0;
    transform: .3s;
    color: rgb(69, 68, 68);
}

.terms_container .sidebar li a:hover {
    color: #0088FE;
}

.terms_container .content {
    width: 60%;
}

.sub-list {
    list-style-type: upper-roman !important;
    padding-left: 16px !important;
}

.sub-list li a {
    font-size: 14px;
}

.p-container h3{
    color: #0e233c;
    font-size: 16px;
    font-weight: 600;
}

.p-container p{
    color: #0e233c;
    font-size: 14px;
    font-weight: 500;
    text-align: justify;
}

.p-container {
    padding-bottom: 15px;
}

.withScroll {
    
}
