﻿
:root {
    --primary: #006FBA;
    --secondary: #2ABADA;
    --white-secondary: #F6F6F6;
    --white: #FFFFFF;
    --gray: #424242;
    --black: #000000;
}
.home-wrapper .page-not-found-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 70px);
}
.not-found-image{
    height:168px;
}
.home-wrapper .page-not-found-wrapper .big-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 52px;
    color: #28464D;
    margin-top: 18px;
    margin-bottom: 5px;
    text-align: center;
}

    .home-wrapper .page-not-found-wrapper .sub-title {
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
        color: #436972;
        width: 488px;
        margin-bottom: 48px;
        text-align: center;
    }

    .home-wrapper .page-not-found-wrapper .back-to-home {
        cursor: pointer;
        justify-content: center;
        background: linear-gradient(206.57deg, var(--primary) 16.67%, var(--secondary) 100%);
        border-radius: 100vw;
        height: 48px;
        display: flex;
        align-items: center;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        gap: 6.95px;
        width: 333px;
        color: #FFFFFF;
    }

        .home-wrapper .page-not-found-wrapper .back-to-home:hover {
            background: #34499D;
        }

/*# sourceMappingURL=style-page-not-found.css.map */
