.section2{
    margin-bottom: 30px;
}

.card-property-box{
    min-height: 360px;
}

.card-property{
    width: 100%;
    text-align: left;
    line-height: 25px;
}

.card-property b{
    display: block;
    float: left;
}

.card-property p{
    display: block;
    float: left;
    width: 65%;
}

.card-property-last p{
    width: 50%;
}

.section3{
    background-color: #F5F7F8;
    padding-bottom: 30px;
}

.section4{
    margin-top: 30px;
    margin-bottom: 30px;
}

.section5{
    margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
    .small-banner{
        margin-bottom: 60px;
    }
    .small-banner-right{
        top: 60%;
    }
    .small-cross-right{
        top: 80%;
    }

    .card-property-box{
        min-height: 0;
    }

    .card-property p{
        width: 100%;
    }

    .card-property-last p{
        width: 100%;
    }
}