.podcast-platforms-section{padding:20px 0}.podcast-platforms-section .podcast-platforms{text-align:center}.podcast-platforms-section .podcast-platforms h3{font-size:24px;margin:0px}.podcast-platforms-section .podcast-platforms .platform-icons{display:flex;justify-content:center;align-items:center;gap:30px;flex-wrap:wrap}.podcast-platforms-section .podcast-platforms .platform-icons .platform-link{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;color:#333;transition:color .3s ease,transform .2s ease}.podcast-platforms-section .podcast-platforms .platform-icons .platform-link:hover{color:#000;transform:scale(1.1)}.podcast-platforms-section .podcast-platforms .platform-icons .platform-link svg{width:100%;height:100%}@media(max-width: 768px){.podcast-platforms-section{padding:60px 0}.podcast-platforms-section .podcast-platforms h3{font-size:20px;margin-bottom:20px}.podcast-platforms-section .podcast-platforms .platform-icons{gap:20px}.podcast-platforms-section .podcast-platforms .platform-icons .platform-link{width:40px;height:40px}}