﻿.error-404-wrapper {
    font-family: Montserrat, sans-serif;
    max-width: 75rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.error-404-header {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 12px;
}

.error-404-content {
    display: flex;
    font-size: 16px;
    font-weight: 300;
    flex-wrap: wrap;
    row-gap: 30px;
}

.error-404-content-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 2;
}

.error-404-content-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.error-404-content-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 38px;
}

.error-404-links {
    line-height: 27px;
    margin-top: 25px;
}

.error-404-link-text {
    font-weight: 700;
}

a.error-404-link {
    color: #00857F;
    font-weight: 300;
}

a.error-404-link-btn {
    display: flex;
    gap: 20px;
    padding: 20px 25px;
    background-color: #002235;
    color: white;
    text-decoration: none;
    width: 270px;
    align-items: center;
}

img.error-404-link-img {
    width: 42px;
    height: 42px;
    max-width: inherit !important;
    position: inherit !important;
    margin: 0 !important;
    display: block !important;
    float: none !important;
    vertical-align: inherit !important;
}



.error-404-link-btn-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.error-404-link-btn-content-title {
    font-size: 19px;
    font-weight: bold;
}

.error-404-link-btn-content-text {
    font-size: 13px;
    font-weight: 400;
}

.error-404-link-text-hint {
    font-weight: 300;
}
