    .interview-tips_accordian {
    /* background-color: #eee; */
    color:rgb(233, 231, 231);
    cursor: pointer;
    /* padding: 18px; */
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.5rem;
    transition: 0.4s;

    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: .5rem;
    background-color: #333333;
  }
  
  .interview-tips_accordian:hover {
    background-color: #febc11;
  }

  .active{
    background-color: #febc11;
  }
  
  /* + and - */
  .interview-tips_accordian:after {
    content: '\002B';
    color:rgb(233, 231, 231);
    /* font-weight: bold; */
    float: right;
    margin-left: 5px;
    
  }
  
  .active:after {
    content: "\2212";
  }

  
  .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;

    box-sizing: border-box;
    border: 1px solid #333333;
    border-top: none;

  }





@media (max-width: 1367px){

}


@media (max-width: 1025px){

}


@media (max-width: 950px){

}


@media (max-width: 768px){

}



@media (max-width: 700px){

}


@media (max-width: 500px){ 

}


@media (max-width: 400px){
 
}


/* Reccomended */
/* start of desktop styles */
@media screen and (max-width: 991px) {
/* start of large tablet styles */
}
@media screen and (max-width: 767px) {
/* start of medium tablet styles */
}
@media screen and (max-width: 479px) {
/* start of phone styles */
}

/* I have max width 1367, 1025, 950, 768, 500 */

