.sub-title {
    border-bottom: none;
}

.personal-textarea {
    color: #222;
    width: 1050rem;
    height: 700rem;
    padding: 40rem;
    font-size: 15rem;
    line-height: 1.6;
    border: none;
    outline: none;
    border: 1px solid #ddd;
    margin-top: -120rem;
    resize: none;
}


/*==================================================*/
@media (max-width: 1100px) {
    .personal-textarea {
        width: 100%;
        margin-top: -55rem;
    }
}

@media screen and (max-width:768px){
	.personal-textarea{
		padding:20px;
		font-size:13px;
	}
}