.reliability {
	min-height: 440px;
    padding-top: calc(62px - 4px);
    padding-bottom: calc(62px + 4px);
}
.reliability__content {
    max-width: 400px;
}
.reliability__title {
    margin-bottom: 30px;
}
.reliability__text {
	font-size: 18px;
	line-height: 26px;
}
.reliability__text p {
    margin-bottom: 20px;
}
.reliability__text p:last-of-type {
    margin-bottom: 0;
}
.reliability__bg.bg img {
	object-fit: none;
}
@media screen and (min-width: 1576px) {
	.reliability__content {
		max-width: 450px;
	}
}
@media screen and (max-width: 992px) {
	.reliability {
		padding-top: 40px;
		padding-bottom: 45px;
		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6;
		min-height: 0px;
	}
	.reliability__content {
		max-width: 100%;
	}
	.reliability__text {
		font-size: 17px;
		line-height: 23px;
	}
	.bg.reliability__bg {
		overflow: hidden;
	}
	.bg.reliability__bg img {
		object-fit: cover;
		top: -20px;
		width: calc(100% + (20px * 2));
		height: calc(100% + (20px * 2));
		filter: blur(15px);
		z-index: 0;
	}
	.bg.reliability__bg:before {
		content: "";
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background: #fff;
		opacity: 0.7;
		z-index: 10;
	}
}
@media screen and (max-width: 767px) {
	.bg.reliability__bg img {
		filter: blur(20px);
	}
	.reliability__title {
		margin-bottom: 25px;
	}
	.reliability__text p {
		margin-bottom: 15px;
	}
	.reliability {
		border-top: 1px solid #e6e6e6;
	}
}