section.template_page {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%), url("../../assets/img/global/thank-you-section-bg.jpg") center center/cover, lightgray;
    min-height: 680px;
    display: flex;
    align-items: center;
}

section.template_page._404 {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%), url("../../assets/img/global/404-section-bg.jpg") center center/cover, lightgray;
    /* min-height: 950px; */
    display: flex;
    align-items: center;
}

section.template_page h1 {
    color: var(--ColorWhite);
    text-align: center;
    font-family: var(--Verdana);
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

section.template_page .caption {
    text-align: center;
    font-family: var(--Verdana);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--ColorWhite);
    max-width: 675px;
}

section.template_page a {
    width: 230px;
    min-width: 220px;
}

section.template_page a:hover {
    border-radius: 10px;
    border: 1px solid #FFF;
    background: transparent;
    color: #FFF;
    font-family: var(--Verdana);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    section.template_page {
        min-height: 700px;
    }
}

@media (max-width: 991px) {}

@media (max-width: 767px) {
    section.template_page {
        min-height: 500px;
    }
}

@media (max-width: 575px) {}