/* icon-after::after  */

.icon-wrapper .icon, .icon-wrapper .more::after, .icon-wrapper .icon-before::before, .icon-wrapper .icon-after::after{position: relative;}

@media only screen and (max-width:734px) {
	.section-content .section-chip .grid-content {
		grid-template-columns: 48% 48%;
	}
}

@media only screen and (max-width:734px){
	.section-audio .small-w {
		max-width: 95.6666666667%;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px){
    .section-techspecs .section-connections-expansion .grid-content .grid-item:nth-of-type(2) li:last-child {
        margin-top: 8px;
    }
}

@media only screen and (max-width:734px) {
	.section-audio .techspecs-list li:first-child{
		max-width: 320px;
	}
}