section.popular-post .wraper{display:flex;gap:20px;flex-direction:row;overflow:auto}section.popular-post .wraper::-webkit-scrollbar{display:none}section.popular-post .card:first-child{margin-left:6.5%}section.popular-post .card{aspect-ratio:432/370;background-size:cover;background-repeat:no-repeat;display:flex;min-width:420px;max-width:420px;position:relative;overflow:hidden}section.popular-post .card img.background{position:absolute;aspect-ratio:432/370;object-fit:cover;transition:all .5s ease;filter:brightness(0.7)}section.popular-post .card:hover img.background{transform:scale(1.2)}section.popular-post .card .contenedor{display:flex;flex-direction:column;justify-content:flex-end;padding:20px;font-family:"Lato";color:#fff;position:relative}section.popular-post .card .contenedor h3 a{font-size:28px;line-height:32px;font-weight:bold;color:#fff;text-decoration:none}section.popular-post .card .contenedor p{font-size:16px;line-height:24px;margin-top:0}section.popular-post .card .contenedor h3 a:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;right:0;bottom:0}