.w-12 {
   
    width: 8rem;
}


.s-button-wide {
    width: 100%;
    background-color: white; 
}

.s-button-btn{
    color: black;
}

.s-button-btn {

 display: flex;
  align-items: center;
  justify-content: center;
  /* الزوايا حادة */
  border-radius: 0;


}



.text-3xl {
    font-size: 25px;
    line-height: 2.25rem;
}

.gap-x-6 {
    -moz-column-gap: 1.5rem;
    column-gap: 0.2rem;
}

.max-w-7xl {
    max-width: 100rem;
}

.gap-y-6 {
    row-gap: 0.2rem;
}

.border-2 {
    border-width: 0px;
}

.s-block {
    margin-top: 0.5rem;
}