.integrate-svg-wrap {
	position: relative;
	text-align: center;
	height: 104px;
	margin-bottom: 40px;
}
.indicator {
	position: absolute;
	width: 16px;
	height: 4px;
	background: #0533E6;
	border-radius: 10px;
	z-index: 1;
}
.int-btns {
	display: flex;
	justify-content: center;
	gap: 14px;
	margin-top: 48px;
}
.integrate-svg-wrap img {
	max-width: 80px;
}
@media screen and (min-width: 992px){
	.integrate-inner {
		max-width: 80%;
		margin: auto;
	}
}
@media screen and (max-width: 400px){
	.integrate-svg {
		max-width: 320px;
	}
}