.de__terms-sec {
    background-color: #FAFAFA;
    padding: 50px 0 44px;
    overflow: hidden;
}
.de__terms-date {
    padding: 10px 18px;
    background: #EEF7FF;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
}
.de__terms-sec h3 {
    font-size: 26px;
    font-weight: 700;
}
.de__terms-sec .de__style-desc li {
    list-style: disc;
}
.de__terms-sec .de__style-none  li {
    list-style: none;
}
.de__terms-sec .de__style-desc {
    padding-left: 3rem;
}
.de__terms-sec a {
    color: var(--primary-color);
    font-weight: 700;
    transition: all 0.2s ease-in-out;
}
.de__terms-sec a:hover{
    color: var(--secondary-color);
}
.de__terms-desc {
    margin: 0 0 36px;
    position: relative;
    z-index: 9;
}
.de__orange-circle {
    width: 743px;
    height: 743px;
    right: 0;
    bottom: auto;
    top: 40px;
    left: auto;
    position: fixed;
}
.de__blue-circle {
    width: 743px;
    height: 743px;
    right: auto;
    bottom: 0;
    left: 0;
    top: auto;
    position: fixed;
    opacity: 0.3;
}
.de__terms-sec  ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.list-unstyled {
    list-style: none !important;
}