.ova-contact-box {
  position: relative;
  padding: 30px;
  background-color: var(--heading);
}
.ova-contact-box.template_2 {
  background-color: #fff;
  text-align: center;
}
.ova-contact-box.template_2 .title {
  margin: 0 0 14px 0;
  font-size: 24px;
  color: var(--heading);
  max-width: 100%;
}
.ova-contact-box.template_2 .description {
  color: var(--text);
}
.ova-contact-box.template_2 .box-button {
  font-size: 15px;
  color: var(--heading);
  background: #fff;
  border: 1px solid var(--heading);
}
.ova-contact-box.template_2 .box-button:hover {
  color: #fff;
  background-color: var(--heading);
}
.ova-contact-box .icon {
  margin-bottom: 24px;
}
.ova-contact-box .icon i {
  font-size: 54px;
  line-height: 1;
  color: var(--primary);
}
.ova-contact-box .title {
  margin: 0 0 120px 0;
  font-size: 24px;
  color: #fff;
  max-width: 220px;
  white-space: pre-line;
}
.ova-contact-box .description {
  margin: 0 0 20px 0;
  font-size: 18px;
  color: #fff;
  white-space: pre-line;
}
.ova-contact-box .box-button {
  transition: all 0.3s ease;
  display: inline-block;
  background: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 30px;
}
.ova-contact-box .box-button:hover {
  color: var(--primary);
  background-color: #fff;
}
.ova-contact-box.triangle:before {
  position: absolute;
  content: "";
  display: inline-block;
  left: 30px;
  bottom: -29px;
  width: 50px;
  height: 30px;
  background-color: inherit;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
  z-index: 1;
}