.carousel-container{width:100%;display:flex;flex-direction:column;background-color:#eadfea}.carousel-wrapper{display:flex;width:100%;position:relative}.carousel-content-wrapper{overflow:hidden;width:100%;height:100%}.carousel-content{display:flex;transition:all .25s linear;-ms-overflow-style:none;scrollbar-width:none}.carousel-content::-webkit-scrollbar{display:none}.carousel-content>*{width:50%;flex-shrink:0;flex-grow:1}.left-arrow,.right-arrow{cursor:pointer;position:relative;z-index:1;top:50%;transform:translateY(40%);width:60px;height:40px;border-radius:24px;background-color:#eadfea;border:1px solid #000}.left-arrow{left:0}.right-arrow{right:0}@media (max-width:425px){.left-arrow,.right-arrow{width:45px;height:30px;transform:translateY(80%)}}@media (min-width:426px) and (max-width:768px){.left-arrow,.right-arrow{height:45px;width:45px;margin-top:-5px;transform:translateY(50%)}.carousel-content>*{width:50%;flex-shrink:0;flex-grow:1}}