.haveQuestion{background-color: white; padding: 128px 0;}
.haveQuestion input{display: block; width: 100%; height: 70px; border: 1px solid #1e2b51; text-indent: 28px; font-size: 24px; color: #1e2b51;}
.haveQuestion input::-webkit-input-placeholder {color: #1e2b51;}
.haveQuestion input:-moz-placeholder {color: #1e2b51; opacity: 1;}
.haveQuestion input::-moz-placeholder{color: #1e2b51; opacity: 1;}
.haveQuestion input:-ms-input-placeholder {color: #1e2b51;}
.haveQuestion input::-ms-input-placeholder {color: #1e2b51;}
.haveQuestion input::placeholder {color: #1e2b51;}

@media screen and (max-width: 767px) {
    .haveQuestion{padding: 54px 0;}
    .haveQuestion input{height: 54px; text-indent: 22px; font-size: 18px;}
}