main {
  width: 100vw;
  height: auto;
}

.first-section {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;

  margin: 40px auto;
  margin-top: 126px;

  padding: 0 20px;

  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;
}

.services-list {
  display: flex;
  justify-content: space-around;
  flex-direction: column;

  gap: 10px;
  max-width: 800px;
}

.more-section {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;

  margin: 40px auto;

  padding: 0 20px;

  max-width: 800px;
}

.assessoria-topic {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;

  white-space: initial;

  gap: 10px;
  max-width: 800px;
}

.assessoria-topic-title {
  font-size: 20px;
  font-weight: 800;

  color: #09529b;
}

.assessoria-topic a {
  color: #e0091d;

  font-weight: 600;
}

.assessoria-topic p {
  font-weight: 400;
  white-space: initial;
  text-align: justify;
}

.assessoria-topic img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
