.logo_uo {
  display: block;
  height: 70px;
  width: auto;
}

.logo_uo img {
  display: block;
  max-width: 100%;
  height: 70px;  
  width: auto;
}

.logo_uo {
    height: 70px;
    display: inline-flex;
    align-items: center;
}


@media (max-width: 576px) {
.logo-image {
    height: 50px !important;
}

.logo_uo img {
    height: 50px;
}
}

@media (max-width: 992px) {
  .logo-image {
    height: 50px !important;
}
  
.logo_uo img {
    height: 50px;
}

  .logo_uo {
    height: 50px;
}
}

@media (max-width: 675px) {
#sp-header {
    height: 50px;
}
}

@media (max-width: 991px) {
#sp-header {
    height: 60px;
}
}

.mod-articles-items > li {
  list-style: none;
  /* padding-top: 50px; */
}

.logo-partner {
    max-height: 80px;
    object-fit: contain;  
}


.top-gradient {
  background: linear-gradient(135deg, #fc98b1, #f783a1); /* soft blue gradient */
  color: #0D004B !important;
}

.bottom-gradient {
  background: linear-gradient(135deg, ##D2D2D2, #C0C0C0); /* soft green gradient */
  color: #0D004B !important;   
}

.border-top-div {
  border: 2px solid #E2066E;
}

.border-bottom-div {
  border: 2px solid #D6458C; /* a related pink shade */
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}




