

            #form {
              
                display: flex;
                margin-bottom: 8px;
                max-width: 640px;
                width: 100%;
                margin: auto;            
            }

             #resultsDiv {
                margin: .25em 0;
            }
            
            #check_btn {
                border-radius: 0 28px 28px 0;
                background-color: #FFC60A;
                color: #686868;
            }

             #address {
                border-radius: 28px 0px 0px 28px;
            }

           @media (max-width: 575px) {
            #form  {
               display: block;            
              }
              
            #check_btn {
               border-radius: 28px 28px;
               width: 100%;
             }
               }

            #resultsDiv {
              display: none;
            }

            section.availability-check {
              display: flex;
              flex-direction: column;
              justify-content: center;
              align-items: center;
              padding: 2rem;
              min-height: 300px;
              border-radius: 2rem;
              background-color: whitesmoke;
              text-align: center;
              color: #1570B8;
              max-width: 1320px;
              margin: auto;
              margin-top: 4rem;
              margin-bottom: 3rem;
              max-height: 100vh;
              }

            section.availability-check h2 {
              font-size: 1rem;
              max-width: 800px;
           }

          @media (max-width: 575px) {
            section.availability-check {
                  margin: 2rem 1rem
            }
            
            #address {
                     border-radius: 28px 28px;
            }
            
           #check_btn {
                margin-top: 10px;
          }

           #map {
          
              display: none;         
            }


   