.brands-we-work-with {
    background: linear-gradient(180deg, rgba(255, 121, 90, 0.00) 0%, rgba(255, 121, 90, 0.25) 50%, #FF795A 100%);
}

.brands-we-work-with .pre-title {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.2px;
    margin: 0 0 20px;
}

.brands-we-work-with .text {
    margin: 0 0 50px;
    text-align: center;
}

.brands-we-work-with .text h2 {
    color: #000;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -2.4px !important;
    margin: 0 0 20px;
}

.brands-we-work-with .elements {
    display: grid;
    grid-template-columns: repeat(6, minmax(150px, 1fr));
}
.brands-we-work-with .element {
    height: 104px;
    margin: -.5px;
    border-radius: 10px;
    border: 1px solid #fff;
}

.brands-we-work-with .element a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.brands-we-work-with .element img {
    max-width: 60%;
    max-height: 90%;
}

@media screen and (max-width: 1799px) {
    .brands-we-work-with .element img {
        max-width: 80%;
    }
}

@media screen and (max-width: 991px) {
    .brands-we-work-with .text h2 {
        font-size: 40px;
        line-height: 100%;
        letter-spacing: -1.92px !important;
    }

    .brands-we-work-with .elements {
        grid-template-columns: repeat(3, minmax(150px, 1fr));
    }
}

@media screen and (max-width: 480px) {
    .brands-we-work-with .pre-title,
    .brands-we-work-with .text {
        text-align: left;
    }

    .brands-we-work-with .pre-title {
        max-width: 190px;
        margin-bottom: 30px;
    }

    .brands-we-work-with .text {
        max-width: 250px;
        margin: 0 0 30px;
    }

    .brands-we-work-with .elements {
        grid-template-columns: repeat(2, minmax(120px, 1fr));
    }

    .brands-we-work-with .element {
        height: 70px;
    }

    .brands-we-work-with .element a {
        padding: 4px;
    }

    .brands-we-work-with .element img {
        max-width: 60%;
    }
}
