﻿

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    background: #fbfbfb;
}
header {
    background-color: #fff;
}
.top__header {
    padding-top: 0.9rem;
    padding-bottom: 0.8rem;
}

    .top__header a {
        text-decoration: none;
    }

    .top__header img {
        vertical-align: bottom;
    }

    .top__header h2 {
        font-size: 1.5rem;
        font-weight: 600;
        color: #000;
        vertical-align: top;
        margin-left: 0.5rem;
        margin-top: 1.2rem;
        line-height: 23px;
    }

    .top__header small {
        font-size: 1rem;
        color: rgb(100 93 93);
    }

.float-right {
    float: right;
}

.d-inline-block {
    display: inline-block;
}
.error-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12rem;
}

.error-section__content {
    box-shadow: rgb(0 0 0 / 8%) 0px 4px 12px;
    padding: 2rem;
    border-radius: 5px;
    background: #fff
}

.error-section__text {
    float: right;
    margin-top: 5rem;
    margin-left: 2rem;
}

.error-section__content h2 {
    color: rgb(161 156 140);
    margin-bottom: 1rem;
    font-size: 2rem;
}

.error-section__content p {
    line-height: 25px;
    font-size: 1.1rem;
    color: rgb(108 106 106);
}

.error-section__img {
    float: left;
}


.homeback__btn {
    background-color: rgb(14 126 101);
    color: #fff;
    padding: .7rem 2rem;
    border-radius: 4px;
    margin-top: 1rem;
    display: inline-block;
    text-decoration: none;
}

    .homeback__btn:hover {
        color: #fff !important;
        background-color: rgb(10 115 92);
    }

.top__header {
    padding: 0.8rem 2rem;
}

footer {
    margin-top: 3rem;
    display: flex;
    color: #908f8f;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    align-items: center;
}


@media screen and (max-width: 1024px) {
    .error-section__img {
        float: inherit;
    }
    footer {
        margin-left: 1rem;
    }
}