.blogs_container{display:flex;flex-direction:column;gap:48px;margin-bottom:40px}@media screen and (max-width:768px){.blogs_container{gap:23px}}.blogs_container .blogsCards{max-width:100%;display:flex;align-items:center;gap:40px;flex-wrap:wrap}@media screen and (max-width:768px){.blogs_container .blogsCards{width:100%}}.testimonial_wrapper{display:flex;flex-direction:column;gap:48px;margin-bottom:40px;padding:0}@media screen and (max-width:768px){.testimonial_wrapper{gap:23px;padding:0;margin-bottom:0}}.testimonial_marquee_outer{width:100%;overflow:hidden;position:relative}.testimonial_marquee_outer:after,.testimonial_marquee_outer:before{content:"";position:absolute;top:0;bottom:0;width:120px;z-index:2;pointer-events:none}@media(max-width:768px){.testimonial_marquee_outer:after,.testimonial_marquee_outer:before{width:40px}}.testimonial_marquee_outer:hover .testimonial_marquee_track{animation-play-state:paused}.testimonial_marquee_track{display:flex;gap:24px;width:max-content;padding:12px 0 20px;animation:marquee-scroll 30s linear infinite}@media(max-width:768px){.testimonial_marquee_track{gap:14px;animation-duration:20s}}@keyframes marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.testimonial_marquee_item{flex-shrink:0}