#howitworks, #accessories, .c-h--step-2, ,{
 padding: 50px 12%;
}
.u-flow--1{
    display: none;
}
h2:not(.tab-title) {

 margin-top: 100px;
}  

/* Base table styling */
#howitworks table {
  width: 100%;
  border-collapse: collapse;
   table-layout: fixed !important;
}

/* Alternating row colors */
#howitworks table tr:nth-child(odd) {
  background-color: #ffffff; /* white */
}

#howitworks table tr:nth-child(even) {
  background-color: #f0f0f0; /* light gray */
}

/* Cell padding and border */
#howitworks table th,
#howitworks table td {
  padding: 12px;
  border: 1px solid #ddd;
  text-align: left;
}

/* Column widths */
#howitworks table td:nth-child(1),
#howitworks table th:nth-child(1) {
  width: 25% !important;
}
#howitworks table td:nth-child(2),
#howitworks table th:nth-child(2) {
  width: 25% !important;
}
#howitworks table td:nth-child(3),
#howitworks table th:nth-child(3) {
  width: 25% !important;
}
#howitworks table td:nth-child(4),
#howitworks table th:nth-child(4) {
  width: 25% !important;
}

.tab-title:nth-child(2) {
 margin-top: 50px;
}
#specs {
    padding-top: 0px !important;
}


/*Accessories grid*/
.u-flow--m {
   display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 equal columns */
  gap: 30px; 
 width: 80;

}



.c-card__wrapper {
    border: 1px solid #3f444c;
    padding: 20px;
    box-sizing: border-box;

}

.c-card__wrapper{
  height: 100% !important; 
}

.c-button--outline-green  {display: none;}