.tech-specs__wrapper{margin-top:6rem}.tech-specs__wrapper .title{font-size:3rem;line-height:3.5rem;margin-bottom:2.6rem;margin-top:0}.tech-specs__category{border-bottom:1px solid var(--grey-175);margin-bottom:4rem;padding-bottom:4rem}.tech-specs__category:last-child{border:none;margin-bottom:6rem;padding-bottom:0}.tech-specs__category>h3{font-size:1.7rem;line-height:2.312rem;margin-bottom:2rem;margin-top:4rem}.tech-specs__grid{display:grid;gap:4rem;grid-template-columns:repeat(1,minmax(0,1fr))}@media screen and (min-width:990px){.tech-specs__grid{grid-template-columns:repeat(12,minmax(0,1fr))}}.tech-specs__grid .column.column__content{display:grid;gap:4rem;grid-template-columns:repeat(2,minmax(0,1fr))}@media screen and (min-width:990px){.tech-specs__grid.image .column.column__content{grid-column:1/9;grid-template-columns:repeat(3,minmax(0,1fr));order:1}.tech-specs__grid .column.column__content{grid-column:1/13;grid-template-columns:repeat(4,minmax(0,1fr))}}.tech-specs__grid .column.column__content>ul{margin:0;padding:0}.tech-specs__grid .column.column__content>ul li{font-size:1.5rem;line-height:2.13rem;list-style-type:none;margin:0;opacity:.6}.tech-specs__grid .column.column__content>ul li:first-child{opacity:1}.tech-specs__grid>ul li,.tech-specs__title{letter-spacing:-.01em}.tech-specs__grid .column.column__image{display:flex;justify-content:center}@media screen and (min-width:990px){.tech-specs__grid .column.column__image{grid-column:10/13;order:2}}.tech-specs__grid .column.column__image img{height:auto;object-fit:contain;width:100%}