.utr-wrapper {
  padding:3rem 6rem !important;
}
.ns-unified h2 {
 font-size: 3.125rem; 
  color: #000; 
}
.utr-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0rem;
  align-items: center;
  justify-content: center;
   position: relative;
}

/* .utr-sources {
  flex: 1 1 300px;
}

.utr-result {
  flex: 1 1 300px;
} */
.utr-card {
  position:relative;
}
.utr-card:after {
  content:"";
   background-color:rgba(0,0,0,0.1);
  position:absolute;
  height:1px;
  width:85%;
}  
.utr-card.utr-last:after {
  display:none;
}  
.utr-card h6 {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.utr-card.dark {
  background: #010827;
  color: #fff;
  padding: 3.5rem; 
}

/* Positioning context for result */
.utr-result {
  position: relative;
  flex: 1 1 300px;
} 

.utr-wrapper h5 {
 font-size: 1.75rem;  
}
.utr-result  p {
  font-size: 1.25rem;  
} 
.utr-wrapper h6 {
 font-size: 1.125rem; 
}

/* Responsive */
@media (max-width: 768px) {
  .utr-wrapper {
    flex-direction: column;
            text-align: center !important;
  }
  .utr-result, .utr-card {
    text-align: center;
  }
  .utr-wrapper::before,
  .utr-sources .utr-card::after,
  .utr-result::before, .utr-connectors {
    display: none;
  }  
  .utr-card {
   position: relative; 
    padding: 2rem !important;
  }
  .utr-card:not(:last-child)::before {
        background-color: #000; 
        color: #000;
        content: "";
        height: 27px;
        position: absolute;
        width: 2px;
        z-index: 1;
        bottom: 0;
  }
  .utr-rs-card::before {
  content: ""; 
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -54px;
  width: 2px;
  height: 27px;
  background-color: #000;
} 

.utr-card:last-child::after {
             border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 8px solid #000;
        content: "";
        height: 0;
        position: absolute;
        top: -83px;
        width: 0;
        left: 48.5%;
        transform: translateX(0px);
} 
  .utr-result {
    padding-top: 2rem;
  }
  .utr-last:before {
   display: none !important;  
  }
  .utr-card.dark {
        padding: 2.5rem !important;
  }
  .utr-wrapper h5 {
    font-size: 1.5rem;
} 
  .utr-wrapper {
    padding: 3rem !important;
}
  } 
  .utr-wrapper.shadow {
    box-shadow:none !important;
}
}
@media only screen and (min-width: 1920px) {
  .utr-wrapper {
  padding:4rem 7rem !important;
}
}
