.banner-easy {
    padding: 52px 0;
    background-color: #405363;
    margin-bottom: 100px;
  }

  .banner-easy .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .banner-easy p {
    color: #FFF;
    font-family: "EB-Garamond";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
  }

  .banner-easy a {
    padding: 14px 40px;
    max-width: 340px;
    background-color: #fff;

    color: #405363;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.08px;
    text-transform: uppercase;
    text-decoration: none;
  }

  @media (max-width: 1100px) {
    .banner-easy {
      margin-bottom: 80px;
    }

    .banner-easy .container {
      flex-direction: column;
      gap: 40px;
      text-align: center;
    }
  }
