@charset "UTF-8";

.business_01{
    display: flex;
    justify-content: space-between;
}

.business_01 .box{
    width: 24%;
    border-radius: 3px;
    background: #036244;
    color: #fff;
    text-align: center;
    padding: 1.5em;
    font-size: 18px;
}