body {
  font-family: 'Segoe UI', Arial, sans-serif;
}

.hero {
  min-height: 70vh;
  background: 
    linear-gradient(to top right, #24323899 60%, #0d6efd99 100%),
    url('images/home.jpeg') center center/cover no-repeat;
  color: #ce7676;
  display: flex;
  align-items: center;
  padding: 60px 0;
}


.hero h1 {
  font-weight: 800;
  font-size: 2.6rem;
}

.carousel-inner img {
  height: 420px;
  object-fit: cover;
}

.bg-primary {
  /* background: linear-gradient(90deg, #0d6efd, #29b6f6 90%); */
  background: linear-gradient(to top right, #243238 60%,#0d6efd 100%);
}

.bg-primary h4, .bg-primary p {
  color: #fff;
}

section {
  margin-bottom: 0;
}
  

    .w3-card h3 {
      margin-top: 0;
    }
    
    .fa {
      margin-right: 10px;
    }

@media (max-width: 768px) {
  .hero {
    padding: 40px 0;
    min-height: 40vh;
  }
  .carousel-inner img {
    height: 220px;
  }
}
