#contact-us{
    color: #f3203e;
    font: 'Roboto', 'serif';
    font-weight: bold;
    text-align: center;
    font-size: 2.8em;
    text-decoration: none;
}
#contact-us p{
    margin-top: 2em;
    font-size : .8em;
}
#price-area{
    width: 100%;
}
#prices{
    margin-top: 3em;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
}
.prices{
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    text-align: center;
    border-radius: 5px;
    width: 250px;
    box-shadow: 8px 8px 40px black;
    height: 321px;
    margin-top: 2em;
    margin-right: 1em;
    margin-left: 1em;
}
.price-title{
    color: white;
    font: 'Roboto', 'serif';
    font-weight: bold;
    font-size: 1.5em;
    background: #f3203e;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 0.5em 0 0.5em 0;
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
}
.price-title p{
    margin-bottom: 0px;
    border-top: 1px dashed #a61831;
    border-bottom: 1px dashed #a61831;
    padding: 0.5em 0 0.5em 0;
}
.price-content{
    margin-top: 0px;
    color: black;
    font: 'Roboto', 'serif';
    font-weight: bold;
    font-size: 1em;
    background: white;
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
}
.price-content p:nth-child(3){
    margin-bottom: 0px;
}
#classroom-price .price-content, #family-price .price-content, #school-price .price-content{
    margin-top: 10px;
    font-size: 2em;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
}
#classroom-price .price-content span, #family-price .price-content span{
  font-size: 14px !important;
}
#classroom-price .price-content span.free-days, #family-price .price-content span.free-days, .free-days{
  font-size: 20px !important;
  color: #F3203E;
  margin-top: 15px;
}
.form-free-days{ font-size: 16px !important; color: #F3203E;}
#classroom-price .price-content span, #family-price .price-content span{
    margin-bottom: 0px;
    display: block;
    margin-top: 5px;
}
#school-price .price-content{
    font-size: 1.5em;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    padding: 0 0.5em;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
}
#school-price .price-content p{
    margin: 0;
}
#classroom-price .price-content span, #family-price .price-content span{
    font-size: 0.6em;
}
.price-action{
    background: #5f493f;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 0.5em 0 0.5em 0;
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
}
.price-action a{
    margin: 0;
    color: #feb900;
    font: 'Roboto', 'serif';
    font-weight: bold;
    font-size: 1.5em;
    text-decoration: none;
}
@media (max-width: 530px){

    .prices{
        margin-left: 0px;
        margin-right: 0px;
    }

}
