#properti-custom {
    padding: 40px 20px;
}

#properti-custom:first-child {
    padding-top: 80px;
}

#properti-custom:last-child {
    padding-bottom: 80px;
}


#properti-full {
    padding: 0px;
}
#properti-full:first-child {
    padding-bottom: 40px;
}

/* @media only screen and (min-width: 1025px) { 

} */

.margin-top-res {
    margin-top: 60px;
}
.gap-res {
    gap:60px;
}

@media only screen and (max-width: 747px) {


    #properti-full {
        padding-bottom: 10px !important;
    }

    /* =============================================== */

    #properti-custom {
        padding: 10px 20px;
    }

    #properti-custom:first-child {
        padding-top: 20px;
    }
    #properti-custom:last-child {
        padding-bottom: 20px;
    }

    .margin-top-res {
        margin-top: 15px;
    }
    .gap-res {
        gap:15px;
    }
  
    /* #properti-custom-full {
        padding: 30px 0;
    } */
}

@media only screen and (min-width: 748px) and (max-width: 1024px) { 
    #properti-full {
        padding-bottom: 25px !important;
    }

    #properti-custom {
        padding: 25px 50px;
    }

    #properti-custom:first-child {
        padding-top: 50px;
    }
    #properti-custom:last-child {
        padding-bottom: 50px;
    }

    /* #properti-custom-full {
        padding: 30px 0;
    } */
    .margin-top-res {
        margin-top: 30px;
    }
    .gap-res {
        gap:30px;
    }
}

