
h1,
h2 {
    color: white;
}

h1 {
    font-size: 60px;
    margin-top: 0;
    margin-bottom: 10px;
}

h2 {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 20px;
}

button.main-btn:hover {
    background-color: black;
    color: white;
}

button.main-btn {
    font-size: 20px;
    background-color: white;
    color: black;
    padding: 15px 20px;
    display: inline-block;
    text-align: center;
    transition: ease-in-out .2s;
    border: 0;
    font-weight: bolder;
    border: 1px solid #000;
    border-radius: 4px;
}

.section-container {
    max-width: calc(100% - 160px);
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.main_Section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .main_Section h1 {
        color: #000;
        font-size: 32px;
        margin-bottom: 0;
    }

    .main_Section h2 {
        color: #000;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .main_Section img {
        max-width: 80px;
        margin: 0 auto 20px;
    }

.thankSec {
    position: relative;
    width: 100%;
    height: 600px;
    background-position-y: bottom;
    background-position-x: center;
    text-align: center;
    padding-top: 200px
}

.errorSec {
    padding-top: 60px;
    background-position-y: bottom !important;
    background-position-x: center !important;
}


    .errorSec h2 {
        font-size: 26px;
        text-align: center;
        position: absolute;
        bottom: 25%;
        width: 100%;
    }

    .errorSec .notfound-404 {
        position: relative;
        height: 210px;
    }

.errorSec {
    position: relative;
    width: 100%;
    height: 600px;
    background-position-y: bottom;
    background-position-x: center;
}

@media (max-width: 1024px) {

    .thankSec {
        margin-top: 70px;
    }
}

@media(max-width:768px) {
    .section-container {
        max-width: calc(100% - 40px);
    }

    .errorSec .notfound-404 h1 {
        font-size: 82px;
    }

    .errorSec {
        padding-top: 40px;
    }

        .errorSec .notfound-404 {
            height: 110px;
        }

        .errorSec h2 {
            text-align: center;
        }
}

@media(max-width:470px) {
    .errorSec {
        background-size: 250% 90% !important;
    }

        .errorSec h2 {
            font-size: 22px;
        }
}

@media(max-width:410px) {
    .errorSec h2 {
        font-size: 19px;
    }
}

.main-btn {
    margin-top: 25px
}
