/*SUPPORT_LVL*/
.landing-support-lvl{background: #e7eef2; padding: 30px 0 40px 0;}
.landing-support-lvl__kadzama{display: inline-block; width: 180px; height: 20px; background: url('logo-text-small.png') center center / 170px 20px no-repeat;}
.landing-support-lvl__line{border-bottom: 1px solid #bac9d1; margin-bottom: 40px;}
.landing-support-lvl__row{margin-top: -60px;}
.landing-support-lvl__text-col-holder{padding: 70px 0;}

.landing-support-lvl__banner{}
.landing-support-lvl__banner{transition: all 300ms; position: relative; border-radius: 20px; box-shadow: 0 3px 30px 0 rgb(0 0 0 / 15%); padding: 20px 20px 20px 20px; background-color: #fff; margin-bottom: 30px; width: 100%;}
.landing-support-lvl__banner:hover{transform: translateY(-10px);}

.landing-support-lvl__banner-icon-holder{max-width: 170px;}
.landing-support-lvl__banner-title{font-size: 20px; line-height: 1.2; color: #000;  margin-bottom: 15px; margin-top: 15px;}
.landing-support-lvl__banner-desc{color: #000; font-size: 16px; margin-bottom: 15px;}
.landing-support-lvl__banner-go{color: #0066cc; font-size: 16px;}
.landing-support-lvl__banner-link{display: block; position: absolute; left:0; top: 0; right: 0; bottom: 0;}

@media(max-width: 767px){
	.landing-support-lvl{padding-top: 60px;}
.landing-support-lvl__row{margin-top: 0px;}
.landing-support-lvl__text-col-holder{padding: 70px 0 20px;}
}