/* Start custom CSS for html, class: .elementor-element-64fdbcb */.stars-feature {
  max-width: 1080px;
  margin: -115px auto 42px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 22px 50px rgba(10,31,58,.22);
  display: grid;
  grid-template-columns: 300px 1fr 300px;
  overflow: hidden;
  border: 1px solid #e7edf3;
}

.stars-feature img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  max-height: 340px;
  object-fit: cover;
}

.stars-feature-copy {
  padding: 34px;
}

.stars-focus {
  background: #06213d;
  color: #fff;
  padding: 34px 30px;
}

.stars-focus li {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}
.stars-card,
.stars-card h3,
.stars-card p,
.stars-card span {
  text-decoration: none !important;
}

.stars-card:hover,
.stars-card:hover h3,
.stars-card:hover p,
.stars-card:hover span {
  text-decoration: none !important;
}/* End custom CSS */