.aca_wrapper > div {
    background: #fff!important;
}
.error_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
	gap: 13px;
	color: #4b4b4b;
}
.error_code {
    font-size: 10rem;
    font-weight: 100;
	min-height: 190px;
}
.error_title {
    font-weight: 600;
    font-size: 1.1rem;
}
.error_message {
    font-size: 1rem;
    font-weight: 300;
}
.homeBtn {
       padding: 15px 29px;
    background: #1034a6;
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
}