.info-section__video-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
}

.info-section__video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.info-section::after {
	content: "";
	position: absolute;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}

.info-section--fax-service-benefit::before {
	content: '';
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.info-section--has-section-background::before {
	content: '';
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.info-section--has-section-background .container-lg::before {
	content: '';
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.benefit-lists-item {
	margin-bottom: 30px;
}

.benefit-lists-item img {
	padding: 8px;
	background: var(--bs-red--200);
	border-radius: 100%;
}
@media only screen and (min-width: 992px) {
	.benefit-lists-item:last-child {
		margin-bottom: 0;
	}
}
@media screen and (width <= 991.96px) {
	.info-section .row.info-section__image-with-text {
		flex-direction: column-reverse !important;
	}
}

@media only screen and (width <= 575.98px) {
	.info-section--has-section-background .container-lg::before{
		content: none !important;
	}
}

a[href^=tel] {
   text-decoration:inherit;
   color: inherit;
}

