@charset "UTF-8";

section#Text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  width: 100%;
  padding-top: 120px;
}

section#Text .img {
  width: 70%;
  margin-bottom: 50px;
}

section#Text p,Section#Text p a {
  width: 70%;
  font-size: 21px;
  color: #000;

  margin-bottom: 30px;
}

Section#Text p a { text-decoration: underline;}
Section#Text p a:hover { color: #4ba3c7;}

section#Text h1 {
  font-size: 29px;
  color: #000;
  text-align: left;
  width: 70%;
  font-weight: 500;
  margin-bottom: 50px;
}

section#Text p b {
  font-size: 23px;
  font-weight: 500;
}

@media screen and (max-width: 450px) {
  section#Text h1, section#Text p,section#Text p a,section#Text .img { width: 90%;}
}
