.trusted-sec {
}
.trusted-sec__inner {
	padding: 64px 28px;
	background-color: var(--main-black);
	color: #fff;
}
.trusted-sec__img-col {
	margin-bottom: 24px;
}
.trusted-sec__img-col * {
	display: block;
	max-width: 100%;
	height: auto;
}
.trusted-sec__title {
	color: #9FA1EC;
	font-size: 28px;
	margin-bottom: 8px;
}
.trusted-sec__desc {
	font-size: 16px;
	margin-bottom: .8em;
}
.trusted-sec__link {
	color: var(--accent-violet-60);
}
@media screen and (min-width:768px) {
	.trusted-sec__img-col {
		margin-bottom: 0;
	}
}
@media screen and (min-width:1200px) {
	.trusted-sec__text-col {
		padding-left: 56px;
	}
}