.product-overview3 {margin-bottom:30px;}
.product-overview3 h3 {color: #FFF;font-family: 'Graphie Bold',sans-serif;font-size: 18px;line-height: 150%;min-height:60px;}
.product-overview3 .icon {position:relative;}
.product-overview3 .icon::after {content:'';width:2px;height:65px;background:#36404c;display: block;margin: -4px 0 0 44px;}
.product-overview3 p {color: #FFF;font-family: 'Graphie Light',sans-serif;font-size: 18px;line-height: 150%;}
.product-overview3 p strong {font-family: 'Graphie Light',sans-serif;font-size:35px;position:relative;margin-right:60px;line-height:150%}
.product-overview3 p strong.labs::after {content: 'LABS'; display: inline-block;  vertical-align: top; color: #FFF;font-family: 'Graphie Bold',sans-serif;font-size: 14px;letter-spacing: 3.6px;position: absolute;top: -12px;margin-left: 10px;}
.product-overview3 .line {margin-left:-21px;margin-top:-21px;}
.product-overview3 .line svg {width: 100%;}
.product-overview3 .icon-title-area {display:flex;align-items: top;}
.product-overview3 .icon-title-area h3 {padding-left:15px;}

@media all and (min-width: 1px) and (max-width: 768px) {
    .product-overview3 h3 {font-size:14px;text-align: center;max-width: 100px;position:absolute;top:80px;width:100%;}
    .product-overview3 p {max-width: 330px;margin:0 auto 30px auto;font-size:16px;text-align: center;}
    .product-overview3 .grid {position:relative;}
    
}

@media all and (min-width: 769px) and (max-width: 999px) {
    .product-overview3 .grid {zoom:75%;}
}