

/* Start:/local/components/swifts/information/templates/support/style.css?1757575277621*/
.support-container {
	min-height: 912px;
	padding-bottom: 80px;
	padding-top: 80px;
}
.support-list {
	display: flex;
	flex-wrap: wrap;
	gap: 58px 14px;
	margin-top: 40px;
}
.support-element {
	height: 208px;
	background-color: #F5F5F6;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.support-element a {
	text-decoration: none;
}
.support-element-name {
	color: #000;
}
.support-element,
.support-element-name {
	width: 252px;
}
@media(max-width: 768px) {
	.support-list {
		justify-content: center;
		gap: 30px 14px;
	}
}
/* End */
/* /local/components/swifts/information/templates/support/style.css?1757575277621 */
