.regular-iconlist {
    margin-bottom: 0;
}
#hero_top a.avia-button {
    min-width: 260px;
}
.hero-button {
    display: block !important;
    clear: both;
}
#top .hero-button .avia-button.avia-color-light .avia-svg-icon svg:first-child {
    display: inline-block;
    transform: scaleX(-1) rotate(-20deg);
	  transition: 0.2s ease-out;
}
#top .hero-button:hover .avia-button.avia-color-light .avia-svg-icon svg:first-child {
    fill: #91a484;
}
.media-hub-podcast-query a.slide-image img {
    aspect-ratio: 3/2;
    object-fit: cover;
    object-position: center;
}