@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Merriweather:wght@400;700&family=Montserrat:wght@400;700&family=Open+Sans:wght@400;700&family=Oswald:wght@400;700&family=Playfair+Display:wght@400;700&family=Poppins:wght@400;700&family=Raleway:wght@400;700&family=Roboto:wght@400;700&display=swap");
.sec-title {
  margin-bottom: 60px;
  text-align: center;
}
.sec-title h2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #222222;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
.sec-title h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: var(--bs-primary);
  border-radius: 2px;
  margin: 10px auto 0;
}
.sec-title .subtitle {
  font-size: 1.1rem;
  color: #666666;
  max-width: 600px;
  margin: 0 auto;
}
