.ct-1{
    position: relative;
    background-image: url(/res/prices.jpg) !important;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    min-height: 300px;
}
.ct-1 > div{
    position: relative;
    width: 100%;
    min-height: 300px;
    height: 100%;
    padding: 40px 0px 20px;
}
.ct-1 > div > *{
    width: 90% !important;
    margin: 20px auto !important;
}
.t-ct2{
    position: relative;
    padding: 40px;
}
.accordion{
    width: 100% !important;
    margin: 40px auto !important;
    font-family: 'Cabin', sans-serif !important;
}
.accordion > .title{
    padding: 20px !important;
    font-size: 1.1em !important;
}
.accordion > .content{
    font-size: 1em !important;
    color: #555 !important;
    padding-left: 30px !important;
}
@media screen and (max-width: 500px){
    .t-ct2{
        position: relative;
        padding: 20px 10px !important;
    } 
}