#faq-section {
  max-width:100%;
  height: auto;
  padding:4px;
/*  border:1px solid blue;*/
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #1D6BE0;
   background:linear-gradient(45deg, #00235B, #005792, #085F63);
}

#faq-section > h1 {
 font-size: 2.5rem;
    color:white;
   font-family: "Montserrat", sans-serif;
   font-weight: 600;
   font-style: normal;
   margin-top: 4px;
   margin-bottom: 4px;
}

#location {
   text-decoration: none;
}

#faq-section-container {
   max-width:100%;
  height: 400px;
/*  border:1px solid blue;*/
  background-color: lightblue;
  margin:8px;
}

/*.faq-item {
    font-family: "Poppins", sans-serif;
   font-weight: 300;
   font-style: normal;
   font-size: 1.5rem;
}*/

.faq-item > .faq-question {
    font-family: "Poppins", sans-serif;
   font-weight: 500;
   font-style: normal;
   font-size: 1.5rem;
   color:#4793AF;
/*    color:#FE4F2D;*/
}

.faq-item > .faq-answer {
   font-family: "Poppins", sans-serif;
   font-weight: 400;
   font-style: normal;
   font-size: 1.3rem;
   color:#3B6790;
  color:#2C4E80;
}

.faq-container {
            max-width: 600px;
            margin: auto;
        }
        .faq-item {
            border-bottom: 1px solid #ccc;
            padding: 10px 0;
        }
        .faq-question {
            font-weight: bold;
            cursor: pointer;
            color: #007BFF;
        }
        .faq-answer {
            display: none;
            margin-top: 5px;
        }


#card{
    max-width: 800px;
    margin: auto;
    background-color: white;
    padding: 1.5rem;
    border-radius: 10px;
    margin-bottom: 1rem;
}

#card-content {
    width:100%;
    height: auto;
/*    border:1px solid black;*/
}


.card-item{
    width:100%;
    height: auto;
/*    border:1px solid blue;*/
    padding: 1rem 0;
}

.card-item:not(:last-child){
    border-bottom: solid 2px hsl(275, 100%, 97%);
}

.card-item-btn{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 1.8rem;
    font-weight: 700;
    color: hsl(292, 42%, 14%);
    width: 100%;
    border: none;
    background-color: transparent;
    cursor: pointer;
    text-align: left;
}

.icons > img{
    min-width: 30px;
}

.minus-icon{
    display: none;
}

.card-item-description{
    font-size: 1.4rem;
    color: hsl(292, 16%, 49%);
    max-height: 0;
    overflow: hidden;
    transition: max-height 200ms ease;
    margin-top: 12px;
}



      @media (max-width: 425px) {

        .card-item-btn{
              font-size: 1.4rem;
         }

        .card-item-description{
            font-size: 1rem;
        }

        #faq-section {
          max-width:100%;
          height: auto;
          padding:2px;
        }

         #faq-section > h1 {
          font-size: 1.5rem;
        }

                  .faq-container {
                      width: 90%;
                      padding: 15px;
                  }
                 .faq-item > .faq-question  {
                      font-size: 1.2rem;
                  }
                  .faq-item > .faq-answer {
                      font-size: 1rem;
                  }
              }

