main {
  width: 100vw;
  height: auto;
}

.first-section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;

  margin: 40px auto;
  margin-top: 126px;

  padding: 0 20px;

  gap: 30px;
  max-width: 800px;
}

.title-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: flex-end;
  gap: 10px;

  width: 100%;

  border-bottom: 2px solid #09529b;
  padding-bottom: 10px;

  color: #09529b;

  height: auto;
}

.title-wrapper img {
  width: 50px;
}

.title-wrapper h1 {
  font-size: 24px;
  font-weight: 700;
}

.main-image {
  width: 90%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}

.paragraph {
  font-weight: 400;
  white-space: initial;
  text-align: justify;
}
