

.help-form-page .textarea-container textarea:focus {
    border: 2px solid #1A1919;
    outline: none;
}

@media screen and (max-width: 1023px) {
    .help-form-page {
        margin-top: 2rem;
    }
    .help-form-page .go-back-container {
        color: #FF5C73;
        font-weight: 600;
    }
    .help-form-page h1 {
        font-size: 25px;
        line-height: 25px;
        font-weight: 600;
        color: #333333;
    }
    .help-form-page .description-container p {
        font-size: 14px;
        line-height: 22px;
        font-weight: 500;
        color: #333333;
    }
    .help-form-page .textarea-container textarea {
        height: 150px;
        width: 89vw;
        padding: 1rem;
        border: 1px solid #1A1919;
        border-radius: 4px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .help-form-page .textarea-container textarea {
        height: 200px;
        width: 56vw;
        padding: 1rem;
        border: 1px solid #1A1919;
        border-radius: 4px;
    }
}

@media screen and (min-width: 1024px) {
    .help-form-page {
        margin-top: 2.5rem;
    }
    .help-form-page .go-back-container {
        color: #FF5C73;
        font-weight: 600;
        cursor: pointer;
    }
    .help-form-page .go-back-container:hover {
        text-decoration: underline;
    }
    .help-form-page h1 {
        font-size: 40px;
        line-height: 45px;
        font-weight: 600;
        color: #333333;
    }
    .help-form-page .description-container p {
        font-size: 16px;
        line-height: 26px;
        font-weight: 500;
        color: #333333;
    }
    .help-form-page .textarea-container textarea {
        height: 270px;
        width: 600px;
        padding: 1rem;
        border: 1px solid #1A1919;
        border-radius: 4px;
    }
}