h1 { display: none; }

.hwk-vs-title-wrapper {
	background-color: #03199b;
  border-radius: 30px;
  position: relative;
  height: 242px;
  margin: 0 0 30px 0;
}

.hwk-vs-title1 {
	position: absolute;
  font-size: 30pt;
  color: #FFF;
  left: 55px;
  top: 24px;
  width: 75%;
  font-weight: bold;
}

.hwk-vs-title2 {
	position: absolute;
  font-size: 22pt;
  color: #FFF;
  left: 55px;
  bottom: 47px;
  width: 75%;
  font-weight: bold;
}

.hwk-vs-num {
	position: absolute;
  right: 310px;
  background-color: #fff;
  color: #03199b;
  border-radius: 30px;
  padding: 10px 30px;
  font-size: 25px;
  font-weight: bold;
  bottom: 29px;
}

.hwk-vs-line {
	position: absolute;
  bottom: 29px;
  border-bottom: 2px solid #FFF;
  width: 53%;
  left: 55px;
}

.hwk-vs-img {
	position: absolute;
	width: 230px;
  height: auto;
  right: 10px;
  top: 0;

}

.hwk-vs-img img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.hwk-vs-descption-wrapper {
	display: flex;
}

.hwk-vs-descption-col1 {
	flex: 0 0 45%;
	padding: 0 20px 0 0;
}

.hwk-vs-descption-col-wrapper {
	padding: 20px;
  border-radius: 30px;
  box-shadow: 3px 3px 20px 0px rgba(0,0,0,0.15);
}

.hwk-vs-descption-col2 {
	flex: 0 0 45%;
	padding: 0 0 0 0;
  border-radius: 30px;
}

.col-title {
	color: #03199b;
	font-size: 16pt;
	margin: 0 0 30px 0;
}

.li-title {
	color: #03199b;
	font-size: 13pt;
	margin: 0 0 10px 0;
}

.li-text {
	font-size: 11pt;
}
.construction li {
  padding: 0 0 0 50px;
  margin: 0 0 20px 0
}
.function li {
  padding: 0 0 0 50px;
  margin: 0 0 20px 0
}

.construction-li-1 {
	background: url(/media/images/mountingkit/k_li1.png) no-repeat scroll 0 0;
	background-size: auto 30px;
}

.construction-li-2 {
	background: url(/media/images/mountingkit/k_li2.png) no-repeat scroll 0 0;
	background-size: auto 30px;
}

.function-li-1 {
	background: url(/media/images/mountingkit/f_li1.png) no-repeat scroll 0 0;
	background-size: auto 30px;
}

.function-li-2 {
	background: url(/media/images/mountingkit/f_li2.png) no-repeat scroll 0 0;
	background-size: auto 30px;
}

.function-li-3 {
	background: url(/media/images/mountingkit/f_li3.png) no-repeat scroll 0 0;
	background-size: auto 30px;
}


.hwk-vs-page2 {
	margin: 50px 0 0 0;
	height: 500px;
}

.hwk-vs-page2-wrapper {
	position: relative;
	height: 100%;
	display: flex;
}

.hwk-vs-page2-bg {
	background-color: #03199b;
  border-radius: 30px;
	height: 100%;
	flex: 1 1 auto;
	position: relative;
}

.page2-title {
	font-size: 30pt;
  color: #fff;
  padding: 50px 0 30px 130px;
}

ul.how-work {
	width: 70%;
	margin: 0 auto;
}

.how-work li {
	color: #fff;
	font-size:14pt;
	 display: flex;
	 align-items: center;
  margin: 0 0 10px 0;
}

.how-work .li-num {
	font-size: 24pt;
	margin: 0 20px 0 0;
}
.how-work .li-text {
	font-size: 14pt;
}

.hwk-vs-page20-img {
	width: 150px;
  flex: 0 0 150px;
}

.hwk-vs-page20-img img {
	object-fit: contain;
  width: 100%;
  height: 100%;
}

.page2-footer {
	position: absolute;
  width: 300px;
  bottom: 16px;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  left: 19px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.page2-footer .footer-icon {
	background: url(/media/images/mountingkit/globe.png) no-repeat scroll 0 0;
	width: 30px;
  height: 30px;
  display: block;
  flex: 0 0 30px;
  margin: 0 10px 0 0;
}


@media (min-width: 768px) {
  .hwk-vs-img {
    width: 170px;
  }
}