.brands-list {
    width: auto;
}

.brands-list ul {
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 28px 0;
}

.brands-list ul > li {
    display: inline-block;
    opacity: 0.5;
    transition: opacity .6s;
    margin: 0 10px;
    vertical-align: top;
}

.brands-list ul > li:first-child {
    margin: 0 10px 0 0;
}

.brands-list ul > li:last-child {
    margin: 0 0 0 10px;
}

.brands-list ul > li:hover {
    opacity: 1;
}

.brands-list ul > li > a > img {
    height: 100px;
    width: 100px;
    display: block;
    margin: 0 auto;
}

.brands-list ul > li > a > span {
    font-family: "CenturyGothicRegular", sans-serif;
    display: block;
    max-width: 110px;
    margin-top: 10px;
    color: #4a667f;
}

.brands-list ul > li > a:hover {
    text-decoration: none;
}

.deal {
    text-align: center;
}

.deal p {
    font-family: "CenturyGothicRegular", sans-serif;
    color: #4a667f;
    font-size: 25px;
    margin: 65px 80px 45px;
    text-align: justify;
}

.deal img {
    max-width: 1070px;
    margin-bottom: 65px;
}

.deal-brand-logo {
    display: none;
}

.show-deals-button {
    display: none;
}

.empty-deals {
    color: #4a667f;
    font-family: "CenturyGothicRegular", sans-serif;
    font-size: 25px;
    text-align: center;
}

.empty-deals p {
    margin: 33vh 0;
}

@media (max-width: 1280px) {
    .deal p {
        font-size: 15px;
        margin: 30px 25px;
    }

    .deal img {
        max-width: calc(100% - 50px);
        margin: 0 25px;
    }
}
