.wd-info-box :is(.info-box-subtitle,.info-box-title) {
	margin-bottom: 10px;
	transition: all .25s ease;
}

.wd-info-box :is(.info-box-subtitle:not(.subtitle-style-background),.info-box-title) {
	line-height: 1.3;
}

.wd-info-box .info-box-inner p:first-child:empty, .wd-info-box .info-box-inner p:first-child:empty ~ p:last-child {
	display: none;
}

.wd-info-box .info-btn-wrapper {
	margin-top: 15px;
}

.wd-info-box.color-scheme-hover-light:hover .info-svg-wrapper svg {
	fill: #fff !important;
}

.wd-info-box.color-scheme-hover-light:hover :is(.info-box-icon,.title) {
	color: #fff !important;
}

.box-icon-align-top .box-icon-wrapper {
	margin-bottom: 15px;
}

.box-title-style-underlined {
	padding-bottom: 10px;
	border-bottom: 1px solid var(--brdcolor-gray-300);
}

.box-icon-wrapper.box-with-text {
	color: var(--wd-primary-color);
	font-weight: 700;
	line-height: 1;
}

.box-with-text.text-size-small {
	font-size: 38px;
}

.box-with-text:is(.text-size-default,.text-size-large) {
	font-size: 52px;
}

[class*="box-icon-with-"].box-with-text {
	--text-bg-size: 85px;
}

[class*="box-icon-with-"].box-with-text .info-box-icon {
	padding: 0 10px;
	min-width: var(--text-bg-size);
	height: var(--text-bg-size);
	border-radius: 100px;
	line-height: var(--text-bg-size);
}

[class*="box-icon-with-"]:is(.text-size-default,.text-size-large) {
	--text-bg-size: 100px;
}

.box-icon-with-bg .info-box-icon {
	padding: 20px;
	background-color: #f1f1f1;
}

.box-icon-with-border .info-box-icon {
	padding: 18px;
	border: 2px solid #f1f1f1;
}

.wpb-js-composer .info-box-wrapper.inline-element {
	max-width: 100%;
}

.wpb-js-composer .info-box-carousel .inline-element {
	display: block;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.wpb-js-composer .info-box-carousel .inline-element .wd-info-box {
	display: inline-flex;
}

.with-animation .info-svg-wrapper path {
	stroke: var(--wd-primary-color);
}

.wpb-js-composer .info-box-carousel-wrapper {
	margin-bottom: 30px;
}

.wpb-js-composer .info-box-carousel-wrapper .wd-info-box {
	margin-bottom: 0;
}

.info-box-carousel-wrapper :is(.owl-stage-outer,.wd-owl:not(.owl-loaded)) {
	padding-top: 5px;
	padding-bottom: 5px;
}

@media (min-width: 1025px) {
	.box-with-text.text-size-large {
		font-size: 74px;
	}
	
	[class*="box-icon-with-"].text-size-large {
		--text-bg-size: 130px;
	}
}