.background {
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
}
.menu-burger-line_third {
bottom: 0;
top: auto;
}
.block-2 {
position: relative;
margin-top: -20px;
height: 300px;
border: 2px solid green;
}
.product_specifications{
text-align: center;
border: 1px solid black;
border-radius: 5px;
font: bold calc(100vw/70) 'Roboto Condensed', sans-serif;
padding-left: 3px;
padding-right: 3px;
position: relative;
top: 0;
transform: translate(-1px, -1px);
}