.sec-block{
	position: relative;
	overflow: hidden;
	padding: 6.4rem 0 6rem;
}
.block{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
.block-center{
	width: 31.177rem;
	margin-top: 4rem;
	margin-left: 4rem;
	box-shadow: 20.2px 30.4px 60.8px 0px rgba(0, 0, 0, 0.06);
}
.block-center img{
	width: 100%;
}
.block-left{
	width: 25.2rem;
	margin-top: -2.1rem;
}
.block-right{
	width: 28.84rem;
}
.block .h5{
	margin-bottom: 2.5rem;
}
.block .h5 *{
	line-height: 3.08rem;
	letter-spacing: 0.044rem;
}
.block ul{
	margin: 0;
}
.block li{
	margin-bottom: 1.2rem;
	padding-left: 1.9rem;
	font-weight: 600;
	line-height: 2.16rem;
}
.block li:last-child{
	margin-bottom: 0 !important;
}
.block li:after{
	height: 0.5rem;
	width: 0.5rem;
	border-radius: 0;
	background: #F39200;
	top: 0.8rem;
	left: 0;
}
.block-right li{
	margin-bottom: 2.8rem;
	font-size: 1.6rem;
	line-height: 1.92rem;
}
.block-right li:after{
	top: 0.7rem;
}
.block-btn .btn{
	margin-top: 2.5rem;
}
.block-left .btn{
	min-width: 19.4rem;
}
.round-vector{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 82.4rem;
}
.round-vector img{
	height: 100%;
	max-width: 100%;
	object-fit: cover;
}
@media(min-width:1200px) and (max-width:1307.98px){
	.block-left {
    	margin-top: -1.1rem;
	}
	.block-center {
    	margin-left: 2rem;
    }
}
@media(min-width:992px) and (max-width:1199.98px){
	.block-center {
    	width: 28.177rem;
    	margin-top: 2rem;
    	margin-left: 2rem;
    }
    .block-left {
    	margin-top: 2rem;
	}
	.block li {
    	font-size: 1.7rem;
	}
}
@media(min-width:768px) and (max-width:991.98px){
	.block {
    	align-items: flex-start;
    }
	.block-center {
    	width: 100%;
    	margin: 4rem 0;
    	order: -1;
    	text-align: center;
    	box-shadow: none;
	}
	.block-center img {
    	max-width: 30rem;
    	filter: drop-shadow(20.2px 30.4px 60.8px rgba(0, 0, 0, 0.06)) !important;
	}
	.block-left {
    	margin-top: 0;
    	width: 30.2rem;
	}
	.round-vector img {
    	height: initial;
    }
}
@media(max-width:767.98px){
	.sec-block {
    	padding: 5rem 0;
    }
    .block-center {
    	width: 24rem;
    	order: -1;
    	margin: 3.76rem auto 3.58rem;
	}
	.block-left,.block-right{
    	width: 100%;
    	margin-top: 4rem;
	}
	.round-vector {
    	max-width: 100%;
	}
	.round-vector img {
	    height: initial;
	    width: 100%;
	    max-height: 55.2rem;
	}
	.block-left {
    	width: 100%;
    	margin-top: 0;
	}
}