.all-support-area .single-support-area {
    text-align: center;
    padding: 50px 35px;
    margin-bottom: 2rem;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.07);
}
.all-support-area .single-support-area .support-icon {
    margin-bottom: 10px;
}
img{
    max-width: 100% !important;
}

/*** 404 ***/
.error-area {
    height: 100vh;
}
.error-content {
    text-align: center;
    margin-top: -70px;
}
.error-content .notfound-404 {
    position: relative;
    height: 280px;
    z-index: -1;
    margin-bottom: 30px;
}
.error-content .notfound-404 h1 {
    font-size: 230px;
    font-weight: 900;
    margin: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /* background: url(../../public/img/oops-bg.jpg) no-repeat; */
    background: #D01E26;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    background-position: center;
}
.error-content h3 {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 15px;
}
.error-content p {
    max-width: 550px;
    margin: 0 auto 25px;
}