.info-list {
    background-color: #369763;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
}

.info-list p {
    font-size: 16px;
    color: #ffffff;
    margin: 0 0 8px;
    line-height: 1.6;
}

.info-list p strong {
    color: #ffffff;
}

.info-list p:last-child {
    margin-bottom: 0;
}

.info-list {
    background-color: #369763;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
}

.info-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.info-title {
    font-weight: bold;
    flex-basis: 30%;
    color: #333;
}

.info-data {
    flex-basis: 65%;
    color: #666;
    text-align: right;
}

.info-list .info-row:last-child {
    margin-bottom: 0;
}