@charset "utf-8";
.main-visual {
  padding-top: 100px;
  padding-bottom: 10px;
/*   background-image: url("images/main.png"); */
  background-size: cover;
  color: black;
/*   color: #f5f5f5; */
  text-align: center;
}
.top-title {
  font-size: 36px;
  margin-bottom: 40px;
}
.top-subtitle {
  font-size: 24px;
  margin-bottom: 10px;
}
.top-text {
  font-size: 18px;
  color: blue;
  opacity: 1;
  text-align: left;
  padding-left: 100px;
}
.main {
  padding: 20px 0;
  color: Black;
/*   color: #5a5c5f; */
/*   text-align: center; */
  font-size: 18px;
}
.main h2 {
  margin-bottom: 10px;
}
.main-image {
  width: 450px;
  margin-bottom: 25px;
  box-shadow: 2px 2px 4px #b7b7b7;
  border-radius: 5px;
}
.main h3 {
  margin-bottom: 20px;
}
