/* Escribe aquí tu código CSS */
#custom_html-2 .custom-html-widget img {
	    width: 2.5em;
    margin: 0 .5em;
}

#custom_html-2 {
	width: 100%;
}

@media(max-width: 767px) {
.podcast-section .et_pb_image {
	width: 5em;
	margin: 0 1em;
	display: inline-block;
}
	
	.podcast-section .et_pb_column {
		width: fit-content  !important;
	}
}