.search-not-found .message {
    color: #7A7A7A;
    float: left;
    font-size: 32px;
    line-height: 32px;
    margin-top: 24px;
    max-width: 80%;
}
.search-not-found .message .term {
    color: #F37B20;
}
.search-not-found .icon {
    color: #7A7A7A;
    float: left;
    font-size: 130px;
    line-height: 130px;
    margin-right: 40px;
}
.main-content{
    float: right;
    margin-right: 0;
    width: 79.7826%;
}