.main_box {
    background-color: #fff9e9;
    height: 100vh;
    align-items: center;
}

.top_banner {
    margin-top: 80px;
    width: 100%;
    height: 250px;
    background-color: #f7af04;
    color: #fff;
    font-size: 60px;
}

.business_box {
    background-color: #fff;
    width: 80%;
    height: 400px;
    font-size: 28px;
    line-height: 2em;
}