@media only screen and (max-width: 768px) {
  body {
    margin: 0;
    min-height: 100vh;
    background: linear-gradient(
      30deg,
      #eebfd8 0%,
      #f5e7e7 30%,
      #f6d8d8 60%,
      #ffffff 100%
    );
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .p-5 {
    padding: 30px !important;
  }

  .en-it {
    font-weight: 400;
    color: var(--color-number);
    font-size: 18px;
    position: relative;
    top: -20px;
  }

  img.logo {
    width: 200px;
  }
  h1.h1 {
    font-size: 32px;
    font-weight: 500;
  }
  p.p {
    font-size: 18px;
  }

  h3.h3 {
    font-size: 22px;
    line-height: 1.5;
  }
  h3.h3-custom {
    font-size: 22px;
    line-height: 1.4;
  }

  h2.h2 {
    font-size: 26px;
    font-weight: 500;
  }
  .mt-150 {
    margin-top: 90px;
  }

  .gap-custom {
    gap: 60px;
  }

  .h1-container {
    max-width: 100%;
    padding: 5px;
    text-align: center;
  }

  .h2-container {
    max-width: 100%;
    padding: 0px;
    text-align: center;
  }
  .ul-container,
  .ul-container-2 {
    max-width: 100%;
    width: 100%;
    font-size: 23px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    text-align: left;
    line-height: 1.8;
  }

  .container-p {
    max-width: 100%;
    padding: 5px;
    text-align: center;
  }

  .button-scopri {
    padding: 20px;
    width: 90%;
    font-size: 18px;
  }

  .blur-container,
  .blur-container-2,
  .blur-container-3,
  .blur-container-4 {
    padding: 10px 10px;
    flex-direction: column;
    border-radius: 40px;
  }

  .blur-glow,
  .blur-glow-2,
  .blur-glow-3,
  .blur-glow-4 {
    position: absolute;
    width: 90%;
    height: 250px;
    border-radius: 50px;
    filter: blur(
      30px
    ); /* aumentiamo un po’ per un effetto più morbido su schermi piccoli */
  }

  .blur-text,
  .blur-text-2,
  .blur-text-3,
  .blur-text-4 {
    position: relative;
    width: 100%;
    max-width: 90%;
    height: auto;
    top: 0;
    font-size: 1rem;
    line-height: 1.7;
    padding: 20px 10px;
  }

  .title-container {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    text-align: center;
    padding: 10px;
  }

  .content-title-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
  }

  .content-title-circle h1 {
    font-size: 26px;
    font-weight: 600;
  }

  .circle {
    width: 70px;
    height: 70px;
    background-color: rgb(255, 157, 200);
    border-radius: 50%;
    display: inline-block;
    padding: 10px;
  }

  .gap-5 {
    gap: 15px !important;

    padding: 10px;
  }
  .mt-200 {
    margin-top: 100px;
  }
  .number {
    width: 80%;
  }
  .p {
    font-size: 22px !important;
    margin-left: 10px !important;
  }
  .container-log-last-title {
    padding-bottom: 25px;
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: auto;
    margin-left: auto;
    gap: 40px;
    max-width: 80ch;
    text-align: center;
  }

  .last-title {
    font-size: 28px;
    font-weight: 800;
  }

  .title-cto {
    font-size: 33px;
    font-weight: 700;
  }
  .p-cto {
    font-size: 22px;
    font-weight: 400;
  }
  .container-cto {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: auto;
    margin-left: auto;
    gap: 30px;
    max-width: 80ch;
    text-align: center;
  }

  button.cto {
    background-color: black;
    color: white;
    padding: 20px;
    width: 100%;
    border-radius: 50px;
    font-size: 20px;
    cursor: pointer;
  }
  .modal-content {
    width: 100%;
    max-width: 100%;
    padding: 0px;
  }
  .form-wrapper {
    width: 100%;
    padding: 5px;
  }
  .my-form input {
    padding: 5px;
    border: 1px solid #8f6cd1;
    border-radius: 50px;
    width: 100%;
    max-width: 100%;

    background: rgba(255, 255, 255, 0.5);
    font-size: 20px;
    outline: none;
    transition: box-shadow 0.3s ease;
  }

  .send {
    flex: 1 1 50%;
    padding: 10px;
    border-radius: 50px;
    background-color: black;
    color: white;
    font-size: 20px;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
  }
}
