.ova-icon-list {
  display: grid;
  grid-gap: 40px;
}
.ova-icon-list.two_column {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .ova-icon-list.two_column {
    grid-template-columns: auto;
  }
}
.ova-icon-list .item {
  display: flex;
  align-items: center;
}
.ova-icon-list .item:hover .icon {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.ova-icon-list .item:hover .icon i {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ova-icon-list .item .icon {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  background-color: #f8f2ff;
}
.ova-icon-list .item .icon i {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  position: relative;
  right: -20px;
  top: 10px;
  font-size: 64px;
  line-height: 1;
  color: var(--primary);
}
.ova-icon-list .item .title {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
}
.ova-icon-list .item .title a {
  color: var(--heading);
}
.ova-icon-list.ova-icon-list-template1 .item {
  column-gap: 50px;
}
.ova-icon-list.ova-icon-list-template2 .item {
  column-gap: 30px;
}
.ova-icon-list.ova-icon-list-template2 .item:hover .text-number-wrapper .text-number {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ova-icon-list.ova-icon-list-template2 .item .text-number-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 64px;
  height: 64px;
  background-image: -moz-linear-gradient(0deg, #5f2dee 0%, #b882fc 100%);
  background-image: -webkit-linear-gradient(0deg, #5f2dee 0%, #b882fc 100%);
  background-image: -ms-linear-gradient(0deg, #5f2dee 0%, #b882fc 100%);
  border-radius: 50%;
}
.ova-icon-list.ova-icon-list-template2 .item .text-number-wrapper .text-number {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 54px;
  height: 54px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 600;
  color: var(--primary);
  border-radius: 50%;
}
.ova-icon-list.ova-icon-list-template2 .item .text {
  margin: 0;
  font-weight: 500;
}
.ova-icon-list.ova-icon-list-template3 .item {
  gap: 40px;
}
.ova-icon-list.ova-icon-list-template3 .item:hover .text-number-wrapper .text-number {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  color: var(--primary);
}
.ova-icon-list.ova-icon-list-template3 .item:hover .info {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-top: 2px solid var(--primary);
}
.ova-icon-list.ova-icon-list-template3 .item .text-number-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ova-icon-list.ova-icon-list-template3 .item .text-number-wrapper .text-number {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-size: 43px;
  font-weight: 600;
  color: rgba(126, 142, 160, 0.26);
}
.ova-icon-list.ova-icon-list-template3 .item .text {
  margin: 0;
  font-weight: 500;
}
.ova-icon-list.ova-icon-list-template3 .item .info {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  padding: 33px;
  background-color: #fff;
  box-shadow: 0px 19px 31px 0px rgba(0, 0, 0, 0.06);
  border-radius: 0 0 10px 10px;
  border-top: 2px solid #fff;
}
.ova-icon-list.ova-icon-list-template3 .item .title {
  margin: 0 0 10px 0;
}
.ova-icon-list.ova-icon-list-template4 .item {
  column-gap: 20px;
  width: fit-content;
  padding: 9px 18px;
  background-color: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
  border-radius: 25px;
}
.ova-icon-list.ova-icon-list-template4 .item .icon {
  width: auto;
  height: auto;
  background-color: transparent;
  line-height: 1;
}
.ova-icon-list.ova-icon-list-template4 .item .icon i {
  right: 0;
  top: 0;
  font-size: 18px;
}
.ova-icon-list.ova-icon-list-template4 .item .title {
  font-size: 16px;
  font-weight: 500;
}