@media screen and (max-width: 768px) { /* Bootstrap's mobile view breakpoint */
    .header-image-col {
        align-items: center;
        padding: 50px 50px 20px 50px;
    }
    
    .header-content-col {
        justify-content: center;  /* Centering y-axis */
        padding: 20px 40px 30px 40px;
   }
    
    .header-image {
        width: 80%;
    }
    
    .connect-image-col {
        align-items: center;
        padding: 10px 50px 50px 50px;
    }
    
    .connect-image {
        width: 80%;
        max-width: 300px;
    }
    
    .action-button {
        font-size: 22px;
    }
    
    h1 {
        font-size: 40px;
    }
    
    h2 {
        font-size: 20px;
    }
    
    h3 {
        font-size: 30px;
        margin-bottom: 60px;
    }
    
    .secondary-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .primary-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .gallery {
        margin-top: 40px;
        margin-bottom: 0px;
    }
    
    .connect-row p {
        font-size: 20px;
    }
    
    .connect-info h3 {
        text-align: center;
    }
}