.image-text-section {
  position: relative;
  margin-top: 60px;
  background-image: url("../../assets/bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  min-height: 90vh;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-box {
  background-color: rgba(255, 255, 255, 0.65);
  max-width: 770px;
  border-radius: 5px;
  color: #111;
}

.text-box h1 {
  font-size: 2.5rem;
  font-weight: bold;
}

.text-box .lead {
  font-size: 1.1rem;
  font-weight: 400;
}
