header {
    background-color: var(--main-pink);
}


.step-grid {
    display: grid;
    grid-template-columns: auto auto auto;
    margin-top:50px;

  }
  .step {
    padding: 20px;
    font-size: 30px;

    /* background-color: var(--main-dark); */
    border-radius:20px;
    min-width:200px;
  }

.step-container {
    display: grid;
    grid-template-columns: auto auto;
}
  
.step-grid2 {
    display: grid;
    grid-template-columns: auto auto;

}


.step-grid2 h5 {
      color:var(--not-white);
  }


.step-grid2 h5:after {
  content: ""; 
    display: block; 
    margin: 0;
    margin-bottom:15px; 
    width: 15%; 
    padding-top: 15px; 
    border-bottom: 6px solid; 
}

  
  .step2 {
    padding: 20px;
    /* background-color: var(--main-dark); */
    border-radius:20px;
    width:500px;

  }
  


  .step2 h1 {
      color:var(--not-white);
      font-size:90px;
      text-align:left;
      margin-bottom:10px;
  }

  .step2 h5 {
      color:var(--not-white);
  }


  .step2 h5:after {
  content: ""; 
    display: block; 
    margin: 0;
    margin-bottom:15px; 
    width: 10%; 
    padding-top: 15px; 
    border-bottom: 6px solid; 
}

  .step2 h6 {
      color:var(--not-white);
  }


  .step2 h6:after {
  content: ""; 
    display: block; 
    margin: 0;
    margin-bottom:15px; 
    width: 10%; 
    padding-top: 15px; 
    border-bottom: 6px solid; 
}


.step-grid3 {
    display: grid;
    grid-template-columns: auto auto auto;

  }

.step3 {
    padding: 20px;
    /* background-color: var(--main-dark); */
    border-radius:20px;
    min-width:200px;
  }


.step3 h1 {
      color:var(-main-dark);
      font-size:90px;
      text-align:left;
      margin-bottom:10px;
  }

.step3 h5 {
      color:var(--main-dark);
  }


.step3 h5:after {
  content: ""; 
    display: block; 
    margin: 0;
    margin-bottom:15px; 
    width: 10%; 
    padding-top: 15px; 
    border-bottom: 6px solid; 
}

.step-grid4 {
    display: grid;
    grid-template-columns: auto auto auto auto;

  }

.step4 {
    padding: 20px;
    font-size: 30px;

    /* background-color: var(--main-dark); */
    border-radius:20px;
    min-width:200px;
  }


.step4 h1 {
      color:var(-main-dark);
      font-size:90px;
      text-align:left;
      margin-bottom:10px;
  }

.step4 h5 {
      color:var(--main-dark);
  }


.step4 h5:after {
  content: ""; 
    display: block; 
    margin: 0;
    margin-bottom:15px; 
    width: 10%; 
    padding-top: 15px; 
    border-bottom: 6px solid; 
}

.step-grid5 {
    display: grid;
    grid-template-columns: auto auto auto auto auto;

  }
  
  
.step5 {
    padding: 20px;
    font-size: 30px;

    /* background-color: var(--main-dark); */
    border-radius:20px;
    border-color:var(--main-pink);
    min-width:200px;
  }


.step5 h1 {
      color:var(-main-dark);
      font-size:90px;
      text-align:left;
      margin-bottom:10px;
  }

.step5 h5 {
      color:var(--main-dark);
  }


.step5 h5:after {
  content: ""; 
    display: block; 
    margin: 0;
    margin-bottom:15px; 
    width: 10%; 
    padding-top: 15px; 
    border-bottom: 6px solid; 
}


@media only screen and (max-width: 1275px) {
    .step-grid {
        grid-template-columns: auto auto;
    }
        .step-grid2 {
        grid-template-columns: auto auto;
    }
        .step-grid3 {
        grid-template-columns: auto auto;
    }
        .step-grid4 {
        grid-template-columns: auto auto;
    }
        .step-grid5 {
        grid-template-columns: auto;
    }

}

@media only screen and (max-width: 850px) {
        .step-grid {
        grid-template-columns: auto;
    }
        .step-grid2 {
        grid-template-columns: auto;
    }
            .step-grid3 {
        grid-template-columns: auto;
    }
            .step-grid4 {
        grid-template-columns: auto;
    }
        .step-grid5 {
        grid-template-columns: auto;
    }

}

@media only screen and (max-width: 500px) {
    .step h1 {
        font-size:65px;
    }

}


.team-container2 {
    display: grid;
    grid-template-columns: auto auto;

}

.team-container3 {
    display: grid;
    grid-template-columns: auto auto auto;

}
  .team-member2 {
    display: block;
    padding: 20px;
    font-size: 30px;
    align-content: center;
    border-radius:20px;
    margin-left: auto;
    margin-right: auto;
    min-width:200px;


  }

  .team-member2 img {
      max-width:225px;
      transition: .3s ease-in-out;
  }

  .team-member2 img:hover {
    transform: scale(1.05)
  }


@media only screen and (max-width: 1275px) {
    .team-container2 {
    grid-template-columns: auto;

}
}

@media only screen and (max-width: 850px) {
    .team-container2 {
    grid-template-columns: auto;

}
}

@media only screen and (max-width: 500px) {
    .team-container2 {
    grid-template-columns: auto;
}
}





.spectrum {
    display: block;
    margin: auto;
    max-width:100%;
}


@media only screen and (max-width: 1275px) {
    .spectrum {
        max-width:50%;
    }
}

@media only screen and (max-width: 850px) {
    .spectrum {
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    .spectrum {
        display: none;
    }
}
















        .accordion {
            background-color:#f2f2f2;
            color: var(--main-dark);
            cursor: pointer;
            padding: 18px;
            width: 100%;
            text-align: left;
            transition: 0.4s;
            border:none;
            outline:none;
            font-family:montserrat;
            font-size:20px;
            font-weight:600;
          }
          
          /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
          .active, .accordion:hover {
            background-color: var(--main-pink);
            
          }
          
          /* Style the accordion panel. Note: hidden by default */
        
          .panel {
            font-family:montserrat;
            padding: 0 18px;
            background-color: white;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.2s ease-out;
          }
        
        
          .panel p {
              font-size:16px;
              font-weight:400;
              margin-top:10px;
          }
        
          .accordion:after {
            content: '\02795'; /* Unicode character for "plus" sign (+) */
            font-size: 13px;
            color: #777;
            float: right;
            margin-left: 5px;
          }
          
          .active:after {
            content: "\2796"; /* Unicode character for "minus" sign (-) */
          }
        
        .accordian-wrapper {
            background-color: #f3f3f3;
            padding:10px;
        }

