.h02-middle{display:grid;grid-template-columns:47.5% 47.5%;grid-gap:0 5%;width:100%;align-items:start}
.header-content{display:none;}

.block-choose-for-auto-content{border-bottom:solid 2px var(--ps-color-primary);padding-bottom:6px;}
.block-choose-tyres{display:grid;grid-template-columns:auto auto auto auto auto;grid-gap:20px;align-items:center;border-bottom:solid 2px var(--ps-color-secondary);padding-bottom:10px;}

@media screen and (max-device-width: 900px){
.block-choose-tyres{display:grid;grid-template-columns:auto auto auto;grid-gap:20px;align-items:center;}
}
@media screen and (max-device-width: 800px){
.h02-middle{display:none;}
}
@media screen and (max-device-width: 600px){
.block-choose-tyres{display:grid;grid-template-columns:auto auto;grid-gap:20px;align-items:center;}
}
@media screen and (max-device-width: 450px){
.block-choose-tyres{display:grid;grid-template-columns:auto;grid-gap:20px;align-items:center;}
}