.second-section {
  width: 100%;
  max-width: 1200px;

  display: flex;
  flex-direction: column;

  padding: 4rem 0rem;
}
.second-section div {
  width: 100%;
}

.second-section img {
  width: 100%;
  max-width: 540px;

  float: right;

  margin-left: 6rem;
}

.second-section h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;

  color: var(--blue9);
}
.second-section h2 strong {
  font-weight: 700;
  color: var(--red9);
}

.second-section p {
  font-size: 1.2rem;
  margin-bottom: 1rem;

  color: var(--blue9);
}

.second-section p strong {
  font-weight: 600;
}

.second-section h3 {
  font-weight: 600;
  margin: 0.5rem 0;
}

.representatives {
  display: flex;
  flex-direction: column;
}
.representatives span:nth-child(1), span:nth-child(3) {
  font-weight: 600;
}
.representatives span:nth-child(2) {
  margin-bottom: 0.5rem;
}

@media (max-width: 985px) {
  .second-section img {
    display: none;
  }
}

@media (max-width: 1260px) {
  .second-section {
    padding: 4rem 1rem;
  }
}