.other-cards{
	padding: 100px 0;
}
.ghost-card{
	margin-bottom: 20px;
}
.ghost-card__img{
	display: flex;
	justify-content: center;
	background: var(--grey-200);
	border-radius: 8px;
	padding: 11px;
	margin-bottom: 14px;
}
.ghost-card__img img{
	min-width: 156px;
}
.ghost-card__content{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.ghost-card h3{
	font-weight: 600;
	font-size: 20px;
	line-height: 1.28;
	margin-bottom: 6px;
}
.ghost-card h5{
	font-weight: 600;
	font-size: 12px;
	line-height: 130%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-bottom: 6px;
	padding: 5px 8px 2px;
	border-radius: 3px;
	color: var(--grey-700);
	background: var(--aero-100);
}
.ghost-card__link{
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	color: var(--grey-700);
	margin-top: 10px;
}
.ghost-card__link:hover{
	text-decoration: none;
}
.ghost-card__link svg{
	margin-left: 13px;
}


.integration{
	padding: 16px 24px 34px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: var(--white);
	border: 1px solid var(--grey-300);
	border-radius: 8px;
}
.integration__img{
	margin-bottom: 13px;
}
.integration__tag{
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--grey-700);
	background: var(--grey-100);
	box-shadow: 0px 1px 2px rgba(198, 228, 246, 0.05);
	border-radius: 3px;
	margin-bottom: 5px;
	padding: 3px 8px;
	font-size: 12px;
}
.integration__title{
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	color: var(--grey-700);
}
