.ova-download-file {
  text-align: center;
}
.ova-download-file .ova-img {
  display: inline-flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-bottom: 45px;
}
.ova-download-file .ova-img img {
  border-radius: 10px;
  object-fit: cover;
}
.ova-download-file .ova-img.show-before:before {
  position: absolute;
  content: "";
  width: 107px;
  height: 97px;
  background-color: #382463;
  border-radius: 10px;
  left: -24px;
  top: -17px;
  z-index: -1;
}
.ova-download-file .ova-img.show-after:after {
  position: absolute;
  content: "";
  width: 105px;
  height: 120px;
  background-color: #382463;
  border-radius: 10px;
  right: -19px;
  bottom: -17px;
  z-index: -1;
}
.ova-download-file .title {
  margin: 0;
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: var(--heading);
}
.ova-download-file .description {
  margin: 0;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: var(--text);
}
.ova-download-file .icon-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  background-color: #9545FA;
  border-radius: 6px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-download-file .icon-btn a i {
  font-size: 20px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-download-file .icon-btn a:hover {
  background-color: var(--primary);
}
.ova-download-file .text-language {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #C5B5D6;
}