/* Add here all your css styles (customizations) */
@media (min-width: 768px) {
  .u-info-v9-1 {
    position: relative;
  }
  .u-info-v9-1::before {
    position: absolute;
    top: 111px;
    left: 17%;
    width: 66%;
    border-top: none !important;
    content: " ";
  }
}
