.percent {
    margin-left: 100px;
    margin-right: 100px;
    height: 176px;
    background-color: white;
    border-radius: 16px;
    display: flex;
    align-items: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    justify-content: space-evenly;
    margin-bottom: 234px;
}

.per-title {
    font-size: 3em;
    color: #F59619;
    font-weight: 700;
}

.per-item {
    padding: 0 auto;
    margin: 0 auto;
    text-align: center;
}

.per-content {
    color: black;
    font-weight: 700;
    font-size: 1.2em;
}

@media (orientation: portrait) {
    .percent {
        margin: 0 auto;
        margin-bottom: 234px;
        width: 100%;
    }

    .per-title {
        font-size: 1.5rem;
    }

    .per-content {
        font-size: 0.8rem;
    }
}
