section {
    overflow-y: hidden;
    overflow-x: clip;
}

.pay_sec {
    background:linear-gradient(235.73deg,#f1fcfb -33.49%,#f0f9fd 49.66%,#faf4fd 101.49%);
}

.halo {
    width: 700px;
    height: 700px;
    background: conic-gradient(from 180deg at 50% 50%,#0092f4 0deg,#d054ce 78.75deg,#ff4800 166.87deg,#dfd902 243.75deg,#15c474 322.5deg,#0092f4 360deg);
    filter: blur(42.5px);
    opacity: .63;
    border-radius: 50%;

}

.halo_card::before {
    position: absolute;
    content: "";
    width: 725px;
    height: 525px;
    left: -10%;
    top: -20%;
    transform: translateX(-50%);
    opacity: .32;
    filter: blur(142px);
    will-change: filter;
    background: linear-gradient(252.93deg,#d054ce 33.59%,#0092f4 59.88%,#20dc86 87.87%);


}

.hola_card_2 p {
    font-size: .875rem;
}
.pay_sec p {
    text-align: center;
    margin-right: 8.6rem;
    margin-left: 8.6rem;
}

.global_s_img {
    max-width: 100%;
    height: auto;
}