.brand-section--icons {
    margin-bottom: 10.9rem;
}

.brand-section--icons .container {
	position: relative;
}

.brand-section--icons .title-wrapper {
    margin: 0;
    margin-bottom: 2rem;
    color: var(--main-color);
    font-weight: 700;
    font-size: 3.2rem;
}

.brand-section--icons .icons-wrapper {
    display: flex;
    justify-content: center;
    gap: 15.3rem;
}

.brand-section--icons .icons-wrapper.little-space {
    gap: 5rem;
}

.brand-section--icons .icons-wrapper .single-icon .icon {
    width: 156px;
    height: 150px;
    /* border: 3px solid var(--main-color); */
    border-radius: 100%;
    margin: 0 auto;
}

.brand-section--icons .icons-wrapper .single-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand-section--icons .icons-wrapper .single-icon .title {
    font-size: 3.2rem;
    color: var(--main-color);
    text-align: center;
    margin-top: 3.1rem;
}

.brand-section--icons .container .swiper-nav .my-prev {
    position: absolute;
    top: 50%;
    z-index: 10;
	right: 5px;
	width: 30px;
    height: 20px;
}

.brand-section--icons .container .swiper-nav .my-next {
    position: absolute;
    top: 50%;
    z-index: 10;
    left: 5px;
	width: 30px;
    height: 20px;
}

.swiper-nav .my-prev svg,
.swiper-nav .my-next svg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 1023px) {
    .brand-section--icons .icons-wrapper {
        flex-direction: column;
        gap: 5rem;
    }
}