/* .hero .hero_promo {
padding: 20px 100px !important;
background: none !important;
border: 0 !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
} */
.hero .hero_promo {
	padding: 20px 60px 20px 40px;
	background-color: #000922 !important;
	border: 1px solid #273255 !important;
	max-width: 1012px;
	border-radius: 16px;
	bottom: 70px;
	position: absolute;
	left: 15px;
	right: 15px;
	margin: 0 auto;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* .hero .hero_promo::before {
background: #000922;
content: "";
position: absolute;
top: 60px;
left: 0;
right: 0;
bottom: 60px;
z-index: 1;
border-radius: 16px;
border: 1px solid #273255;
} */
.hero .hero_promo::before {
	display: none;
}
/* .hero .hero_promo .hero_promo__image {
min-width: unset !important;
min-height: unset !important;
height: auto;
position: relative;
z-index: 2;
} */
.hero .hero_promo .hero_promo__image {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	min-width: auto;
	min-height: auto;
}
/* .hero .hero_promo .hero_promo__image img {
min-width: 180px;
} */
.hero .hero_promo .hero_promo__image img {
	width: 105px !important;
	max-width: 100% !important;
}
/* .hero .hero_promo .hero_promo__title {
position: relative;
z-index: 2;
padding: 80px 0;
margin: 0;
} */
.hero .hero_promo .hero_promo__title {
	position: relative;
	z-index: 2;
	margin: 0;
	flex: 1;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: 1%;
	font-weight: 600;
	font-family: 'Red Hat Display';
	padding-left: 60px;
	color: #fff;
}
.hero .hero_promo .hero_promo__info {
	display: none !important;
}
.hero .hero_promo .hero_promo__image:not(:has(img)) {
	display: none;
}
.hero .hero_promo .hero_promo__image:not(:has(img)) + .hero_promo__title {
	padding-left: 0;
}
@media screen and (max-width: 991px) {
	.hero .hero_promo {
		padding: 20px 24px 20px 24px;
	}
	.hero .hero_promo .hero_promo__title {
		padding-left: 24px;
	}
}
@media screen and (max-width: 767px) {
	.hero .hero_promo {
		position: relative;
		bottom: 0;
		margin-top: 45px;
		left: 0;
		right: 0;
	}
	.hero.show-promo {
		padding: 153px 0 24px;
	}
}
@media screen and (max-width: 650px) {
	.hero .hero_promo {
		flex-direction: column;
		padding: 20px 30px 20px 30px;
	}
	.hero .hero_promo .hero_promo__image { 
		gap: 22px; 
	}
	.hero .hero_promo .hero_promo__title {
		padding-left: 0;
		padding-top: 26px;
		font-size: 18px;
	} 
	.hero .hero_promo .hero_promo__image:not(:has(img)) + .hero_promo__title {
		padding-left: 0;
		padding-top: 0;
	}
}
@media screen and (max-width: 375px) {
	.hero .hero_promo .hero_promo__image img {
		width: 102px !important; 
	}
}
/* @media screen and (max-width: 991px) {
.hero .hero_promo {
bottom: -40px !important;
padding-left: 40px !important;
padding-right: 40px !important;
}
} */
/* @media screen and (max-width: 767px) {
.hero .hero_promo {
bottom: 20px !important;
max-width: unset !important;
}
.hero .hero_promo::before {
bottom: -40px;
}
.hero .hero_promo .hero_promo__image img {
max-width: 120px;
min-width: unset;
}
.hero .hero_promo .hero_promo__title {
padding: 20px 0;
}
} */

.promo-callout.promo-equal {
	padding: 100px 0 !important;
}
.promo-callout.promo-equal .promo-callout_content {
	padding-left: 40px;
}
.promo-callout .subtitle {
	margin: 20px 0;
}
.promo-callout .subtitle h4 {
	font-size: 22px !important;
}
.promo-callout .promo-callout_image .imgborder {
	border-radius: 10px;
	overflow: hidden;
}
.promo-callout .promo-callout_image .imgborder img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 767px) {
	.promo-callout.promo-equal .promo-callout_image .imgborder {
		padding: 50px;
	}
	.promo-callout.promo-equal .promo-callout_content {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.promo-offset .promo-offset_content {
	padding: 123px 500px 123px 0;
}
.promo-offset.reverse .promo-offset_holder {
	position: relative;
	padding: 0;
}
.promo-offset.reverse .promo-offset_holder:before {
	right: 0;
	left: unset;
}
.promo-offset.reverse .promo-offset_wrapper {
	position: relative;
	display: flex;
	flex-direction: row-reverse !important;
}
.promo-offset.reverse .promo-offset_wrapper .promo-offset_content {
	padding: 123px 0 123px 500px;
}
.promo-offset.reverse .promo-offset_wrapper .promo-offset_image {
	right: unset;
	left: 0;
}
@media screen and (max-width: 1199px) {
	.promo-offset .promo-offset_content {
		padding: 60px 40px;
	}
	.promo-offset.reverse .promo-offset_wrapper .promo-offset_content {
		padding: 60px 40px;
	}
}
@media screen and (max-width: 767px) {
	.promo-offset.reverse .promo-offset_holder {
		padding: 60px 0;
	}
	.promo-offset.reverse .promo-offset_wrapper {
		flex-direction: column-reverse !important;
	}
}

.use-cases .card {
	display: block;
	text-decoration: none;
	border-radius: 16px;
	overflow: hidden;
	max-width: 400px;
	margin: 0 auto;
	padding: 25px 14px;
	height: 100%;
	background: none;
	border: 0;
}
.use-cases .card .card-body {
	padding-left: 10px;
	padding-right: 10px;
}
.use-cases .card .card-body a {
	color: #0947B5;
	text-decoration: none;
	font-weight: 500;
}
.use-cases .card .card-body a:hover {
	text-decoration: underline;
}

.listicle .listicle-item {
	display: flex;
	gap: 60px;
}
.listicle .listicle-item .listicle-image {
	width: 64px;
	height: 64px;
}
@media screen and (max-width: 767px) {
	.listicle .listicle-item {
		flex-direction: column;
		gap: 20px;
	}
}

.blog-preview .blog-preview_item-thumb img { 
	height: 230px;
	object-fit: contain;
}