.hero-container1 {
  height: 65vh;
  color: #ffffff;
  display: flex;
  align-items: center;
  background: linear-gradient(rgba(41, 36, 100, 0.6), rgba(41, 36, 100, 0.1)), url("/static/img/nursing/background.76d90c8b51ed.jpg") no-repeat center center/cover;
}
.hero-container1 > div {
  max-width: 600px;
  color: #ffffff;
  z-index: 4;
  margin-bottom: 3rem;
}
.hero-container1 > div h1 {
  font-size: 48px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  letter-spacing: 3px;
}

.second-container {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.second-container .container {
  margin-top: 0;
}
.second-container .first-section {
  display: flex;
  gap: 60px;
}
.second-container .first-section img {
  width: 608px;
  height: 570px;
  -o-object-fit: cover;
     object-fit: cover;
}
.second-container .first-section > div {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
}
.second-container .first-section > div h1 {
  font-family: "Playfair Display", serif;
  font-size: 45px;
  color: #292464;
}
.second-container .second-section {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.second-container .second-section h1 {
  font-family: "Playfair Display", serif;
  font-size: 45px;
  color: #292464;
}
.second-container .second-section > div {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.second-container .third-section {
  justify-content: space-between;
  gap: 50px;
  display: flex;
}
.second-container .third-section .first {
  width: 50%;
  display: flex;
  align-items: center;
}
.second-container .third-section .first p {
  margin-bottom: 5rem;
  font-family: "Playfair Display", serif;
  font-size: 45px;
  font-weight: bold;
}
.second-container .third-section .second {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 100px;
}
.second-container .third-section .second div {
  min-height: 80px;
  padding: 27px 44px 27px 34px;
  border-radius: 6px;
  background-color: rgba(41, 36, 100, 0.1);
}

@media screen and (max-width: 925px) {
  .second-container .first-section {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .second-container .first-section img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .second-container .first-section > div {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
  }
  .second-container .first-section > div h1 {
    font-family: "Playfair Display", serif;
    font-size: 45px;
    color: #292464;
  }
  .second-container .third-section {
    flex-direction: column;
  }
  .second-container .third-section .first {
    width: 100%;
  }
  .second-container .third-section .first p {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 550px) {
  .container {
    margin-inline: 30px;
  }
}/*# sourceMappingURL=nursing.css.map */