@media only screen and (min-width: 768px) {
  .ott-custom-module {
    min-width: 100%;
    margin:0 auto;
    background-color: #D2FFC2;
}

  .ott-send-knapp:link, .ott-send-knapp:visited {  

      border-radius: 126px;
      display: block;
    
      width: 231px !important;
      height: 53px !important;
    
      padding-bottom: 5px;
      padding-top: 15px;
    
      margin: 0 auto;
      margin-top: 15px;
    
      text-decoration: none;
      color: d2ffc2;
  }

  .ott-send-knapp:hover {
    scale: 1;
    color: #1d3031;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #1d3031;
    font-weight: 700;
  }

  .ott-lower-part {
    height: 558px;
    text-align: center;
    margin: 0 auto;
  }



  .ott-lower-part .ott-steps {
    margin: 0 auto;
    display: flex;
    max-width: 1400px;
    justify-content: space-around;
    text-align: center;
    margin-bottom: 20px;
  }

  .ott-lower-part .ott-step {
    max-width: 300px;
    flex: 1; /* Allow steps to flexibly occupy space */
    margin: 0 10px; 
  }

  .ott-lower-part h3, .ott-lower-part h4, .ott-lower-part p {
    font-family: 'Poppins', sans-serif;
  }

  .ott-step * {
    color: #1d3031;
  }

  .ott-step h4 {
    font-size: 64px;
    font-weight: 800;    
  }

  .ott-step p {
    font-size: 16px !important;
    font-weight: 400 !important;
  }
}

@media only screen and (max-width: 768px) {
  .ott-custom-module {
    background-color: #d2ffc2;
  }
  
  .ott-lower-part {
    background-color: #d2ffc2;
    padding: 0px 25px 100px 25px;
  }

  .ott-lower-part h3 {
    font-size: 24px !important;
    margin-bottom: 35px !important;
  }

  .ott-send-knapp {  
    display: none;
  }

  .ott-step {
    display: flex;
  }

  .ott-step div {
    width: 100%;
  }

  .ott-lower-part h4 {
    font-size: 48px;
    font-weight: 800;
    width: 50px;
    text-align: center;
  }

  .ott-lower-part p {
    display: inline-block;
    font-size: 10px;
    font-weight: 400;
    margin-left: 10px;
    padding: 10px;
    vertical-align: middle !important;
  }

  .ott-lower-part p {
    font-size: 13px;
  }
}
}
