.stc-summary__box {
    border-right: 1px solid var(--color-border-grey);
    padding: 0 15px;
}

.stc-summary__box:last-child {
    border-right: none;
}

.stc-summary__item {
    margin-bottom: 10px;
}

.stc-summary__label {
    color: var(--color-text-grey);
    display: inline-block;
    margin-right: 15px;
}

.stc-summary__value {
    font-weight: normal;
}


@media screen and (max-width:767px) {
    .stc-summary__box {
        border-right: none;
    }

     .stc-summary__box:first-child {
        border-right: 1px solid var(--color-border-grey);
    }

    .stc-grid-2 .stc-summary__box:first-child {
        border-right: none;
    }
    
}   

@media screen and (max-width:480px) {
    .stc-summary__box {
        border-right: none;
        border-bottom: 1px solid var(--color-border-grey);
        padding: 10px 0;
    
    }

    .stc-summary__box:first-child {
        border-right: none;
    }
    
} 