.help-page .search-input-container input {
    border: 1px solid #5E5E5E;
    border-radius: 4px;
    padding: 0 1rem 0 0.5rem;
    height: 50px;
}

.help-page .search-input-container input:focus {
    border: 2px solid #5E5E5E;
    outline: none;
}

.help-page .search-input-container {
    padding-left: 0.9rem;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}


@media screen and (max-width: 1023px) {
    .help-page {
        margin-top: 5rem;
    }
    .help-page .page-container.container {
        padding: 0;
    }
    .help-page .search-input-container input {
        border: 1px solid #5E5E5E;
        border-radius: 4px;
        padding-left: 1rem;
        height: 50px;
        width: 86vw;
    }
    .help-page .title-faqs {
        font-size: 18px;
        font-weight: 600;
    }
    .help-page .card-column {
        padding: 1.5rem;
        box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
    }
    .help-page .question-container {
        margin-bottom: 1rem;
    }
    .help-page .ayuda-form-redirect {
        margin-bottom: 2rem;
    }
    .help-page .description-card {
        font-size: 13px;
        line-height: 20px;
        color: #323232;
    }
    .help-page .title-card {
        font-size: 17px;
        line-height: 20px;
        font-weight: 500;
        color: #323232;
    }
    .help-page .card-column .pink-link {
        color: #FF4A70;
        font-size: 14px;
        line-height: 16px;
        font-weight: 500;
    }
    .no-result-container {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
    }
}

@media screen and (min-width: 1024px) {
    .help-page {
        margin-top: 4rem;
    }
    .help-page .page-container.container {
        max-width: 950px;
    }
    .help-page .search-input-container input {
        width: 470px;
    }
    .help-page .card-column {
        padding: 2rem;
        box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
    }
    .help-page .dropdown .show-answer-container {
        font-size: 16px;
        line-height: 20px;
        color: #232323;
    }
    .help-page .dropdown.opened .answer-container p {
        font-size: 14px;
        line-height: 20px;
    }
    .help-page .dropdown.opened .answer-container li img {
        height: 6rem;
    }
    .help-page .ayuda-form-redirect {
        margin-bottom: 4rem;
    }
    .help-page .description-card {
        font-size: 13px;
        line-height: 20px;
        color: #323232;
    }
    .help-page .title-card {
        font-size: 20px;
        line-height: 20px;
        font-weight: 500;
        color: #323232;
    }
    .help-page .card-column .pink-link {
        color: #FF4A70;
        font-size: 14px;
        line-height: 16px;
        font-weight: 500;
    }
    .help-page .no-result-container p {
        font-size: 15px;
        line-height: 20px;
        font-weight: 500;
    }
}