.bbest-module-hero-content {
	/*padding:80px 0 60px*/
}
.bbest-module-hero-content.bg-gray {
	background:#f9f9f9
}
.bbest-module-hero-content .row {
	position:relative
}
.bbest-module-hero-content .bbest-hero-content {
	width:100%
}
.bbest-module-hero-content .bbest-hero-content-right-img {
	margin:0;
	position: inherit;
	width:30%;
	border-radius:4px;
	float:right;
	margin-top:69px;
}
.bbest-module-hero-content .bbest-hero-content-left-img {
	margin:0;
	position: inherit;
	width:30%;
	border-radius:4px;
	float:left;
	margin-top:69px;
}
.bbest-module-hero-content .bbest-hero-content-img img {
	width:100%;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover
}
.bbest-module-hero-content .bbest-hero-content-left-bg {
	/*padding:50px 13% 50px 27%;*/
	margin-top:60px;
	width:65%;
	float:left;
	background:#ffffff;
	border-radius:4px
}
.bbest-module-hero-content .bbest-hero-content-right-bg {
	/*padding:50px 13% 50px 27%;*/
	margin-top:75px;
	width:65%;
	float:right;
	background:#ffffff;
	border-radius:4px
}
.bbest-module-hero-content .bbest-hero-content-text {
	/*max-width:488px;*/
	float:right
}
.bbest-module-hero-content .bbest-hero-content-text .title-md {
	margin-bottom:10px;
	font-family:Rubik, Helvetica Neue, Arial, sans-serif;
	font-weight:700;
	font-size:35px;
	line-height:48px;
	color:#020202
}
.bbest-module-hero-content .bbest-hero-content-text ol {
	margin:0 0 1.5em;
	padding:0;
	counter-reset:item
}
.bbest-module-hero-content .bbest-hero-content-text ol>li {
	margin-bottom:28px;
	text-indent:0;
	list-style-type:none;
	counter-increment:item;
	font-family:Roboto, sans-serif;
	font-weight:200;
	font-size:18px;
	line-height:24px;
	color:#fff;
	letter-spacing:.74px
}
.bbest-module-hero-content .bbest-hero-content-text ol>li:before {
	display:inline-block;
	width:1em;
	padding-right:1.4em;
	font-weight:700;
	text-align:right;
	content:counter(item) "."
}
@media(max-width:900px) {
.bbest-module-hero-content .bbest-hero-content-img {
margin:0;
position:relative;
width:100%;
height:352px
}
.bbest-module-hero-content .bbest-hero-content-bg {
padding:45px 35px;
margin-top:0;
width:100%;
float:none
}
.bbest-module-hero-content .bbest-hero-content-text {
max-width:none;
float:none
}
.bbest-module-hero-content .bbest-hero-content-text .title-md {
font-size:40px;
line-height:42px
}
}
@media(min-width:576px) {
.bbest-module-hero-content .container {
max-width:100%
}
}
@media(min-width:900px) {
.bbest-module-hero-content .container {
max-width:calc(100% - 80px)
}
}
@media(min-width:1200px) {
.bbest-module-hero-content .container {
max-width:calc(100% - 80px)
}
}
@media(min-width:1400px) {
.bbest-module-hero-content .container {
max-width:1320px
}
}
