.news-yt-portfolio{position:relative}.news-yt-portfolio__container{margin:0 auto;max-width:80rem}.news-yt-portfolio__header{margin-bottom:3rem;text-align:center}.news-yt-portfolio__icon{display:block;margin:0 auto 2em;max-width:75px}.news-yt-portfolio__badge{background-color:#d957571a;border-radius:9999px;color:#d95757;display:inline-block;font-weight:600;margin-bottom:1rem;padding:.375rem 1rem}.news-yt-portfolio__title{color:#d95757;font-weight:700;margin-bottom:1rem}.news-yt-portfolio__subtitle{margin:0 auto;max-width:42rem}.news-yt-portfolio__grid{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}.news-yt-card{background-color:#fff;border-radius:.75rem;box-shadow:0 1px 3px rgba(0,0,0,.1);overflow:hidden;position:relative;transition:all .5s ease}.news-yt-card:hover{box-shadow:0 20px 25px -5px #e9701e1a;transform:translateY(-4px)}.news-yt-card--large,.news-yt-card--medium,.news-yt-card--small{grid-column:span 1;grid-row:span 1}.news-yt-card__image-wrapper{aspect-ratio:110/50;height:100%;padding:20px;width:100%}.news-yt-card__image{display:block;height:100%;margin:0 auto;max-width:150px;object-fit:contain;transition:transform .7s ease;width:100%}.news-yt-card:hover .news-yt-card__image{transform:scale(1.1)}.news-yt-card__overlay{background:linear-gradient(0deg,#033d75cc,#023f7366,transparent);display:flex;flex-direction:column;inset:0;justify-content:flex-end;opacity:0;padding:1rem;position:absolute;transition:opacity .3s ease}.news-yt-card:hover .news-yt-card__overlay{opacity:1}.news-yt-card__cta{align-items:center;backdrop-filter:blur(4px);background-color:hsla(0,0%,100%,.2);border-radius:.5rem;color:#fff;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;justify-content:center;padding:.5rem;text-decoration:none;transition:background-color .3s ease;width:100%}.news-yt-card__cta:hover{background-color:#fff}.news-yt-portfolio__cta-wrapper{margin-top:3rem;text-align:center}.news-yt-portfolio__cta-btn{align-items:center;background-color:#d95757;border-radius:9999px;color:#fff;display:inline-flex;font-weight:600;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.news-yt-portfolio__cta-btn:hover{background-color:#c65454;color:#fff}@media screen and (min-width:768px){.news-yt-portfolio__grid{grid-template-columns:repeat(3,1fr)}.news-yt-card--medium{grid-row:span 2}.news-yt-card--large{grid-column:span 2;grid-row:span 2}}@media screen and (min-width:1024px){.news-yt-portfolio__grid{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:460px){.news-yt-portfolio__grid{grid-template-columns:1fr;margin:0 auto;max-width:300px}}