body {
    padding-top: 80px;
    padding-bottom: 80px;
}

.price-box-around {
    padding: 15px;
    width: 47%;
}
.price-box {
    border: 1px solid #3c3c3c;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    color: #fff;
    padding: 0px;
    height: 100%;

}
.price-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1040px;
    margin-top: 45px;
}
.price-box ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 45px;
    width: 100%;
    color: #8f8f8f;
    margin-top: 0;
    line-height: 1.8;
    width: 80%;
}
.price-box ul li {
    position: relative;
    padding-left: 20px;
}
.price-box ul li:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    left: 0px;
    top: 12px;
    background-color: #fff;

}
p.price {
    font-weight: 600;
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 35px;
}

p.price small {
    font-size: 16px;
    margin: 0px 10px;
    color: #8f8f8f;
}

h2 {
    margin-top: 0px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 32px;
    margin-bottom: 0px;
}
h3 {
    margin-top: 0;
    width: 96%;
    text-align: center;
    font-size: 28px;
    padding: 35px 10px;
    background-color: #1a1a1a;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
}
h3 small {
    font-size: 14px;
    background-color: #0289CA;
    padding: 4px 8px;
    margin-left: 8px;
}
h4 {
    margin-top: 0;
    width: 80%;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .price-box {
        width: 100%;
    }
    .price-box-around {
        width: 100%;
    }
    h3 {
        font-size: 24px;
    }
}