.frequent-questions {
    max-width: 1440px;
    margin: auto;
    margin: 0 15em;
}

.question-drawer__header, .question {
    border-bottom:  1px solid #B4B4B4;
    cursor: pointer;
}

.question-drawer__header {
    -webkit-letter-spacing: -0.91px;
    -moz-letter-spacing: -0.91px;
    -ms-letter-spacing: -0.91px;
    letter-spacing: -0.91px;
    font-size: 35px;
    line-height: 42px;
}

.question:first-child {
    border-top:  1px solid #B4B4B4;
}

.question__header-wrapper {
    width: 100%;
    padding: .5rem;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.question__header {
    font-size: 24px;
    font-weight: 500;
    -webkit-letter-spacing: -0.22px;
    -moz-letter-spacing: -0.22px;
    -ms-letter-spacing: -0.22px;
    letter-spacing: -0.22px;
    line-height: 30px;
    margin-right: 20px;
}

.question__cheveron-toggler {
    fill: #322B2B;
    transform: rotate(0deg);
    transition: transform 0.4s ease-in-out;
}

.question__cheveron-toggler.cheveron-opened {
    fill: #322B2B;
    transform: rotate(180deg);
    transition: transform 0.4s ease-in-out;
    border-radius: 50%;
}

.question__answer-wrapper {
    width: 100%;
    margin: 0 auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease-in-out;
    background-color: white;
}

.question__answer-text {
    padding-bottom: 1rem;
}

.question__answer-text > h3,
.question__answer-text > h4 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.18px;
    line-height: 24px;
}

.question__answer-text > p {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.18px;
    line-height: 24px;
    margin: 30px 40px 30px 0px;
}


.download__button {
    margin-top: 30px;
    width: auto;
    max-width: 410px;
    text-transform: uppercase;
    padding: 0px;
}

.padding-10 {
    padding: 10px;
}

.download-icon {
  margin-right: 10px;
}

.download__button span {
    font-size: 17px;
}

.secondary-button {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 0px;
    transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    min-width: 10.375rem;
    height: 2.25rem;
    vertical-align: middle;
    font-weight: 700;
}

.white {
  color: rgb(255, 255, 255);
}

@media (min-width:350px) { 
    
}

@media (min-width:450px) { 

}

@media (min-width:1020px) { 
    .question__header-wrapper {
        width: 100%;
        padding: 1rem 0rem;
    } 
    .question__answer-wrapper {
        width: 100%;
    }
    .question__answer-text > h4 {
        letter-spacing: normal;
        margin-bottom: 0.5rem;
    }
}

@media (min-width:1440px) { 
    .question__header-wrapper {
        width: 100%;
    } 
    .question__answer-wrapper {
        width: 100%;
        margin: auto;
    }
}

@media (max-width: 1100px) {
    .frequent-questions {
        margin: 0 10em;
    }    
}

@media (max-width:800px) { 
    .frequent-questions {
        margin: 0 50px;
    }    

   .question__header {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.18px;
    line-height: 24px;
   }

   .question__header-wrapper {
        width: 100%;
        padding: 17px 14px;
    } 

    .question__answer-wrapper {
        margin: 0;
        padding: 0 14px;
    }

    .question__answer-text {
        padding-bottom: 0;
    }

    .question__answer-text > h4 {
        font-size: 20px;
        font-weight: 500;
        letter-spacing: -0.18px;
        line-height: 24px;
        margin: 0px 0px 10px 0px;
    }
    
    .question__answer-text > p {
        font-size: 15px;
        letter-spacing: -0.37px;
        line-height: 20px;
        margin: 0px 0px 50px 0px;
    }

    .question__answer-text p:last-child {
        margin-bottom: 30;
    }
}

@media (max-width:800px) { 
    .frequent-questions {
        margin: 0 14px;
    }    
}