#price-card-container{
    display: flex;
    justify-content: center;
    margin: 50px 0px;
    flex-wrap: wrap;
}

.price-card{
    width: 450px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    background-color: #47acc3;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px;
 
}

.price-card p{
    color: white;
}

.price-card h2{
    text-align: center;
    color: white;
}

.price-card img{
    width: 80%;
    border-radius: 5px;
    margin-bottom: 20px;
}

.price-sub-title{
    font-size: 10px !important;
}

#price-price-container h3{
    color: white;
    font-size: 20px;
    text-align: center;
}

#price-price-container p{
    text-align: center;
}

.price-table-icon{
    font-size: 50px;
    color: white;
}

#price-card-features-outer-container{
    margin: 20px 0px 50px 0px;
}

.price-card-features-container{
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: 5px;
    margin-bottom: 5px;
}

.price-card-features-container p{
    margin: 0px;
}

.price-table-check-icon{
    font-weight: 20px;
    color:white;
    margin-right: 10px;
}

.price-card-item-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 0.5px dotted white;
    margin-bottom: 3px;
    padding-bottom: 3px;
}

.price-card-more-info-icon{
    color: white;
    margin-left: 5px;
    cursor: pointer;
    font-size: 16px;
}

.price-card-item-under-construction{
    color: lightgray !important;
}

.price-card-under-construction-icon{
    color: lightgray;
}