﻿
body {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-style: normal;
    background: #141414;
}

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .fm-error-content-img img {
            height: 120px;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .fm-error-content-img img {
            height: 100px;
        }
    }

    @media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
        .fm-error-content-img img {
            height: 100px;
        }
    }

    .fm-error-wrapper {
    text-align: center;
}

.fm-error-thumb img {
    max-width: 850px;
    object-fit: cover;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1440px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1439px) {
    .fm-error-thumb img {
        max-width: 700px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .fm-error-thumb img {
        max-width: 600px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .fm-error-thumb img {
        max-width: 500px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .fm-error-thumb img {
        width: 100%;
    }
}

.fm-error-content-subtitle {
    font-size: 24px;
    line-height: 1.4;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .fm-error-content-subtitle {
        font-size: 22px;
    }
}

.fm-error-content-wrapper p {
    font-size: 16px;
    line-height: 1.62;
    color: #777777;
}

.fm-error-btn {
    font-size: 18px;
    text-transform: uppercase;
    border: 1px solid #fdd835;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    padding: 0 45px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 500;
}

    .fm-error-btn:hover {
        background-color: #000000;
        color: #fff;
    }

.error-title {
    color: #ffffff;
}
