.contactArea .inner {
  background-color: #fff;
  text-align: center;
  padding: 0;
}
.contactArea .inner .inbox {
  padding: 40px;
}
.contactArea h2 {
  border-top: none;

  font-size: 28px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #fdf0e5;
  padding: 40px 0;
  line-height: 1;
  display: block;
  margin-bottom: 0px;
}
.contactArea h2::after {
  content: none;
}
.contactArea .subject {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}
.contactArea .subject img {
  margin-bottom: 15px;
}
.contactArea .subject2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 60px;
}
.contactArea .cta_btn a {
  font-size: 20px;
  font-weight: bold;
  background: url(../images/icon_btn_right.svg) calc(100% - 15px) center
    no-repeat;
  background-color: #dc3543;
  color: #fff;
  text-decoration: none;
  filter: drop-shadow(2px 2px 2px rgba(56, 56, 56, 0.5));
  line-height: 1;
  display: inline-block;
  padding: 15px 80px;
  border: 2px solid #dc3543;
  transition: 0.3s;
}
.contactArea .cta_btn a:hover {
  opacity: 1;
  color: #dc3543;
  background-color: #fff;
  background-image: url(../images/icon_btn_right_red.svg);
}
@media screen and (max-width: 767px) {
  .contactArea h2 {
    font-size: 22px;
    padding: 24px 0;
    line-height: 1.5;
  }
  .contactArea .inner .inbox {
    padding: 24px 20px;
  }
  .contactArea .subject {
    font-size: 28px;
  }
  .contactArea .subject img {
    width: auto !important;
  }
  .contactArea .cta_btn a {
    padding: 15px 40px;
    width: 100%;
    box-sizing: border-box;
  }
}
