.lets-together-div {

    background-image: url("/sites/default/files/default-images/work-together.webp");

    background-repeat: no-repeat;

    background-size: cover;

    text-align: center;

    color: #ffffff;

  }

  .lets-together-div h2 {

    font-weight: bolder;

    font-size: 55px;

    padding-bottom: 20px;

  }

  .lets-together-div p {

    font-size: 18px;

    padding-bottom: 20px;

  }

  .lets-together-div a {

    background-color: #ffffff;

    padding: 15px 25px;

    color: #0a165e;

    font-weight: bold;

    font-size: 16px;

    margin-bottom: 30px;

  }



  .lets-together-div a:active,

  .lets-together-div a:hover,

  .lets-together-div a:focus-visible,

  .lets-together-div a:focus,

  .lets-together-div a:target {

    background-color: #ffffff !important;

    color: #ff4500 !important;

  }

  @media (max-width: 450px) {

    .lets-together-div h2 {

      font-size: 40px;

    }

    .lets-together-div p {

      font-size: 16px;

    }

    .lets-together-div a {

      padding: 15px 25px;

      font-size: 14px;

      margin-bottom: 20px;

    }

  }