.awd-location-faq-section {
    margin: 40px 0;
    padding: 0 40px;
}

.awd-location-faq-section .awd-container {
    max-width: 68rem;
    margin-left: auto;
    margin-right: auto;
}

.awd-location-faq-section .awd-container span.kicker {
    display: block;
    margin-bottom: 0.55rem;
    font-family: "Montserrat", sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-align: center;
    color: #8c7838;
}

.awd-location-faq-section .awd-container h2.awd-location-faq-title {
    margin: 0 0 40px;
    font-family: "Trajan Pro 3", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: 0.02em;
    text-align: center;
    color: #2b2a26;
}

.awd-location-faq-section .awd-location-faq .awd-faq-item:first-of-type {
    border-top: 1px solid #2b2a2624;
}

.awd-location-faq-section .awd-location-faq .awd-faq-item {
    border: none;
    border-bottom: 1px solid #2b2a2624;
}

.awd-location-faq-section .awd-location-faq .awd-faq-item .awd-faq-question {
    color: #2b2a26;
    font-family: "Montserrat", sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    width: 100%;
    position: relative;
    cursor: pointer;
    padding: 22px 50px 22px 0;
    background: transparent;
    border: 0;
    text-align: left;
    white-space: normal;
}

.awd-location-faq-section .awd-location-faq .awd-faq-item .awd-faq-answer {
    border-top: 0;
    padding-left: 0;
    padding-top: 0;
}

.awd-location-faq-section .awd-location-faq .awd-faq-item .awd-faq-answer p {
    padding: 0 0 1.6rem;
    margin: 0;
    font-family: "Proxima Nova Normal", sans-serif;
    font-size: 1.125rem;
    line-height: 1.65;
    color: #56544c;
}

.awd-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
}

.awd-faq-question::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    transition: .3s;
    color: #8c7838;
    font-family: "EB Garamond", serif;
}

.awd-faq-item.active .awd-faq-question::after {
    content: "×";
}

@media (max-width: 767px) {

    .awd-location-faq-section {
        margin: 32px 0;
        padding: 0 20px;
    }

    .awd-location-faq-section .awd-container {
        max-width: 100%;
    }

    .awd-location-faq-section .awd-container h2.awd-location-faq-title {
        font-size: 1.8rem;
        line-height: 1.2;
        margin-bottom: 28px;
    }

    .awd-location-faq-section .awd-location-faq .awd-faq-item .awd-faq-question {
        font-size: 1rem;
        padding: 20px 42px 20px 0;
    }

    .awd-location-faq-section .awd-location-faq .awd-faq-item .awd-faq-answer p {
        font-size: 1rem;
    }
}