@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&amp;display=swap');

@font-face {
    font-family: Rajdhani;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url("cdn/fonts/rajdhani/rajdhani_n5.d8dbf587163ee8433c9c2982c1995084a3e75f80f3b4.woff2?h1=cGhvbm8tZGVtby5hY2NvdW50Lm15c2hvcGlmeS5jb20&amp;hmac=afa9ff86103d5e2a5c2d4f029d979141c7ce956309f37f5e32c982c8e8b1f6ff") format("woff2"),
    url("cdn/fonts/rajdhani/rajdhani_n5.e39a99601d26a44e58a8141483321205e5669ae825fb.woff?h1=cGhvbm8tZGVtby5hY2NvdW50Lm15c2hvcGlmeS5jb20&amp;hmac=205363b4087da23846b5c8944e10ee5ba0e6d0b80d8b77ad509336eccc167468") format("woff");
}

.terms_body{
    font-family: 'rajdhani';
}

.terms_header{
    background-image: url(../img/footer_ad0f20f1-29b5-4188-8127-a6667ac6aea9777d.jpg);
    text-align: center;
    color: #fff;
    padding: 40px 100px 40px 100px;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
}

.terms_header h1{
    margin: 0 !important;
    font-size: 40px;
}

.terms_header p{
    margin: 0 !important;
    font-size: 18px;
}

.alpha_orderlist{
    padding: 40px 100px 60px 100px;
}

.alpha_orderlist li{
    font-weight: 700;
    font-size: 22px;
}

.alpha_orderlist p{
    font-weight: 400;
    font-size: 18px;
    margin: 10px 0 !important;
}

.alpha_unorderlist{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 0;
}
.alpha_unorderlist li{
    font-weight: 400;
    font-size: 18px;
}

.contat_us{
    display: flex;
    gap: 10px;
}