form dl {
    width: 100%;
    display: flex;
    text-align: left;
    margin-bottom: 20px;
}
form dd {
    width: 100%;
}
form .inputText {
    background: #fff;
    padding: 16px;
    border: 1px solid #dbdbdb;
    font-size: 16px;
    width: 95%;
    height: 60px;
    box-sizing: border-box;
    margin-bottom: 0px;
    -webkit-appearance: none;
    border-radius: 8px;
}
form h4 {
    display: inline-block;
    font-size: 12px;
    color: #e95383;
    margin: 0;
    line-height: 100%;
}
form textarea {
    background: #fff;
    padding: 16px;
    border: 1px solid #dbdbdb;
    font-size: 16px;
    width: 95%;
    height: 200px;
    box-sizing: border-box;
    margin-bottom: -8px;
    -webkit-appearance: none;
    border-radius: 8px;
}
.buttons {
    display: flex;
    justify-content: center;
}
.buttonForm {
    background: #1e9eaf;
    border: none;
    display: block;
    width: 300px;
    height: 60px;
    padding: 8px;
    margin: 40px 20px 0;
    border-radius: 8px;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    transition-property: background-color;
    transition: 0.1s linear;
    font-weight: bold;
}
form input[type="submit"], input[type="button"] {
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
.cont {
    text-align: center;
    padding: 60px 20px;
    border-bottom: 1px solid #ddd;
}
.read {
    display: block;
    padding-bottom: 40px;
	font-size: 32px;
	font-weight: 900;
}
@media screen and (max-width: 648px) {
form dl {
    width: 100%;
    display: flex;
    text-align: left;
    margin-bottom: 20px;
}
form dd {
    width: 100%;
	margin-left: auto;
    margin-right: auto;
	padding-left: 4%;
}
form .inputText {
    background: #fff;
    padding: 16px;
    border: 1px solid #dbdbdb;
    font-size: 16px;
    width: 95%;
    height: 60px;
    box-sizing: border-box;
    margin-bottom: 0px;
    -webkit-appearance: none;
    border-radius: 8px;
	margin-left: auto;
    margin-right: auto;
}
form h4 {
    display: inline-block;
    font-size: 12px;
    color: #e95383;
    margin: 0;
    line-height: 100%;
}
form textarea {
    background: #fff;
    padding: 16px;
    border: 1px solid #dbdbdb;
    font-size: 16px;
    width: 95%;
    height: 200px;
    box-sizing: border-box;
    margin-bottom: -8px;
    -webkit-appearance: none;
    border-radius: 8px;
}
.buttons {
    display: flex;
    justify-content: center;
}
.buttonForm {
    background: #1e9eaf;
    border: none;
    display: block;
    width: 300px;
    height: 60px;
    padding: 8px;
    margin: 40px 20px 0;
    border-radius: 8px;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    transition-property: background-color;
    transition: 0.1s linear;
    font-weight: bold;
}
form input[type="submit"], input[type="button"] {
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
.cont {
    text-align: center;
    padding: 60px 20px;
    border-bottom: 1px solid #ddd;
}
.read {
    display: block;
    padding-bottom: 40px;
	font-size: 32px;
	font-weight: 900;
}
}