.answer {
    display: none;
}
.faq .questions {
    border-bottom: 1px solid var(--grey-g-200, #eaeaea);
}
.faq .questions h3 {
    margin-right: 40px;
}
.faq .question-container {
    position: relative;
}
.faq .question-container span {
    position: absolute;
    top: 0;
    right: 0;
}
.select2-container--default .select2-selection--single {
    border: 0;
}
.selecteaza-locatie p {
    margin: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    margin-top: 14px;
    padding-bottom: 4px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -.01em;
}
.select2-container--open .select2-dropdown {
    margin-top: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    background: url(https://poliana.ro/wp-content/themes/poliana/assets/images/poliana-branding/chevron_down.svg) no-repeat right 0 center;
    width: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

@media ( max-width: 1000px ) {
    .faq {
        padding-left: 24px;
        padding-right: 24px;
    }
    .select2-container--open .select2-dropdown {
        margin-top: 25px;
    }
}