@media screen and (max-width: 1023px) {
	.bottom-section-buttons {
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 767px) {
	.bottom-section-buttons .btn {
		max-width: 266px;
		width: 100%;
		margin-bottom: 16px;
	}
}