.qa-list {
    margin-left: -15px;
    margin-right: -15px;
}

.qa-list .qa-info {
    width: 90%;
    margin: auto;
}

.qa-list .qa-info .qa-title {
    color: #000;
    font-size: 1.25rem;
    font-weight: bold;
    text-decoration: none;
    padding: .35rem;
    margin-bottom: 0;
    cursor: pointer;
}

.qa-list .qa-info .qa-answer {
    display: none;
    font-size: 1.1rem;
    letter-spacing: .1rem;
    padding: 0 1rem;
}

.contact-us-frame {
    height: 450px;
}

.contact-us-left-frame {
    padding: 0 25px;
    text-align: center;
}

.form-notice {
    position: absolute;
    bottom: 0.75rem;
    right: 4.5rem;
    font-size: .95rem;
    margin-bottom: 0;
}

.contact-us-textarea {
    border: 2px solid rgb(30, 30, 30);
    outline: none;
    resize: none;
    width: 90%;
    height: 100%;
    border-radius: 10px;
    padding: 15px;
    text-align: justify;
}

.contact-us-right-frame {
    text-align: center;
    padding: 0px 25px;
}

.contact-us-input-frame {
    margin-top: 90px;
}

.contact-us-input {
    display: block;
    outline: none;
    margin: 25px auto;
    width: 260px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    padding: 0px 15px;
    border-radius: 6px;
    border: 1px solid black;
}

.contact-us-btn {
    width: 90px;
    background-color: rgb(30, 30, 30);
    border-color: rgb(30, 30, 30);
}

.contact-us-btn:hover {
    background-color: rgba(30, 30, 30, .85);
    border-color: rgba(30, 30, 30, .85);
}

@media (min-width: 0px) and (max-width: 399px) {
    .contact-us-left-frame {
        padding: 0px 30px;
        height: 300px;
    }
    .contact-us-right-frame {
        padding: 0px 30px;
        position: relative;
        top: -50px;
    }
}

@media (min-width: 400px) and (max-width: 575px) {
    .contact-us-left-frame {
        padding: 0px 70px;
        height: 300px;
    }
    .contact-us-right-frame {
        padding: 0px 70px;
        position: relative;
        top: -50px;
    }
}

@media (min-width: 0px) and (max-width: 991px) {
    .contact-us-textarea {
        width: 100%;
    }
    .contact-us-input {
        width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .contact-us-left-frame {
        padding: 0px 20px 0px 0px;
    }
    .contact-us-right-frame {
        padding: 0px 0px 0px 20px;
    }
}