.FeedBack{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:4.5rem;width:100%;padding:4rem 0;display:flex}.FeedBack h2{color:var(--dark-blue)}.FeedBack .center-container{max-width:1210px}.FeedBack .depo{color:var(--dark-blue);flex-direction:row;gap:10px;width:500px;max-width:95vw;display:flex;position:relative}.FeedBack .depo .depo-nav-button{background:0 0;background:var(--yellow);cursor:pointer;border:2px solid #fff;border-radius:10px;outline:none;justify-content:center;align-items:center;max-width:min-content;max-height:min-content;margin-top:30px;padding:10px;font-size:30px;display:flex;position:sticky;top:50%}.FeedBack .depo ul{scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-gutter:stable both-edges;scrollbar-width:thin;scrollbar-color:var(--yellow)#0000;overflow-x:scroll}.FeedBack .depo ul::-webkit-scrollbar{height:10px}.FeedBack .depo ul::-webkit-scrollbar-thumb{background-color:var(--yellow);border-radius:6px}.FeedBack .depo ul::-webkit-scrollbar-track{background-color:#0000;border-radius:6px}.FeedBack .depo ul::-webkit-scrollbar-button{background-color:#0000}.FeedBack .depo ul{flex-direction:row;justify-content:space-evenly;align-items:flex-start;gap:40px;list-style:none;display:flex}.FeedBack .depo ul .depo-about-info{flex-direction:row;gap:2em;display:flex}.FeedBack .depo ul .depo-about-info .depo-about-container{flex-direction:column;justify-content:center;align-items:flex-start;gap:.5em;display:flex}.FeedBack .depo ul .depo-about-info .title{color:var(--yellow);font-size:24px;font-weight:700}.FeedBack .depo ul .depo-about-info .depo-about-description{text-align:start;color:#333;font-weight:600}.FeedBack .depo ul .picture{--size:115px;width:var(--size);height:var(--size);min-width:var(--size);min-height:var(--size);border-radius:calc(var(--size)/2 + 5px);position:relative;overflow:hidden}.FeedBack .depo ul .picture img{object-fit:cover}.FeedBack .depo ul li{text-align:center;scroll-snap-align:start;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:40px;min-width:100%;display:flex}.FeedBack .depo ul li p{text-align:start;letter-spacing:2px;color:var(--dark-blue);padding:10px;font-weight:500;line-height:1.5em}.FeedBack .docs{background-color:#ededed;border-radius:5px;width:90%;max-width:475px;padding:1em}.FeedBack .docs ul{flex-direction:column;gap:3px;margin-top:1em;padding:0 1em;font-size:14px;display:flex}.FeedBack .docs ul li{border-bottom:1px solid #444;padding:3px}@media (max-width:440px){.FeedBack .depo ul .depo-about-info{flex-direction:column;justify-content:center;align-items:center;gap:30px}}
