.__rely-logo {
  margin-bottom: 68px;
}

.__rely__global {
  position: relative;
  padding: 28px 24px;
  border-radius: var(--radius-lg);
  background-color: rgb(240, 249, 255);
  justify-content: space-between;
  align-items: center;
  gap: 48px;
  z-index: 0;
  overflow: hidden;
}


.__rely__global::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(94.06deg, #0da8ff 0%, #005096 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.__rely__title {
  min-width: 343px;
  line-height: 130%;
   
  font-weight: 600;
}

.__rely_img {
}

.__rely_img img {
  flex: 0 0 auto;
  height: 54.92px;
  width: 149px;
  object-fit: contain;
}
@media (max-width: 769px) {
  .__rely-logo {
    margin-bottom: 48px;
  }
  .__rely__global {
    flex-direction: column;
    gap: 24px;
  }
  .__rely__title {
    min-width: 100%;
    font-size: var(--text-xsm) !important;
    line-height: 130%;
     
  }
  .__rely_img img {
    height: 48px;
    width: 131px;
  }
}
