#tnc-note .bo-temp{background-color:#080808;display:grid; padding-top: 2rem;}
#tnc-note .bo-temp .content{grid-row:2;padding-bottom:0;}
#tnc-note .bo-temp .icons{grid-row:1;}
#tnc-note .bo-temp .icons ul li img {max-width: 100%; max-height: 130px;}
#tnc-note .content {text-align: left;}
#tnc-note .content .body-copy {padding-top: 2rem; font-weight: 400;}
@media(min-width: 769px) {
	#tnc-note .bo-temp .icons ul { grid-template-columns: repeat(2, [col-start] 1fr); max-width: 800px; gap: 3.5rem; align-items: center;}
	#tnc-note .content .body-copy { grid-column: 1 / 12; font-size: 14px; line-height: 1.2; padding: 3rem 1rem 0;}
}
 @media screen and (max-width:767px){} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){}