/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 27 2025 | 19:13:11 */
.imageImageClass img {
    width: 100vw !important;
    height: 500px !important;
    object-fit: cover !important;
}

.imageMarginClass {
  	margin-bottom: 0;
}

.rowPaddingClass {
  padding-bottom: 30px;
}

@media (max-width: 991px) {
    .imageMarginClass {
        margin-bottom: 15px;
    }
  
    .rowPaddingClass {
        padding-bottom: 15px;
    }
}