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

.box-apoie .tx-info {
    width: 300px;
    margin-right: 30px;
    padding: 30px;
    font-family: frederik;
    font-size: 24px;
    line-height: 1.3em;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: rgb(255, 241, 88);
}

.box-apoie .box-planos {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex: 1;
}

.box-apoie .box-planos .box-item {
    margin-top: 10px;
}

.box-apoie .box-planos .box-item-1 {
    margin-top: 0px;
}

.box-apoie .box-planos .box-item .detail-value {
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #c10909;
    font-family: frederik;
    padding: 5px;
    padding-top: 10px;
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.box-apoie .box-planos .box-item .detail-description {
    margin-top: 10px;
    line-height: 1.2em;
    font-size: 16px;
    font-family: arial;
}

@media screen and (max-width: 520px) {
    .box-apoie {
        margin-top: 10px;
        flex-direction: column;
    }

    .box-apoie .tx-info {
        width: auto;
        margin-right: 0px;
    }

    .box-apoie .box-planos {
        margin-top: 20px;
    }
}
