.cew-hero-info {
  display: flex;
  border: 1px solid #000;
}
.cew-hero-info-left {
  flex: 1;
  display: flex;
}
.cew-hero-info-btn {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  gap: 6px;
  border-left: 1px solid #000;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
}
.cew-hero-info-btn:hover {
  color: #ffffff;
  background-color: #000000 !important;
}
.cew-hero-info-icon {
  border-right: 1px solid #000;
  width: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.cew-hero-info-content {
  flex: 1;
  padding: 14px 20px;
}
.cew-hero-info-heading {
  color: #000000;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 600;
  margin: 0;
}
.cew-hero-info-subheading {
  color: #000000;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 560px) {
  .cew-hero-info {
    flex-direction: column;
  }
  .cew-hero-info-btn {
    border-left: none;
    border-top: 1px solid #000;
    justify-content: center;
  }
}
