.buy-event{background-color:#fff;border-top:1px solid #eef6fc;border-bottom:1px solid #eef6fc;width:100%;padding:4.5rem 0}.buy-event__container{justify-content:space-between;align-items:center;gap:4rem;display:flex}@media (max-width:1024px){.buy-event__container{text-align:center;flex-direction:column;gap:3rem}}.buy-event__info{flex-direction:column;min-width:30rem;display:flex}.buy-event__info p{text-transform:uppercase;margin:0;font-size:2.2rem;font-weight:700;line-height:1.25}.buy-event__info p:nth-child(2n){color:var(--color-orange)}.buy-event__info p:nth-child(odd){color:var(--color-dark-blue)}.buy-event__price{color:var(--color-dark-blue);white-space:nowrap;font-size:3.2rem;font-weight:700}.buy-event__button{background-color:var(--color-sky-blue);color:#fff;cursor:pointer;text-transform:uppercase;white-space:nowrap;border:none;border-radius:5rem;justify-content:center;align-items:center;gap:1.2rem;padding:1.6rem 3rem;font-size:1.8rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex}.buy-event__button:hover{background-color:var(--color-orange);color:#fff}.buy-event__disclaimer{color:var(--color-dark-blue);max-width:32rem;margin-bottom:0;font-size:1.6rem;font-weight:700;line-height:1.2}@media (max-width:1024px){.buy-event__disclaimer{max-width:100%}}
