.carrousel-section{margin-top:100px;display:flex;flex-direction:column;align-items:center;width:100%;height:200px;padding:0 5%;gap:20px}.carrousel_flex_1{align-self:flex-start;display:flex;align-items:center;gap:6px}#carrousel_img_1{width:20px;height:20px}.carousel-container{position:relative;width:1275px;display:flex;align-items:center;justify-content:space-around;gap:20px}.carousel-track-container{overflow:hidden;width:80%}.carousel-track{display:flex;gap:90px;width:100%;transition:transform .6s ease-in-out}.carousel-item{min-width:280px;height:150px}.prevBtn,.nextBtn{background-color:transparent;color:red;transition:color .2s ease,transform .3s ease-in-out;border:none;font-size:50px;cursor:pointer;z-index:2}.prevBtn:hover,.nextBtn:hover{color:#00f;transform:scale(1.2)}@media only screen and (max-width: 1300px){.carousel-container{width:813px}}@media only screen and (max-width: 900px){.carousel-container{width:300px;gap:0}.carousel-item{min-width:200px;height:150px}.prevBtn{padding-right:30px}}
