.banner-partner .container-full {
    position: relative;
}

.banner-partner .container-full .image-banner {
    width: 100%;
    position: relative;
    padding-bottom: 475px;
    height: 0;
}

.banner-partner .container-full .image-banner:after {
    content: '';
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
}

.banner-partner .container-full .image-banner img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner-partner .container-full .list-icon-banner {
    position: absolute;
    right: 35px;
    bottom: -25px;
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.banner-partner .container-full .list-icon-banner .item {
    width: 51px;
    height: 51px;
    border: 2px #fff solid;
    border-radius: 50%;
}

.banner-partner .container-full .list-icon-banner .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 5;
    position: relative;
    padding: 5px;
}

.banner-partner .container-full .list-icon-banner .item:first-child img {
    bottom: -6px;
    padding: 2px;
}

@media (max-width: 1199.98px) {
    .banner-partner .container-full .image-banner {
        padding-bottom: 43.5%;
    }
}

@media (max-width: 767.98px) {
    .banner-partner .container-full .image-banner {
        padding-bottom: 333px;
    }
}