.brands-page__header p {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #2A2A2A;
}

#brands-page hr {
	height: 2px;
	background-color: #DBE0E3;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 30px;
}
.brands-page__header {
	padding-top: 40px;
}
.brands-page__info {
	display: grid;
	grid-template-columns: auto 70%;
	grid-gap: 30px;
}

.brands-page__info .main_logo {
	width: 80%;
	margin: auto;
	margin-bottom: 70px;
	max-width: 500px;
}

.brands-page__info .fearless_img {
	width: 70%;
	margin: auto;
	margin-bottom: 70px;
}

.brands-page__info-left {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.download__section {
	display: flex;
	cursor: pointer;
	align-items: start;
	justify-content: center;
	margin-bottom: 30px;
}

.download__section img {
	margin-top: 2px;
	margin-right: 12px;
}

.download__section-info p {
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
	color: #2A2A2A;
}

.download__section-info p span {
	font-weight: 400;
}

.download__section-info p.color-me-red {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #E95D27;
}

.brands-page__info-right-top {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 40px;
	row-gap: 20px;
}

.brands-page__info-right-top-part {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.brands-page__info-right-top-part h3 {
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	color: #2A2A2A;
}

.brands-page__info-right {
	padding-left: 50px;
	padding-top: 30px;
}

.brands-page__info-right-top-part-right h3 {
	margin-bottom: 30px;
}

.brands-page__info-right-top-part-right .download__section {
	margin-bottom: 40px;
}

.brands-page__info-right-bottom h3 {
	margin-bottom: 30px;
	margin-top: 30px;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #2A2A2A;
	text-align: left;
}

.brands-page__info-right-bottom {
	padding-right: 30%;
}

.brands-page__info-right-bottom img {
	width: 100%;
	margin-bottom: 50px;
}

#brands-page {
	padding-bottom: 70px;
}

.brands-page__info-left {
	grid-row-start: 1;
	grid-row-end: 2;
	padding-top: 30px;
}

.brands-page__info-right {
	grid-row-start: 1;
	grid-row-end: 5;
	border-left: 2px solid #DBE0E3;
}

@media screen and (max-width: 1200px) {
	.brands-page__info {
		grid-template-columns: 1fr;
	}
	.brands-page__info-left,
	.brands-page__info-right {
		grid-row-start: unset;
		grid-row-end: unset;
	}
	.brands-page__info .main_logo {
		margin-bottom: 30px;
	}
	.brands-page__info-right, .brands-page__info-left {
		padding: 0;
		border: none;
	}
	#brands-page hr {
		margin-block: 20px 30px;
	}
}
@media screen and (max-width: 767px) {
	.brands-page__header p {
		font-size: 16px;
	}
	.brands-page__header {
		padding-top: 20px;
	}
	.download__section,
	.brands-page__info .main_logo {
        margin-bottom: 20px;
    }
	.download__section img {
		width: 30px;
	}
	.brands-page__info,
	.brands-page__info-right-top {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.brands-page__info-left,
	.brands-page__info-right {
		grid-row-start: unset;
		grid-row-end: unset;
		width: 100%;
	}
	.brands-page__info-right-bottom {
		padding-right: 15px;
	}

	.download__section-info p {
		font-size: 18px;
		line-height: 22px;
	}

	.download__section-info p.color-me-red {
		font-size: 14px;
	}

	.brands-page__info-right-top-part h3 {
		font-size: 20px;
		margin-bottom: 25px;
	}

	.brands-page__info-right-bottom h3 {
		font-size: 20px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
	.download__section-info p {
		font-size: 18px;
	}

	.download__section-info p.color-me-red {
		font-size: 14px;
	}

	.brands-page__info-right-top-part h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.brands-page__header {
		padding-top: 30px;
	}
	.brands-page__info-right-bottom h3 {
		font-size: 20px;
	}
}

.brands-page__info-brand-clearance {
	margin: 50px 0;
}

.brands-page__info-brand-clearance h3 {
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	text-align: left;
	color: #2A2A2A;
}

.brands-page__info-brand-clearance p {
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	color: #2A2A2A;
	margin-bottom: 20px;
	margin-right: 60px;
}

.brands-page__info-brand-clearance-images {
	margin-top: 50px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}

.brands-page__info-brand-clearance-images img {
	margin-right: 50px;
}

@media screen and (max-width: 1399px) {
	.brands-page__info-brand-clearance-images {
		flex-direction: column;
	}

	.brands-page__info-brand-clearance-images img {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 767px) {
	.brands-page__info-brand-clearance-images img {
		margin-right: 0;
		width: 100%;
	}

	.brands-page__info-brand-clearance p {
		margin-right: 0;
	}
}

@media (min-width: 1700px) {
    #brands-page .container {
        max-width: 1600px;
    }
}
@media (max-width: 1699px) and (min-width: 767px) {
    #brands-page .container {
        max-width: 95%;
		padding-inline: 0;
    }
}