.paragraph--type--featured-brands {
    background: radial-gradient(122.46% 95.35% at 89.25% -16.22%,
    color(display-p3 0.2353 0.7176 0.6784 / 0.10) 0%,
    color(display-p3 0.2353 0.7176 0.6784 / 0.00) 100%),
    linear-gradient(0deg, color(display-p3 0.0588 0.1216 0.149) 22.23%,
    color(display-p3 0.0588 0.1216 0.149) 107.19%);
    padding: 70px 50px 0px 50px;
}

.paragraph--type--featured-brands a{
    font-size: 0;
    height: 100%;
    position: relative;
    text-decoration: none;
    z-index: 2;
}

.paragraph--type--featured-brands div{
    height: 28px;
}

.paragraph--type--featured-brands img{
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.paragraph--type--featured-brands img:hover{
    opacity: 0.7;
}

.paragraph--type--featured-brands ul{
    display: flex;
    column-gap: 12%;
    row-gap: 40px;
    flex-flow: wrap;
    justify-content: space-between;
    flex-direction: row;
    margin: 0;
    padding: 0;
}

.paragraph--type--featured-brands li {
    list-style: none;
    position: relative;
}
@media only screen and (min-width: 415px) {
    .paragraph--type--featured-brands ul{
        column-gap: 33%;
    }
}
@media only screen and (min-width: 768px) {
    .paragraph--type--featured-brands {
        padding: 70px 60px 0px 60px;
    }

    .paragraph--type--featured-brands div{
        height: 25px;
    }

    .paragraph--type--featured-brands ul {
        align-items: center;
        gap: 40px;
        justify-content: space-between;
        margin: 0;
        padding: 0;
    }

    .paragraph--type--featured-brands li {
        display: flex;
    }

    .paragraph--type--featured-brands li:after {
        border-right: 1px solid var(--light-color);
        content: " ";
        font-size: 10px;
        margin-left: 46px;
        opacity: 0.2;
    }
    .paragraph--type--featured-brands li:last-child:after {
        display: none;
    }

}

@media only screen and (min-width: 1024px) {
    .paragraph--type--featured-brands {
        padding: 80px 108px 0px 108px;
    }
    .paragraph--type--featured-brands div{
        height: 30px;
    }
    .paragraph--type--featured-brands li:after {
        margin-left: 60px;
    }
}

@media only screen and (min-width: 1366px) {

    .paragraph--type--featured-brands {
        padding: 70px 136px 0px 136px;
    }
    .paragraph--type--featured-brands div{
        height: 35px;
    }
    .paragraph--type--featured-brands li:after {
        margin-left: 91px;
    }
}

@media only screen and (min-width: 1920px) {

    .paragraph--type--featured-brands {
        padding: 140px 183px 0px 183px;
    }
    .paragraph--type--featured-brands div{
        width: 160px;
    }
    .paragraph--type--featured-brands div{
        height: 42px;
    }
    .paragraph--type--featured-brands li:after {
        margin-left: 145px;
    }
}
