/* welcome */
.welcome-background-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #B0C6CB;
  z-index: -1;
}
.welcome {
  position: absolute;
  color: #DD4127;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  overflow: hidden;
}
.welcome-container {
  position: absolute;
  padding: 40px;
  width: 700px;
  max-width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact-button-welcome {
  background-color: #DD4127;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 1.2em;
  margin-top: 20px;
  border-radius: 5px;
}
.welcome-text-png {
  height: 100px;
  margin-bottom: 25px;
  margin-left: -10px;
}
.welcome-header {
  display: flex;
  align-items: center;
  gap: 15px;
}
.welcome-header h1 {
  margin: 0;
}
.welcome-description {
  margin-top: -20px;
  margin-bottom: 15px;
}
.welcome-quill-png {
  position: absolute;
  bottom: -150px;
  right: -150px;
  height: 700px;
  opacity: 0.8;
  transition: height 0.5s ease;
}

/* empower */
.empower {
  position: absolute;
  top: 100vh;
  color: #ffffff;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.empower-container {
  position: absolute;
  padding: 40px;
  width: 1000px;
  max-width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.empower-image {
  width: 500px;
}
.empower-description {
  color: #002a5e;
  font-size: 1.5rem;
}