section.ban {
    text-align: center;
}
section.ban > div {
    padding: 10px 0px;
}
section.ban > div.z {
    padding: 0px 0px;
}
div.cally {
    background-color: #31c0ca;
    color: #fff;
}

div.cally h2 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 400;
}

div.cally h2 span {
    font-size: 32px;
}
div.fondito-ban {
    background-image: url(../images/banner/fondito.png);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding: 15px 20px 15px 15px;
}
div.fondito-ban h2 {
    font-size: 57px;
    font-weight: 400;
}
div.fondito-ban p {
    font-size: 28px;
    font-weight: 400;
    line-height: 29px;
}
div.bann {
    background-color: #124219;
    color: #fff;
}
div.bann h3 {
    font-size: 30px;
    font-weight: 400;
}
div.bann .butt {
    width: 148px;
    height: 38px;
    background-color: #f18200;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
div.sep {
    height: 170px;
}

.custom-img1 {
    position:  relative; bottom: -20px;
}

.custom-img2 {
    position:  relative; bottom: -53px;
}

.custom-bt1 {
    float: right;bottom: 30px;
}

.ban {
    margin: 80px 0px;
}

@media (max-width: 768px) {
    .custom-img1, .custom-img2 {
        position: initial;
        margin: 20px 0px;
    }
    
    .custom-bt1 {
        float: none;
        bottom: 0px;
    }
}