.work{
    margin-top: 77px;
    height: 125px;
}
.work h2{
    top: 0%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%,0%); 
    position: absolute;

}
.work_image{
    height: 794px;
    background-image: url(/view/images/page_in_work.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	vertical-align: middle;
}
#btn_home{
    text-align: center;
	height: 45px;
	color: white;
	background: var(--maincolor);
	width: 245px;
	line-height: 46px;
	text-decoration: none;
	font-size: 14px;
	border-radius: 40px;
	display: inline-block;
	bottom: 46px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    top : 82px;
}
#text_a{
    width: 186px;
    margin-left: 15px;
}
#btn_home span {
    display: inline-block;
    height: 16px;
    width: 14px;
    margin: -32px 0px 0px 70px;
    background-image: url(/view/images/icons/btn_arrow_right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
  /*  transform: translateY(21%);*/
	transition: transform 0.15s;
}
#btn_home:hover span {
    transform: translateX(8px);
}
@media screen and (max-width: 911px){
    .work h2 {
        font-size: 27px;
    }
}
@media screen and (max-width: 767px){
    .work h2 {
        font-size: 22px;
    }
    .work_image {
        height: 600px;
    }    
}
@media screen and (max-width:575px){
    .work_image {
        height: 500px;
    } 
    .work h2 {
        width: 320px;
    }
}