        .project-form .bp_form_label_up {
    display: none;
}
.project-form .bp_form_field  {
    margin-bottom: 20px;
}
.content_text_details ul,.content_text_details li {
    list-style-type: unset;
}
.content_text_details p {
    margin-bottom: 15px;
}
.project-form > p {
    text-align: center;
        font-weight: 700;
    text-transform: uppercase;
    line-height: 48px;
    margin: 10px 0;
    font-size: 22px;
    color: #FFF;
}
.project-form #btn-864842013 {
    width: 100%;
    background-color: #191919;
}
.quick-row {
    display: flex;
    justify-content: space-around;
}
.quick-row  .content_button_link{
  background-image: -webkit-linear-gradient(left, #CA3024, #5F0202) !important;
  border-radius: 6px;
  color: white;
  font-weight: 700;
  width: 200px;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  font-size: 12px;
}

.quick-row  .content_button_link:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: black;
}
.quick-row  .tp-btn:before {
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: width 0.25s linear;
}
.quick-row  .tp-btn:hover:before {
  width: 100%;
}
.about-hitachi .tp-feature__heading {
    text-align: center;
    margin-bottom: 30px;
}
.about-hitachi .tp-feature__figure{
    max-width: 100%;
    margin: auto;
    height: 420px;
    object-fit: cover;
    justify-content: center;
    
}
.about-hitachi .tp-feature__body {
    min-height: 475px;
}
@media (min-width: 768px) {
    .project-form form {
        max-width: 29.664%;
        margin: auto;
    }
}


