a {
  text-decoration: none;
}

.hero-section {
  padding: 60px 0;
}

.home_container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero_div {
  width: 50%;
}

.hero_title {
  font-size: 3.8rem;
  margin-bottom: 2rem;
}

.hero_subtitle {
  font-size: 3rem;
  color: #3f708e;
}

.hero_text {
  font-size: 2.2rem;
  margin-top: 2rem;
}

.hero_text span {
  color: #fbb304;
  font-weight: bold;
}
