.select-box .box{height:auto;border-radius:16px;display:flex;align-items:center;margin:auto;padding:16px 24px;gap:16px}.select-box .box .text-box{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:548px;width:100%}.select-box .box .text-box h3{font-size:18px;font-weight:bold;margin:0}.select-box .box .text-box p{margin:0;font-size:16px}.select-box .box .btn-box{display:flex;align-items:center;justify-content:center;gap:16px}.select-box .box .btn-box .link-center{border-radius:24px;color:#000;border:1px solid #ffbc3d;background-color:#fff;width:fit-content;padding:10px 40px;height:40px;display:flex;font-weight:bold;align-items:center;justify-content:center;white-space:nowrap}.select-box .box .btn-box .link-center.active{background-color:#ffbc3d}.select-box .box.Column{border:1px solid #e8eaec;background-color:#f6f6f8;justify-content:center;flex-direction:column;max-width:700px}.select-box .box.Column .text-box p{text-align:center}.select-box .box.Row{justify-content:space-between;max-width:932px;border:1px solid #e8eaec;background-color:#f6f6f8}.select-box .box.Row .text-box{align-items:flex-start}.select-box .box.No-background{justify-content:center;flex-direction:column;max-width:700px}.select-box .box.No-background .text-box p{text-align:center}@media(min-width: 375px)and (max-width: 768px){.select-box .box .btn-box{flex-direction:column}.select-box .box .btn-box .link-center{width:100%;white-space:wrap}.select-box .Row{flex-direction:column}}