.main-wrapper{display:flex;align-items:center;justify-content:center;margin-top:5rem}.main-wrapper .buttons-wrapper{width:30%}@media(max-width:768px){.main-wrapper .buttons-wrapper{width:80%}}@media(min-width:768px)and (max-width:1024px){.main-wrapper .buttons-wrapper{width:50%}}.main-wrapper .buttons-wrapper{gap:.5rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.main-wrapper .buttons-wrapper button{padding:.5rem 1rem;grid-column:span 1/span 1;background:#8afec2;color:#000;border:none;border-radius:.5rem;cursor:pointer;font-size:1.1rem;font-weight:600}.main-wrapper .buttons-wrapper button:hover{background:#3af7be}