.section-product {
	width: 700px;
	margin: 30px auto 30px;
	min-height: 363px;
	display: flex;
	align-items: center;
	background: url("/local/templates/europe/assets/img/icons/section-product.svg") no-repeat 0 0/contain;
}

.section-product-1{
    width: 706px;
    min-height: 360px;
    background: url("/local/templates/europe/assets/img/icons/section-product1.svg") no-repeat 0 center/contain;
}

.section-product-2{
    width: 717px;
    min-height: 360px;
    background: url("/local/templates/europe/assets/img/icons/section-product2.svg") no-repeat 0 center/contain;
}

.section-product .wrapper {
	border: 2px solid #285fce;
	width: 663px;
	margin: 0 auto 0;
	padding: 48px 30px 30px;
	background: #fff;
}

.product-info {
	margin: 0 auto;
    width:410px;
	padding-left: 0;
}

.section-product .wrapper.product-info-with-modules{
    padding: 30px 30px 30px;
}

.product-info__text {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
}

.modules-list {
	margin-top: 30px !important;
    margin-bottom: 70px !important;
}

.card-type {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 25px;
	color: #b1b1b1;
	margin-bottom: 5px;
}

.modules-list .card-header{
    padding: 15px 20px 0;
}

.modules-list .card-img {
	width: auto !important;
	margin: 0 auto 30px !important;
}


.product-info__buttons .btn{
    font-size: 14px;
}
.test-drives .submenu-2,
.test-drives .submenu-3{
	list-style-type: none; /* Remove bullets */
	padding: 0; /* Remove padding */
	margin: 0; /* Remove margins */
}
.test-drives .submenu-2 {
	margin-left: 35px;
}
.test-drives .submenu-2 li{
	display: inline-block;
	margin-right: 30px;

}
.test-drives .submenu-2 li a{
	font-weight: bold;
	padding: 10px 0;
	border-bottom: 3px solid transparent;
}
.test-drives .submenu-2 li a.current{
	color: #000;
	border-bottom: 3px solid #2C77D2;
}
.test-drives .submenu-2 li a:hover{
	text-decoration: none;
	color: #000;
}

a.card {
	color: #212529;
	text-decoration: none;
}

a.card:hover {
	text-decoration: none;
	cursor: pointer;
}

a.card:hover .card-body p {
	color: #212529;
}

.video-tutorials img {
	position: relative;
	float: left;
	width: 100%;
	height: 230px;
}