.wp-block-image img, .swiper-slide img {
    width: 100%;
    height: auto;
	object-fit: cover;
}

.hoverunderline:hover {
	text-decoration: underline;
}

@layer components {
    .section-padding {
        @apply px-6 py-20 md:px-12 lg:px-24 lg:py-28;
    }
}

.img-full > img {
	height: 100%;
}
