@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");

.news {
  /* ========== Page Title Section ========== */
  .page-title-dealer {
    display: flex;
    flex-direction: column;
    background-image: linear-gradient(
        21deg,
        rgba(91, 116, 145, 0.37) 68%,
        rgba(245, 247, 248, 0.5) 163%
      ),
      linear-gradient(
        163deg,
        rgba(91, 116, 145, 0.08) 86%,
        rgba(170, 191, 218, 0.5) 40%
      ),
      linear-gradient(
        30deg,
        rgba(170, 191, 218, 0.62) 22%,
        rgba(245, 247, 248, 0.5) 169%
      ),
      linear-gradient(
        48deg,
        rgba(91, 116, 145, 0.73) 64%,
        rgba(170, 191, 218, 0.5) 43%
      );
    background-blend-mode: overlay, multiply, color, normal;
    background-position: center;
    margin-top: 1.5rem;
    margin-left: 6rem;
    margin-right: 6rem;
    border-radius: 16px;
  }

  .page-title-text {
    font-size: 3rem;
    display: flex;
    justify-content: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
    color: white;
  }

  /* ========== Introduction ========== */
  .introduction {
    display: flex;
    margin-left: 20rem;
    margin-right: 20rem;
    margin-top: 3rem;
    margin-bottom: 4rem;
  }

  /* ========== Button ========== */
  .schedule-meeting-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 3rem;
  }

  .schedule-meeting {
    background-color: #aabfda;
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 2rem;
    margin-left: 0.15rem;
    transition: background 0.3 ease;
  }

  .schedule-meeting:hover {
    background-color: #5b7492;
  }

  /* ========== Media Queries ========== */
  @media screen and (max-width: 50em) {
    .introduction {
      margin-left: 1.5rem;
      margin-right: 1.5rem;
      margin-top: 2rem;
      margin-bottom: 3rem;
    }
  }

  @media screen and (min-width: 1470px) {
    .page-title-text {
      font-size: 3rem;
    }

    .introduction {
      margin-left: 30rem;
      margin-right: 30rem;
      margin-top: 4rem;
      margin-bottom: 2rem;
    }
  }
}
