@charset "UTF-8";

.line_cnt_wrap {
    padding-top: 0!important;
}

.line_cnt_wrap .content_wrapper {
    text-align: center;
}

.line_cnt_wrap .image {
    margin-top: 20px;
    margin-bottom: 0!important;
}

.line_cnt_wrap a {
    transition: all 0.3s;
}

.line_cnt_wrap .image img {
    width: 80px;
    height: 80px;
}

.heading.block_header_1 {
    margin-bottom: 210px;
}

.line_cnt_wrap {
    position: absolute;
    left: 50%;
    top: 220px;
    transform: translate(-50%, 0);
    z-index: 2;
	width: 100%;
}

.widget_form {
    padding-top: 70px;
}

@media screen and (min-width: 901px){
	.line_cnt_wrap a:hover {
		opacity: 0.7;
	}
}

@media screen and (max-width: 800px){
	.line_cnt_wrap {
		top: 170px;
	}
	
	.heading.block_header_1 {
		margin-bottom: 180px;
	}
}