.bold-header{
    font-weight:900;
    text-align:center;
    font-size:5rem;
    color: #fff;
    margin-bottom:1rem;
     margin-top:3rem;
}

.orange-title{
    background-color: #ff7300;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    color: #1c1f28 !important;
}


@media (max-width: 1200px) {
    .bold-header{
    font-size:3.5rem;
    margin-bottom:2rem;
     margin-top:1rem;
     
}
.plan-feature{

font-weight: 800;
font-size: .8rem !important;
}
.orange-title{
    padding-left: .5rem;
    padding-right: .5rem;
}
}

@media (max-width: 667px) {
    .bold-header{
    font-size:2.5rem !important;
    margin-bottom:2rem;
     margin-top:1rem;
}

.orange-title{
    padding-left: .5rem;
    padding-right: .5rem;
}
h1 {
    font-size: 1.5rem !important;
}
h4 {
    font-size: 1rem !important;
    padding:1rem;
}
}


/* PRODUCTS */
.pricing-products {
  margin-bottom: 48px;
}

.pricing-products-header p {
  margin: 8px 0 36px;
  color: white;
}

.half-card{width:50%;}

/* PLANS */
.pricing-plans {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.pricing-plans .card {
  margin-left: -1px;
}

.pricing-plans .price {
  margin: 8px 0 16px;
}

.pricing-plans .plan-feature {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}

.plan-feature{
    text-align: center;
    text-align: center;
font-weight: 300;
font-size: 1rem;
}

.card {
    border: none;
}

.price-card{
    padding: 2rem;
}

.card-feature{
    background: #e4e7ef;box-shadow: inset 6px 6px 9px #a0a2a7,inset -6px -6px 9px #ffffff;
    border-radius: 1rem;
    
    
}

.card-feature:hover{
background: #e4e7ef;box-shadow:  6px 6px 9px #a0a2a7,-6px -6px 9px #ffffff;
    
}

.pricing-plans .plan-feature .fa-check-circle {
  color: #69ffcc;
  font-size: 20px;
  transform: translateY(3px);
  margin-right: 12px;
}

.pricing-plans .plan-feature span {
  color: #757575;
}

/* Highlighted plan options/overrides */
.card.plan-highlight {
background: #e4e7ef;box-shadow:  6px 6px 9px #a0a2a7,-6px -6px 9px #ffffff;border-radius: 1rem;
}

