.m-contact .m-heading {
  font-size: 30px;
  color: #b12923;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .m-contact .m-heading {
    font-size: 20px;
    margin-bottom: 6px;
  }
}
.m-contact .m-title {
  white-space: nowrap;
  width: 50px;
  border-bottom: 5px solid #b12923;
  padding: 6px 0;
}
.m-contact .m-body .text-block {
  color: #848484;
}
@media (max-width: 768px) {
  .m-contact .m-body .text-block {
    margin-bottom: 20px;
  }
  .m-contact .m-body .text-block p {
    margin-bottom: 4px;
  }
}
.m-contact .m-body .contact-btn {
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.m-contact .m-body .contact-btn .icon {
  padding-bottom: 4px;
}
.contact-msg .form-control {
  border: none;
  background-color: #F7F7F7;
  border-radius: 0;
  font-size: 16px;
}
.contact-msg input.form-control {
  padding: 24px 10px;
}
.contact-msg .btn {
  width: 230px;
  height: 50px;
}
