.its-prices p {
    display: flex;
    margin-top: 0;
    padding: 1em;
    background-color: #ffd200;
}

.its-prices p:not(:last-child) {
    margin-bottom: 2px;
}

.its-prices p span:last-child {
    margin-left: auto;
    font-weight: 700;
}

.its-prices + h3 {
    margin-top: 2.5625em;
}
