/* Add custom CSS styles below */ 
.flex.justify-between.flex-wrap.sm\:justify-center.sm\:gap-8.p-\[5px\]{
    display:grid !important;
    grid-template-columns:repeat(3,1fr) !important;
    gap:10px;
}

.flex.justify-between.flex-wrap.sm\:justify-center.sm\:gap-8.p-\[5px\] a{
    width:100% !important;
    min-width:100% !important;
    margin:0 !important;
}