section {
    padding-top: 130px;
}

.coming-soon .section-sub {
    max-width: fit-content;
    text-align: center;
}

.coming-soon .section-headline {
    max-width: fit-content;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.coming-soon .btn-404 a {
    display: inline-block;
    padding: 16px 36px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 30px;
    background: linear-gradient(135deg, #FF8E55, #ff6b2b);
    border: none;
    text-decoration: none;
    margin-bottom: 2rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(255, 107, 43, 0.3);
}

.coming-soon .btn-404 a:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 107, 43, 0.5);
}

.terms h3 {
    font-size: 16px;
    line-height: 30px;
    color: #3B30C3;
    font-weight: bold;
    margin-top: 1rem;
}

.terms a {
    text-decoration: none;
    color: #717171;
    font-weight: bold;
}

.terms ul li,
.terms ol li,
.terms p {
    color: #717171;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}

.terms .card {
    opacity: 1.902;
    width: 100%;
    padding: 1rem 3rem;
    height: fit-content;
    border-radius: 20px;
    /* filter: drop-shadow(0px 6px 27px rgba(177, 199, 255, 0.33)); */
    /* background-color: rgba(255, 255, 255, 0.9019607843137255); */
    border: 0;
    position: relative;
    margin-top: 2rem;
    z-index: 1;
    padding-top: 0;
}

.coming-soon {
    padding-top: 80px;
}


.coming-soon .blogbanner img {
    width: 430px;
}


.coming-soon .allblogs-header {
    margin: auto;
}

.coming-soon hr,
.terms hr {
    width: 100%;
    color: #D2D6DB;
    border-width: 1px;
    margin: 32px auto;
    opacity: unset;
}

.coming-soon hr {
    width: 80%;
}

.p404 .blogbanner img {
    width: 745px;
    margin-left: auto;
    margin-right: auto;
}

.p404 .blogbanner {
    margin: 4rem auto 2rem auto;
    text-align: center;
}

@media (max-width: 991px) {
    .coming-soon .blogbanner img {
        width: 50%;
    }

}

@media (max-width: 768px) {
    .terms {
        padding: 90px 5%;
    }
}

@media (max-width: 499px) {}

@media (max-width: 426px) {
    .coming-soon hr {
        margin: 1rem auto;
    }

    .coming-soon .allblogs-header {
        margin-top: -2rem;
    }

    .p404 .allblogs-header {
        margin-top: 0;
    }

    .coming-soon {
        margin-top: -1rem;
    }

    .coming-soon .blogbanner img {
        width: 90%;
        margin-top: -2rem;
    }

    .coming-soon .btn-404 a {
        font-size: 12px;
        line-height: 15px;
        padding: 0.8rem 1rem;
    }

    .terms h3 {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 321px) {
    .coming-soon .blogbanner img {
        width: 100%;
    }

    .coming-soon .allblogs-header {
        margin-top: -1rem;
    }

    .terms ul li,
    .terms ol li,
    .terms p {
        color: #717171;
        font-size: 12px;
        line-height: 16px;
    }
}