/*lh2*/
.lh2{
	padding: 45px 0 15px;
	font-size: 16px;
}
.lh2 p{
	margin-bottom: 5px;
}
.lh2-item-icon {
    width: 75px;
    height: 85px;
    background-color: #f7f7f7;
    border-radius: 3px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-main);
    flex: none;
    margin-right: 20px;
}
.lh2-item-name{
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 10px;
}
.lh2-item a{
	color: #333;
}
.lh2-item a:hover{
	color: #2f8d38;
}
/*End lh2*/

.lh3-top{
	font-size: 18px;
}
.lh3-top h4{
	color: var(--color-main);
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 8px;
}
.lh3-top h3{
	font-size: 36px;
    margin: 0 0 8px;
    font-weight: 800;
}
.lh3-bottom{
	padding-top: 40px;
}
.form-contact{
	padding: 40px;
    -webkit-box-shadow: 0 0 20px rgb(158 158 158 / 16%);
    box-shadow: 0 0 20px rgb(158 158 158 / 16%);
    background: #fff;
    font-size: 16px;
}
.form-contact label{
	color: #222;
	display: block;
}
.form-label input{
	height: 40px;
	border: none;
	font-weight: bold;
	box-shadow: none;
	background: #f5f5f5;	
}
.form-label{
	margin-bottom: 15px;
}
.form-label textarea{
	height: 120px;
	background: #f5f5f5;
	border: none;
	font-weight: bold;
	box-shadow: none;
}
.form-contact input[type="submit"]{
	background: linear-gradient(90deg, var(--color-main), #004aff);
	font-size: 16px;
	color: #fff;
	border-radius: 50px;
    padding: 5px 38px;
    font-size: 16px;
    border: none;
    height: 50px;
    font-weight: bold;
}
.form-contact input[type="submit"]:hover{
	background: var(--color-red);
}

@media(max-width: 991px){
	.lh2-item{
		margin-bottom: 20px;
	}
}