.item-container-in {
    padding: 35px 20px;
}

.banner {
    background-color: var(--app-info-box);
    padding: 0;
    font-size: 18px;
    font-weight: 400;
}

.item-price {
    font-weight: 500;
}

[data-editable-tag="pub1"]  p,
[data-editable-tag="pub2"]  p,
[data-editable-tag="pub3"]  p {
    display: inline;
}

@media only screen and (min-width: 992px) {
    .item-container-in {
        padding: 60px 40px;
    }
    
    .item-prices {
        min-height: calc(525px - 120px);
    }

    .banner {
        padding: 45px 0;
        border-bottom-right-radius: var(--app-border-radius);
    }

    .banner .item-container-in {
        padding: 0 40px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .item-container-in {
        padding: 60px 90px;
    }

    .item-prices {
        min-height: calc(525px - 120px);
    }

    .banner .item-container-in {
        padding: 0 90px !important;
    }
}