.text_home{
padding: 115px 15px 86px 15px;
box-sizing: border-box;
background: url('../images/szukasz_mebli.png') 50% 50% no-repeat;
background-size: cover;
text-align: center;
color: var(--gfont-color);
font-size: 50px;
font-weight: 800;
}
.text_home .buton2,.text_home .buton1{
margin-top: 60px;
}

@media screen and (max-width:1200px) {
.text_home{font-size: 30px;padding: 50px 15px 50px 15px;}
}