
@media screen and (max-width: 767px) {
  .accordion {
    background-color: #595959;
    color: #FFFFFF;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    border: none;
    outline: none;font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 19px;
    gap: 10px;
    min-height: 84px;
    border-radius: 10px;
    margin-bottom: 1rem;
  }

  .accordion .accordion-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 2rem;
  }

  .accordion .accordion-content img {
    width: 20%;
  }

  .accordion .accordion-arrow {
    transition: 0.5s;
  }

  .accordion .accordion-arrow svg {
    width: 15px;
    height: 15px;
  }

  .accordion p {
    height: 0px;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 150% !important;
    color: #FFFFFF;
    display: none;
    transition: 0.5s;
    margin-top: 10px;
    animation: show 0.5s;
    -moz-transition: height 1s ease;
    -webkit-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease; 
    text-overflow: ellipsis;
    overflow: hidden;
  }
  
  .active {
    align-items: flex-start !important;
  }
}

@media screen and (min-width: 768px) {
  .accordion {
      background-color: #595959;
      color: #FFFFFF;
      cursor: pointer;
      padding: 15px;
      width: 100%;
      border: none;
      outline: none;font-family: 'Poppins';
      font-style: normal;
      font-weight: 600;
      font-size: 20px;
      line-height: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 17px 19px;
      gap: 10px;
      min-height: 84px;
      border-radius: 10px;
      margin-bottom: 1rem;
      z-index: 999;
    }

    .accordion .accordion-content {
      display: flex;
      justify-content: space-around;
      align-items: center;
      gap: 2rem;
    }

    .accordion .accordion-arrow {
      transition: 0.5s;
    }

    .accordion p {
      z-index: 0;
      height: 0px;
      font-weight: 400 !important;
      font-size: 16px !important;
      line-height: 150% !important;
      color: #FFFFFF;
      display: none;
      transition: 0.5s;
      margin-top: 10px;
      animation: show 0.5s;
      -moz-transition: height 1s ease;
      -webkit-transition: height 1s ease;
      -o-transition: height 1s ease;
      transition: height 1s ease;
      text-overflow: ellipsis;
      overflow: hidden;
    }
    
    .active {
      align-items: flex-start !important;
    }
}

@media screen and (min-width: 1024px) {
  .accordion {
      background-color: #595959;
      color: #FFFFFF;
      cursor: pointer;
      padding: 15px;
      width: 100%;
      border: none;
      outline: none;font-family: 'Poppins';
      font-style: normal;
      font-weight: 600;
      font-size: 1rem;
      line-height: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 17px 19px;
      gap: 10px;
      min-height: 84px;
      border-radius: 10px;
      margin-bottom: 1rem;
      z-index: 999;
    }

    .accordion .accordion-content {
      display: flex;
      justify-content: space-around;
      align-items: center;
      gap: 2rem;
    }

    .accordion .accordion-arrow {
      transition: 0.5s;
    }

    .accordion p {
      z-index: 0;
      height: 0px;
      font-weight: 400 !important;
      font-size: 0.8rem !important;
      line-height: 150% !important;
      color: #FFFFFF;
      display: none;
      transition: 0.5s;
      margin-top: 10px;
      animation: show 0.5s;
      -moz-transition: height 1s ease;
      -webkit-transition: height 1s ease;
      -o-transition: height 1s ease;
      transition: height 1s ease;
      text-overflow: ellipsis;
      overflow: hidden;
    }
    
    .active {
      align-items: flex-start !important;
    }
}

@media screen and (min-width: 1280px) {
  .accordion {
      background-color: #595959;
      color: #FFFFFF;
      cursor: pointer;
      padding: 15px;
      width: 100%;
      border: none;
      outline: none;font-family: 'Poppins';
      font-style: normal;
      font-weight: 600;
      font-size: 1rem;
      line-height: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 17px 19px;
      gap: 10px;
      min-height: 84px;
      border-radius: 10px;
      margin-bottom: 1rem;
      z-index: 999;
    }

    .accordion .accordion-content {
      display: flex;
      justify-content: space-around;
      align-items: center;
      gap: 1.2rem;
    }

    .accordion .accordion-arrow {
      transition: 0.5s;
    }

    .accordion p {
      z-index: 0;
      height: 0px;
      font-weight: 400 !important;
      font-size: 0.8rem !important;
      line-height: 150% !important;
      color: #FFFFFF;
      display: none;
      transition: 0.5s;
      margin-top: 10px;
      animation: show 0.5s;
      -moz-transition: height 1s ease;
      -webkit-transition: height 1s ease;
      -o-transition: height 1s ease;
      transition: height 1s ease;
      text-overflow: ellipsis;
      overflow: hidden;
    }
    
    .active {
      align-items: flex-start !important;
    }
}

@media screen and (min-width: 1536px) {
  .accordion {
      background-color: #595959;
      color: #FFFFFF;
      cursor: pointer;
      padding: 15px;
      width: 100%;
      border: none;
      outline: none;font-family: 'Poppins';
      font-style: normal;
      font-weight: 600;
      font-size: 20px;
      line-height: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 17px 19px;
      gap: 10px;
      min-height: 84px;
      border-radius: 10px;
      margin-bottom: 1rem;
      z-index: 999;
    }

    .accordion .accordion-content {
      display: flex;
      justify-content: space-around;
      align-items: center;
      gap: 2rem;
    }

    .accordion .accordion-arrow {
      transition: 0.5s;
    }

    .accordion p {
      z-index: 0;
      height: 0px;
      font-weight: 400 !important;
      font-size: 16px !important;
      line-height: 150% !important;
      color: #FFFFFF;
      display: none;
      transition: 0.5s;
      margin-top: 10px;
      animation: show 0.5s;
      -moz-transition: height 1s ease;
      -webkit-transition: height 1s ease;
      -o-transition: height 1s ease;
      transition: height 1s ease;
      text-overflow: ellipsis;
      overflow: hidden;
    }
    
    .active {
      align-items: flex-start !important;
    }
}