.error-content{
    padding: 150px 0px;
    text-align: center;
}
.error-content img{
    width: 80%;
    margin: 0 auto 40px auto;
}
.error-content h2{
    font-size: 40px;
}
.error-content p{
    max-width: 600px;
    margin: 0 auto;
    color: #02113A;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 40px;
}
@media screen and (max-width: 575px) {
    .error-content h2 {
        font-size: 32px;
    }
}


#trp-floater-ls.trp-bottom-right{
    top: 50px !important;
    bottom: unset !important;
    z-index: 99999999999;
    right: 0px;
    background: unset !important;
    box-shadow: unset !important;
}
#trp-floater-ls .trp-with-flags .trp-flag-image{
    width: 10px;
    height: 10px;
}