.item {
    margin-top: 20px;
    background: #f3f5fa;
    padding-top: 25px;
    border-radius: 30px;
    position: relative;
}

.itemBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#fh5co-about-section {
    background: #eff0fa;
    padding: 2em 1em;
    color: #31373a;
}

.items {
    width: 100%;
    max-width: 360px;
}

.itemBox .items:nth-child(1) .item {
    border-top: 5px solid #50CB86;
}

.itemBox .items:nth-child(2) .item {
    border-top: 5px solid #2580FF;
}

.itemBox .items:nth-child(3) .item {
    border-top: 5px solid #A15A9A;
}

.itemBox .items:nth-child(4) .item {
    border-top: 5px solid #F99306;
}

.priceTag {
    position: absolute;
    right: -0.5px;
    top: 0;
    border-radius: 0 30px 0 30px;
    background: red;
    font-size: 12px;
    color: #fff;
    padding: 8px 20px;
}

.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding-left: 25px;
}

.title h4 {
    font-weight: bold;
}

.tips {
    font-size: 13px;
    background: #14ecc5;
    padding: 5px 10px;
    border-radius: 30px;
}

.infoBox {
    background: #f7f8fb;
    padding: 25px;
    border-radius: 30px;
}

.time {
    font-size: 14px;
    color: #2a2a2a
}

.startBtn {
    display: block;
    cursor: pointer;
    width: 100%;
    background: #040812;
    border-radius: 40px;
    color: #fff;
    text-align: center;
    padding: 8px 0;
}

.info {
    margin-top: 30px;
}

.info_p {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.info_ico {
    color: #333bfa;
}

.info_span {
    font-size: 13px;
    font-weight: 600;
    margin-left: 10px;
}