@media only screen and (max-width: 1559px) {
  .first-section-container {
    position: relative;

    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 64px;
  }

  .first-section-content {
    height: 100%;
    width: 100%;
  }

  .first-section-content h1 {
    max-width: 412px;
    font-size: 64px;
    margin-bottom: 20px;
  }

  .first-section-content h2 {
    font-size: 42px;
  }

  .first-section-content-divider {
    width: 100%;
    border: solid 1px white;

    margin: 20px 0;
  }

  .first-section-content p {
    font-size: 24px;
  }

  .first-section-container img {
    position: absolute;
    top: 32px;
    right: 48px;

    width: 144px;
  }

  .second-section-container h3 {
    width: 100%;
    font-size: 48px;
    margin-bottom: 74px;
  }

  .second-section-container {
    padding-top: 64px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 72px;
  }

  .contact {
    width: 100%;
  }

  .message {
    margin-top: 80px;
    max-width: 70%;
  }

  .second-section-container p {
    font-size: 42px;
  }
}

@media only screen and (min-width: 1560px) {
  .first-section-container {
    gap: 72px;

    padding-top: 206px;
    padding-left: 160px;
    padding-right: 120px;
    padding-bottom: 100px;
  }

  .first-section-content {
    height: 100%;
    max-width: 948px;
  }

  .first-section-content h1 {
    font-size: 96px;
    margin-bottom: 66px;
  }

  .first-section-content h2 {
    font-size: 36px;
  }

  .first-section-content-divider {
    width: 768px;
    border: solid 2px white;

    margin: 32px 0;
  }

  .first-section-content p {
    font-size: 26px;
  }

  .first-section-container img {
    width: 459.08px;
  }

  .second-section-container h3 {
    max-width: 876px;
    font-size: 48px;
    margin-bottom: 74px;
  }

  .second-section-container {
    padding-top: 100px;
    padding-left: 160px;
    padding-right: 160px;
    padding-bottom: 212px;
  }

  .second-section-container p {
    max-width: 50%;

    font-size: 36px;
  }
}

.container {
  width: 100%;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.first-section-container {
  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;

  background-color: #14180a;
}

.first-section-content {
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.first-section-content h1 {
  font-weight: 600;
  color: white;
}

.first-section-content h2 {
  font-weight: 400;
  color: white;
}

.first-section-content-divider {
  opacity: 0.4;
}

.first-section-content p {
  font-weight: 400;
  color: white;
}

.first-section-container img {
  object-fit: contain;
}

.second-section-container {
  width: 100%;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;

  background-color: white;
}

.second-section-container h3 {
  color: #14180a;

  font-weight: 400;
  text-align: center;
}

.second-section-container img {
  width: 543px;
  height: 168px;

  transition: scale 0.3s ease;

  object-fit: contain;

  cursor: pointer;
}

.second-section-container img:hover {
  scale: 1.025;
}

.second-section-divider {
  width: 100%;

  border: solid 2px black;
  opacity: 0.4;

  margin-top: 86px;
  margin-bottom: 74px;
}

.second-section-container p {
  font-weight: 400;
  text-align: start;
}

.contact {
  align-self: flex-start;
}

.message {
  align-self: flex-end;

  margin-bottom: 48px;
}

.signature {
  color: #8ab63d;
  align-self: flex-end;
}
