.uvc-heading.type2 {
  position: relative;
  padding-top: 50px;
}
.uvc-heading.type2 .uvc-sub-heading p {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold !important;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .reverse .wpb_column {
    float: right;
  }

  .custom-nav {
    display: flex;
    flex-wrap: wrap;
  }
  .custom-nav li {
    width: 50%;
  }
}