#container-text-half-bachi {
    background-color: #c5ebff;
    max-width: 210px;
    width: 100%;
    border-radius: 16px 0 0 16px;
}
#text-half-bachi {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    display: block;
    text-align: justify;
}

#half-bachi {
    background-color: white;
    max-width: 180px;
    width: 100%;
    border: 1px solid #c5ebff;
    border-radius: 0 16px 16px 0;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    color: #303030;
    display: flex;
    align-items: center;
    justify-content: center;
}