.brands {
    padding: 50px 0;
}
.brands .header {
    margin-bottom: 50px;
}
.brands .header h2 {
    color: #1E293B;
    text-align: center;
    font-family: "EB Garamond";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.brands .slick-slide {
    margin: 0 5px;
}
.brands .slick-slide h3 {
    color: #1E293B;
    text-align: center;
    font-family: "EB Garamond";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 10px 0;
}
.brands .slick-slide a {
    text-decoration: none;
}
.brands .click {
    margin-top: 50px;
}
.brands .click .btn {
    margin: 0 auto;
    display: block;
}
.brands .slick-slide img {
    width: 100%;
    max-width: 203px;
    aspect-ratio: 1/1;
    object-fit: cover;
    height: auto;
}

