.ct-1{
    position: relative;
    background-image: url(/res/cards.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;
}
.cc-ct2{
    position: relative;
    padding: 40px 0;
}
.list-cards{
    background-color: #463c9f;
    padding: 40px 20px;
    margin: 30px auto;
}
.col2{
    background-color: white !important;
    margin: 0 20px !important;
}
.col2 > p{
    color: #555 !important;
}
.f3-col-box{
    border-radius: 8px !important;
}
.f3-col-box img{
    display: block;
    width: 90%;
    margin: auto;
}
.container, .container-md, .container-sm{
    max-width: auto !important;
    width: 100% !important;
    margin: auto !important;
}
.flex-col3 > div > h2, .f3-col-box h2{
    font-size: 1.4em !important;
}
.flex-col3 > div > span, .f3-col-box > span{
    font-size: 2.2em !important;
}
.flex-col3 > div > p, .f3-col-box > p{
    line-height: 18px !important;
    font-size: 1em !important;
}
.cc-ct2 > .h1-title,.cc-ct2 > .p-txt{
    margin-left: 20px !important;
    margin-right: 20px !important;
}
#carouselExampleIndicators .f3-col-box{
    padding: 20px 10px 20px!important;
    border-radius: 8px !important;
}
#carouselExampleIndicators .col2{
    margin: 0 !important;
}
.col1, .col3{
    padding-top: 20px !important;
}
.ct3-icon > i{
    padding: 15px;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid;
}
.flex-col2 > div{
    padding: 10px 20px !important;
}
.flex-col2 > div > div,.flex-col2 > div > h2{
    text-align: left !important;
    color: #555 !important;
}
.cc-ct4{
    width: 80%;
    margin: 0 auto !important;
}
.flex-col2 > div > h2{
    font-size: 1.3em !important;
}
.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: 1200px){
    .cc-ct4{
        width: 90% !important;
    }
}
@media screen and (max-width: 500px){
    .cc-ct2{
        padding: 20px 0 !important;
    }
    .list-cards{
        padding: 20px 10px !important;
    }
    .cc-ct4{
        width: 94% !important;
    }
}