/*!/wp-content/themes/tta/assets/src/css/sections/podcast-list.css*/.section.section-podcast-list{padding:4vw 0}.section.section-podcast-list .container{max-width:82.75vw;width:82.75vw}.section.section-podcast-list .container .section-title{color:#414141;font-size:3vw;font-weight:700;line-height:1.2em;letter-spacing:-1.1px;margin:0 0 2vw}.section.section-podcast-list .container .sub-title{color:#08B3BE;font-size:1.6875vw;font-style:normal;font-weight:400;line-height:normal;margin:0 0 4vw}.section.section-podcast-list .container .podcast-cards{display:flex;flex-direction:column;gap:4vw}.section.section-podcast-list .container .podcast-cards .podcast-card{padding:2vw;border:1px solid #CECECE;display:flex;gap:2vw;text-align:left}.section.section-podcast-list .container .podcast-cards .podcast-card .podcast-card-content .podcast-card-title{font-size:2.25vw;margin:0 0 1vw;color:#414141}.section.section-podcast-list .container .podcast-cards .podcast-card .podcast-card-content .podcast-card-tag{color:#fff;padding:.625vw 1.25vw;margin:0;width:fit-content;background:#08B3BE;font-size:1.5vw;font-weight:400}.section.section-podcast-list .container .podcast-cards .podcast-card .podcast-card-content .podcast-card-description{margin:1.5vw 0 0;font-weight:400;color:#6E6F74;font-size:1vw}.section.section-podcast-list .container .podcast-cards .podcast-card .podcast-card-content .podcast-card-code{margin:2vw auto 1vw}.section.section-podcast-list .container .podcast-cards .podcast-card .podcast-card-content .links{display:flex;gap:1rem}.section.section-podcast-list .container .podcast-cards .podcast-card .podcast-img-mobile{display:none}@media screen and (max-width:767px){.section.section-podcast-list{padding:1.5rem 0}.section.section-podcast-list .container{max-width:92%;width:92%}.section.section-podcast-list .container .section-title{font-size:30px;text-align:center}.section.section-podcast-list .container .sub-title{font-size:18px;text-align:center}.section.section-podcast-list .container .podcast-cards .podcast-card{flex-direction:column;text-align:}.section.section-podcast-list .container .podcast-cards .podcast-card>img{display:none}.section.section-podcast-list .container .podcast-cards .podcast-card .podcast-img-mobile{width:calc(100% - 100px);height:initial;margin:auto;display:block}.section.section-podcast-list .container .podcast-cards .podcast-card .podcast-card-content .podcast-card-title{text-align:center;font-size:26px;line-height:1.35;margin:0 0 1rem}.section.section-podcast-list .container .podcast-cards .podcast-card .podcast-card-content .podcast-card-tag{padding:10px 20px;font-size:24px;margin:0 auto 1rem}.section.section-podcast-list .container .podcast-cards .podcast-card .podcast-card-content .podcast-card-description{margin:1.5rem 0 0 auto;font-size:16px}.section.section-podcast-list .container .podcast-cards .podcast-card .podcast-card-content .podcast-card-code{margin:1rem auto 0}}