.status-area {
    text-align: center;
}
.status-img {display: inline-block;}
.status-area img {display: inline-block;}
.status-text {
    font-size: 26px;
    font-weight: bold;
    padding:60px 0 40px 0;
}
.status-button {
    padding-top: 32px;
}
.status-button .btn {
    width:360px;
    padding: 6px 0;
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .status-text {
        font-size: 20px;
    }
    .status-button .btn{
        width: 100%!important;
    }
}