      
      .spot-section1 {
            display: none;
        }
      
      
        
    @media only screen and (max-width: 700px) {
        
        .spot-section1 {
            display: block;
        }
        
        .spot-section1 {
            display: flex;
            align-items: center;
        }
      
       .hidden {
            display: none;
        }
      
      .imaging1 {
          height: 350px;
          width: 100%;
      }
      
      
      .logan {
          width: 100px;
          height: 75px;
          position: relative;
          margin: -150px 0 0 80px;
          background-color: #FBCEB1;
          text-align: center;
          padding-top: 25px;
          border-radius: 50%;
          align-items: center;
          z-index: 5;
       }
       
       .logan img {
           width: 70px;
           height: 50px;
       }
      
      .blogan {
          width: 80%;
          position: relative;
          margin: -50px auto 0 auto;
          background-color: white;
          z-index: 3;
          border-radius: 20px;
          padding-top: 50px;
          padding-left: 30px;
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          padding-bottom: 5px;
      }
      
      .container1 a {
          text-decoration: none;
          color: black;
      }
      
       .next1 {
            font-size: 30px;
            padding: 10px 18px;
            margin-left: -50px;
            z-index: 7;
            background-color: white;
            border-radius: 50%;
        }
        
        .prev1 {
            font-size: 30px;
            padding: 10px 18px;
            margin-right: -50px;
            z-index: 7;
            background-color: white;
            border-radius: 50%;
        }
        
    }    
        
        