
        #terms_and_conditions h1 {
            font-family: "Clash", sans-serif;
            font-weight: 700;
            font-size: 30px;
            color: #161130;
            margin-bottom: 16px;
        }

        #terms_and_conditions .terms_text {
            font-family: "Inter", sans-serif !important;
            font-weight: 500 !important;
            font-size: 14px !important;
            line-height: 28px;
            color: #161130;
        }
#terms_and_conditions h2{
    font-family: "Inter", sans-serif !important;
            font-weight: 500 !important;
            font-size: 14px !important;
            line-height: 28px;
            color: #161130;
}
        #terms_and_conditions {
            padding: 80px 0px;
        }



        #container {

            max-width: 993px;
            width: 100%;
            margin: auto;
        }

        #terms_and_conditions {
            position: relative;
        }

        #star {
            position: absolute;
            /* bottom: -90px; */
            top: 434px;
            right: 181px;
            max-width: 182px;
            width: 100%;
            height: 180px;
            z-index: -1;
            /* right: 0; */
        }

        @media (max-width: 940px) {
            #terms_and_conditions {
                padding: 40px 10px;
            }

            #terms_and_conditions h2 {
                font-size: 20px;
            }

            #terms_and_condition .terms_text {
                font-size: 14px;
            }

            #star {
                max-width: 70px;
                width: 100%;
                height: 70px;
                right: 24px;
                top: 14px;
            }
        }
 