.main-content.page {
    padding: 40px 0 50px;
}

.style-content h2 {
	font-size: 32px;
	line-height: 1.4;
	color: rgba(0, 0, 0, .85);
	margin: 0 0 40px;
}

.mobile-link {
	display: block;
}

.info-gb {
	margin: 0 auto 40px;
}

.samsung-z-fold7 {
	margin-left: -60px;
}

.little-info {
	max-width: 950px;
	margin: 0 auto;
}

.buttons-down {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	margin-top: 40px;
}

.btn-red {
	background-color: #c73d31;
	font-size: 29px;
	line-height: 1;
	text-transform: uppercase;
	display: inline-block;
	color: #fff;
	margin: 0 auto;
	border-radius: 12px;
	padding: 14px 30px;
	font-weight: 700;
}

.btn-black {
	background-color: #3b3b3c;
	font-size: 19px;
	line-height: 1;
	text-transform: uppercase;
	display: inline-block;
	color: #fff;
	margin: 0 auto;
	border-radius: 12px;
	padding: 14px 15px;
	font-weight: 700;
}

.btn-red:hover, .btn-black:hover {
	color: #fff;
}