.brand-section{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;gap:20px;margin:60px auto}@media only screen and (max-width:1200px){.brand-section{width:90%;grid-template-columns:1fr 1fr 1fr}}@media only screen and (max-width:768px){.brand-section{width:80%;grid-template-columns:1fr 1fr;margin 30px auto}}@media only screen and (max-width:480px){.brand-section{grid-template-columns:1fr}}.brand-section img{width:100%;height:auto}@media only screen and (max-width:1200px){.brand-section img{width:75%;height:auto;margin:0 auto}}@media only screen and (max-width:992px){.desktom-brand{display:none}}.tablet-brand{display:none;position:relative;margin:30px auto;width:90%}@media only screen and (max-width:992px){.tablet-brand{display:block}}.brand-section-tablet{display:flex}.brand-section-tablet img{width:75%;height:auto;margin:0 auto;padding:0 30px}.arrow-left-brand,.arrow-right-brand{z-index:10;position:absolute;top:35%;width:12px}.arrow-left-brand svg,.arrow-right-brand svg{fill:#c7c5c5}.arrow-left-brand{left:1%}.arrow-right-brand{right:1%}