.google-maps {
    width: 100%;

    height: 66vh;

    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;

    gap: 10px 0;
    
    background: linear-gradient(150grad, #0095be, #83e2fc);
    
    font-weight: 600;
    font-size: var(--banner-text-size);
    
    text-align: center;
    
    color: var(--banner-color);
}