/*First section of this page*/
#Top_Row {
  margin-top: 50px;
  margin-bottom: 40px;
}

.Main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#Top_Row h1 {
  text-align: center;
  word-spacing: 20px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 475px) {
  #Top_Row h1 {
    text-align: center;
    word-spacing: 0px;
    padding-bottom: 25px;
  }
}
.text-content p {
  text-align: justify;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 20px;
}
.image img {
  width: 100%;
  height: auto;
  object-fit: fill;
  object-position: bottom;
}

/*Second section of this page*/
.second-row {
  margin-top: 100px;
}

.container ul li {
  font-weight: bold;
  text-align: justify;
  position: relative;
  left: 10px;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
}

/*Bottom having from section of this page*/
.Form-content {
  font-family: "Nunito", sans-serif;
  font-size: 17px;
}
.Form-content p marquee {
  text-align: justify;
}
.Form {
  overflow: hidden;
  margin-bottom: 20px;
}
.form-container {
  border-radius: 10px;
  max-width: 500px;
  color: black;
  margin: 0 auto;
  background-color: #145da0;
}
label {
  font-size: 18px;
  vertical-align: 20px;
  color: black;
}
