section.sharing ul {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
section.sharing ul li {
    display: inline-block;
    margin-right: 15px;
}
section.sharing ul li a {
    display: flex;
}
section.sharing ul li a svg {
    width: 20px;
    height: 20px;
}
section.sharing a svg path {
    fill: #000;
    transition: 0.25s;
}
section.sharing a:hover svg path {
    fill: #B9B9B9;
}

.slick-list {
   height: auto;
   max-height: 1025px;
}

/* @media (max-width: 1300px) {
 .section--hero--carousel {
     height: 476px;
     overflow: hidden;
 }   
} */

.flex {
    display: flex;
}