main .error-text {
    display: block;
    float: left;
    color: #84b766;
    font-family: 'Rubik';
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

main .error-img {
    display: block;
    margin: auto;
    width: 146px;
}

.error-img img {
    display: block;
    float: left;
    margin-top: 27px;
    width: 100%;
}

main .notifications {
    display: block;
    float: left;
    margin-top: 27px;
    border-radius: 15px;
    background-color: #fff;
    background-image: url(../images/edition-7/logo-condis-shade.webp);
    background-repeat: no-repeat;
    background-position: 10px 8px;
    background-size: 28px 22px;
    text-align: center;
    padding: 38px 25px 28px;
    width: 100%;
}

.notifications h1 {
    display: block;
    float: left;
    color: #001580;
    font-size: 28px;
    font-family: 'Rubik';
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    line-height: 32px;
    width: 100%;
}

.notifications p {
    display: block;
    float: left;
    margin-top: 16px;
    color: #001580;
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    width: 100%;
}

.notifications p strong {
    display: block;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: bold;
}

.notifications .contact-options {
    display: block;
    margin: auto;
    width: 160px;
}

.contact-options a {
    display: block;
    float: left;
    margin-top: 20px;
    border-radius: 20px;
    background-color: #FF8259;
    color: #001580;
    font-family: 'Rubik';
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    width: 100%;
}