.brand-section--instructions {
/*     margin-bottom: 10.9rem; */
	margin-bottom: 5.7rem;
    background-color: #F3F6F9;
}

.brand-section--instructions .container {
    width: min(1460px, calc(100% - 40px));
}

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

.brand-section--instructions ul {
    list-style-type: disc;
    font-size: 2.4rem;
    line-height: 4rem;
    padding-right: 3rem;
}

.brand-section--instructions p {
    font-size: 2.4rem;
    line-height: 3.2rem;
}

.brand-section--instructions .inner-content {
    display: flex;
    gap: 14rem;
    padding: 6.9rem 0;
}

.brand-section--instructions .inner-content .image-wrapper {
    width: 448px;
    height: 811px;
    flex-shrink: 0;
}

.brand-section--instructions .inner-content .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1023px) {
    .brand-section--instructions .inner-content {
        flex-direction: column;
		gap: 0;
    }

    .brand-section--instructions .inner-content .image-wrapper {
        width: 100%;
        height: auto;
    }
	
	.brand-section--instructions {
		margin-bottom: 2rem;
	}
}