.error section{
    text-align: center;
}

.error section p{
    text-align: justify;
}

.error h6{
    color: #EA1686;
}

.error_quote{
    text-align: center;
    color: #ffffff;
    font-weight: bold
}

.error_quote span{
    color: #404041;
}

.error_item{
    width: 80%;
    overflow: hidden;
    padding: 5% 10%;
}

.error_left{
    width: 20%;
    float: left;
}

.error_right{
    float: left;
    width: 75%;
    margin-left: 5%;
}

.error_number{
    background: #404041;
    color: #FFFFFF;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font: 37px/53px sansationbold;
    margin-left: auto;
    margin-right: auto;
}

.error_right h4{
    text-align: left;
    margin-bottom: 10px;
}

.error_right p{
    text-align: justify;
}

#twitter-widget-0{
    display: none !important;
}

.error_image img{
    display: none;
}

@media only screen and (max-width: 350px) {

}

@media only screen and (min-width: 600px) {
    
   
}

@media only screen and (min-width: 650px) {
    
}

@media only screen and (min-width: 700px) {
    
}

@media only screen and (min-width: 765px){
    
}

@media only screen and (min-width: 1025px) {
    
    .error h1{
        font-size: 70px;
    }
    
    .error h1, .error h6, .error h3{
        text-align: left;
    }
    
    .error section p{
        font-size: 15px;
    }
    
    .error_image{
        position: relative;
    }
    
    .error_image img{
        position: absolute;
        width: 90%;
        max-width: 400px;
        top: 135px;
        display: block;
        z-index: 2;
        right: 0;
    }
    
    .error_quote_container{
        position: relative;
        z-index: 3;
    }
    
    .error_twitter{
        position: relative;
    }
    
    #twitter-widget-0{
        display: block !important;
        width: 300px !important;
        position: absolute !important;
        height: 500px !important;
        right: 0;
    }
    
    .error_quote{
        text-align: left;
        font-size: 20px;
    }
    
    .error_quote span{
        float: left;
        margin-top: 10px;
    }
}

@media only screen and (min-width: 1400px) {
       
    

}