.baseline{
    padding: 2em;
}
.sectionbase{
    width: 100% !important;
}
.price-box{
    padding: 1em;
    margin: 0.2em;
    background-color: #ffffff;
    border: 2px solid orangered;
    border-radius: 5px;
}
.text-black{
    color: #000;
    font-weight: normal;
}
@media screen and (max-width: 960px) {
    .price-box h2{
        font-size: 30px;
    }
}