.pricelist {
    width: 90%;
    overflow: hidden;
    text-align: center;
    border-radius: 1.5rem;
    -webkit-border-radius : 1.5rem;
    -moz-border-radius : 1.5rem;
    background-color: #fff;
    max-width: 330px;
    margin: 4rem auto;
}
.pricelist__heading {
    color: #fff;
    background-color: #38023b;
    padding: 4rem 0;
    text-align: center;
    border-radius: 1.5rem 1.5rem 0 0;
    -webkit-border-radius : 1.5rem 1.5rem 0 0;
    -moz-border-radius : 1.5rem 1.5rem 0 0;
    margin: 0;
    font-size: 3rem;
}
.lessons_count{

}
.price{
    background-color: #7fb800;
    color: #fff;
    padding: 2rem;
}
.btn--pricelist{
    margin: 5rem 0;
    background-color: #fff;
    color: #7fb800;
    border: 2px solid #7fb800;
    transition: all .4s;
}
.btn--pricelist:hover{
    background-color: #7fb800;
    color: #fff;
}
.performance {
    background-color: #fff;
    padding: 6rem 0;
}
.performance__center{
    text-align: center;
}
.performance h2{
    text-align: left;
    margin-top: 4rem;
}
.performance p{
    text-align: left;
    font-size: 2.2rem;
    line-height: 1.8;
}
.performance img{
    width: 500px;
    margin-right: 0;
    max-width: 100%;
    height: auto;
}
.performance__btn {
    display: inline-block;
    margin-top: 4rem;
    margin-right: 2rem;
}
.performance__btn--vio{
    background-color: #38023b;
}
.default {
    padding: 6rem 0;
}
.header-page {
    margin-bottom: 0;
}