.term_section {
    background: url(../img/Terms_and_conditions.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 1px 0px;
    width: 100%;
    /* height: 784px; */
    /* background: linear-gradient(180deg, rgba(138, 0, 245, 0.00) 59.06%, #F5B100 100%), #0C111F; */
}
.term_div {
    margin-top: 245px;
    padding-bottom: 172.5px;
}
.term_h1 {
    color: var(--Text-beige, #FFE8CF);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;

    /* Desktop/H1 */
    font-family: 'Bellefair';
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 94.8%; /* 68.256px */
    letter-spacing: 3px;
    text-transform: uppercase;
}
.term_p {
    color: var(--Text-beige, #FFE8CF);
    font-feature-settings: 'clig' off, 'liga' off;

    /* Desktop/Body */
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 14px;
}





.error_section {
    background: url(../img/error_404_bg.png);
    /* height: 784px; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 1px 0px;
    padding-bottom: 130px;
    width: 100%;
}
.error_div {
    margin-top: 202px;
    /* background-color: aqua; */
}
.error_404 {
    display:flex;
    align-items:center;
    /* text-align: center; */
    /* background-color: aqua; */
}
.error_h1 {
    color: var(--Text-beige, #FFE8CF);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;

    /* Desktop/H1 */
    font-family: 'Bellefair';
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 94.8%; /* 68.256px */
    letter-spacing: 3px;
    text-transform: uppercase;
}
.error_first_4 {
    color: var(--Text-beige, #FFE8CF);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'Bellefair';
    font-size: 345px;
    font-style: normal;
    font-weight: 400;
    line-height: 94.8%; /* 327.06px */
    letter-spacing: 3px;
    text-transform: uppercase;
    padding-top: 65px;
    margin-left: auto;
    margin-bottom: 0px;
    margin-right: 0px;
}
.error_sec_4 {
    color: var(--Text-beige, #FFE8CF);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'Bellefair';
    font-size: 345px;
    font-style: normal;
    font-weight: 400;
    line-height: 94.8%; /* 327.06px */
    letter-spacing: 3px;
    text-transform: uppercase;
    padding-top: 65px;
    margin-right: auto;
    margin-left: 0px;
    margin-bottom: 0px;

}
.error_img {
    width: 328px;
    height: 328px;
    
}
.error_btn_div {
    background: url(../img/error_button.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    align-items: center;
    display: flex;
    padding: 1px 0px;
    /* padding-bottom: 130px; */
    width: 200px;
    height: 48px;
    margin-left: auto;
    margin-right: auto;

}
.error_btn_p {

    color: var(--Text-beige, #FFE8CF);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;

    /* Desktop/Button */
    font-family: 'Bellefair';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: auto;
}