.hero-container1 {
  height: 85vh;
  color: #ffffff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 50px;
  background: linear-gradient(rgba(41, 36, 100, 0.6), rgba(41, 36, 100, 0.1)), url("/static/img/financial-img/background.280a0fdc3936.jpg") no-repeat center center/cover;
}
.hero-container1 > div {
  max-width: 600px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  z-index: 4;
}
.hero-container1 > div h1 {
  font-size: 48px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  letter-spacing: 3px;
}
.hero-container1 > div p {
  font-weight: 500;
}
.hero-container1 > div div {
  display: flex;
  gap: 28px;
}
.hero-container1 > div div a {
  padding: 12px 30px;
  border: 1px solid #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 12px;
}
.hero-container1 > div div a:nth-child(1) {
  background-color: #ffffff;
  color: #000000;
}

.second-container {
  width: 100%;
  position: relative;
  padding-bottom: 100px;
}
.second-container .container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.second-container .container .first-section {
  display: flex;
  align-items: center;
  gap: 100px;
}
.second-container .container .first-section p {
  font-size: 18px;
}
.second-container .container .first-section > div {
  max-width: 600px;
  padding-bottom: 50px;
}
.second-container .container .first-section img {
  width: 50%;
  height: 401px;
  -o-object-fit: cover;
     object-fit: cover;
}
.second-container .container .second-section {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.second-container .container .second-section .first {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.second-container .container .second-section .first > p {
  max-width: 421px;
  font-weight: bold;
}
.second-container .container .second-section .first > div h3 {
  font-family: "Playfair Display", serif;
  font-weight: bold;
}
.second-container .container .second-section .first > div p a {
  color: #292464;
  font-weight: 700;
  text-decoration: underline;
}
.second-container .container .second-section .second {
  background-color: #292464;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
}
.second-container .container .second-section .second h1 {
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 48px;
}
.second-container .container .second-section .second p {
  color: #ffffff;
}
.second-container .container .second-section .second a {
  padding: 15px 48px;
  border: 1px solid #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 12px;
  background: rgba(185, 31, 39, 0.5);
}
.second-container svg {
  position: absolute;
  bottom: 0;
  z-index: -1;
  right: -5rem;
  top: -6rem;
  width: 500px;
  height: 700px;
  opacity: 0.5;
}

@media screen and (max-width: 925px) {
  .second-container .container .first-section {
    gap: 70px;
  }
  .second-container .container {
    margin-inline: 40px;
  }
}
@media screen and (max-width: 800px) {
  .second-container .container .first-section {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 2rem;
  }
  .second-container .container .first-section > div {
    padding-bottom: 20px;
  }
  .second-container .container .first-section img {
    width: 100%;
    height: 300px;
  }
  .second-container .container .second-section .second h1 {
    font-size: 35px;
  }
}
@media screen and (max-width: 450px) {
  .hero-container1 {
    height: -moz-fit-content;
    height: fit-content;
  }
  .hero-container1 > div h1 {
    font-size: 44px;
  }
  .hero-container1 .buttons {
    display: flex;
    flex-wrap: wrap;
  }
}/*# sourceMappingURL=financial.css.map */