/* Start custom CSS for html, class: .elementor-element-52994b5 */h2 {
    font-weight: 300;
}
.responsive-img-wrapper {
    width: 100%;
    height: 600px;
    overflow: hidden;
    padding-bottom: 20px;
}

.responsive-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .responsive-img-wrapper {
        height: 300px;
    }
}/* End custom CSS */