_brand.scss 292 B

12345678910111213141516
  1. .brand-one__carousel {
  2. padding-left: 48px;
  3. padding-right: 48px;
  4. border-bottom: 1px solid #efefef;
  5. padding-top: 119px;
  6. padding-bottom: 119px;
  7. img {
  8. opacity: 0.3;
  9. transition: opacity .4s ease;
  10. &:hover {
  11. opacity: 1;
  12. }
  13. }
  14. }