.product-overview2 {position:relative;}
.product-overview2 h3 {color: #FFF;font-family: 'Graphie Bold',sans-serif;font-size: 18px;line-height: 150%;min-height:45px;}
.product-overview2 .icon {position:relative;margin-bottom:30px;}
.product-overview2 .icon::after {content:'';width:2px;height:65px;background:#36404c;display: block;margin: -4px 0 0 44px;}
.product-overview2 p {color: #FFF;font-family: 'Graphie Light',sans-serif;font-size: 18px;line-height: 150%;}
.product-overview2 p strong {font-family: 'Graphie Bold',sans-serif;}
.product-overview2 .line {position: absolute;top: 135px;left: 50%;transform: translateX(-50%);width: 100%;}
.product-overview2 .line svg {width: 100%;}


@media all and (min-width: 1px) and (max-width: 768px) {
    .product-overview2 .line {display: none;}
    .product-overview2 h3 {text-align: center;}
    .product-overview2 .icon {margin:0 auto;display: table;}
    .product-overview2 p {margin-bottom:50px;text-align: center;}
    .product-overview2 .icon {margin-bottom:15px;}
    .product-overview2 .icon::after {display: none;}
}

@media all and (min-width: 769px) and (max-width: 999px) {
    .product-overview2 .grid {zoom:75%;}
}