.error-page .post-content{
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}

.grid-slider-error .img-wrapper img {
    border-radius: 50%;
    border: 1px solid #E2E2E2;
}

.grid-slider-error .item:hover .img-wrapper img {
    border: 1px solid #ED1C24;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.25);;
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.25);;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.25);;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.grid-slider-error .item .text-wrapper .title{
    text-align: center;
    padding: 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
}

.grid-slider-error .item:hover .text-wrapper .title{
    color: #ED1C24;
}

.grid-slider-error{
    margin-bottom: 70px;
}

.grid-slider-error .item{
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 576px){

    .grid-slider-error{
        margin-bottom: 30px;
        margin-top: 40px;
    }

    .grid-slider-error .item .text-wrapper .title{
        font-size: 15px;
    }

}