#new-testimonials .ttitle{font-weight:bolder;color:var(--dgold);font-size:5rem;text-align:center}@media screen and (max-width:768px){#new-testimonials .ttitle{font-size:3rem}}@media screen and (max-width:420px){#new-testimonials .ttitle{font-size:2rem}}#new-testimonials{max-width:1280px;margin:0 auto}#new-testimonials .testimonials-slide{padding:2em;display:flex;overflow:hidden;position:relative}#new-testimonials .testimonials-slide .blocks{display:flex;overflow:hidden;justify-content:flex-start;flex-shrink:0;flex-grow:0}#new-testimonials .testimonials-slide .blocks .t-card{width:400px;background:#202020;margin-right:1em;padding:1em;border-radius:.5em;border-bottom:4px solid var(--dgold);min-height:300px}@media screen and (max-width:550px){#new-testimonials .testimonials-slide .blocks .t-card{width:90vw;min-height:200px}}#new-testimonials .testimonials-slide .blocks .t-card .person-info{display:grid;grid-template-columns:90px 1fr;grid-gap:1em;gap:1em;align-items:center}@media screen and (max-width:550px){#new-testimonials .testimonials-slide .blocks .t-card .person-info{grid-template-columns:1fr 3fr}}#new-testimonials .testimonials-slide .blocks .t-card .person-info .img{max-width:100%;border-radius:50%}#new-testimonials .testimonials-slide .blocks .t-card .person-info .detail h2{font-size:1.5rem;color:var(--dgold);font-weight:700}@media screen and (max-width:550px){#new-testimonials .testimonials-slide .blocks .t-card .person-info .detail h2{font-size:1rem}}#new-testimonials .testimonials-slide .blocks .t-card .person-info .detail .socials{display:flex;gap:.5em;margin-top:.5em}#new-testimonials .testimonials-slide .blocks .t-card .person-info .detail .socials svg{width:40px;height:34px;border:3px solid var(--dgold);padding:.15em}#new-testimonials .testimonials-slide .blocks .t-card .person-info .detail a{font-size:1.5rem;color:var(--dgold);font-weight:700}#new-testimonials .testimonials-slide .blocks .t-card .person-info .detail p{color:#fff;opacity:.8}@media screen and (max-width:550px){#new-testimonials .testimonials-slide .blocks .t-card .person-info .detail p{font-size:.7rem}}#new-testimonials .testimonials-slide .blocks .t-card .person-info .detail p{font-size:.85rem}#new-testimonials .testimonials-slide .blocks .t-card .testi-text{color:hsla(0,0%,100%,.682);padding:1em}@media screen and (max-width:550px){#new-testimonials .testimonials-slide .blocks .t-card .testi-text{padding:.5em}}#new-testimonials .testimonials-slide .blocks .t-card .testi-text p{font-size:.95rem}@media screen and (max-width:1280px){#new-testimonials .testimonials-slide .blocks .t-card .testi-text p{font-size:1.1rem}}@media screen and (max-width:550px){#new-testimonials .testimonials-slide .blocks .t-card .testi-text p{font-size:.6rem}}#new-testimonials .testimonials-slide .btn-seek{position:absolute;left:3%;top:50%;background:#fff;width:40px;height:40px;transform:translateY(-20px);border-radius:50%;box-shadow:0 0 4px #000}@media screen and (max-width:768px){#new-testimonials .testimonials-slide .btn-seek{top:auto;bottom:0}}#new-testimonials .testimonials-slide .btn-seek svg{color:var(--dgold);width:100%;height:100%;padding:.55em}#new-testimonials .testimonials-slide .btn-seek.prev{left:auto;right:3%}