    /* .more-images {
        color: #ffffff;
        background-color: blue;
    }
    
    .more-images:hover {
        color: blue;
        background-color: #ffffff;
    }
     */
    
    footer {
        background-color: rgb(2, 2, 189);
        color: #c9c9c9;
        padding: 50px 30px;
        position: relative;
        font-size: 16px;
    }
    
    .tagline {
        text-align: center;
    }
    
    .tel a:link {
        color: #ffffff;
    }
    
    .tech-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    footer a:link {
        text-decoration: none;
    }
    
    .services-color {
        color: #c9c9c9;
    }
    
    .consultancy-services {
        font-size: 0.85rem;
        color: #c9c9c9;
        padding-top: 14px;
    }
    
    @media (min-width: 768px) {
        .footer-divider {
            display: none;
        }
    }
    
    .back-to-top {
        position: absolute;
        bottom: 0px;
        right: 0px;
        padding: 5px;
    }
    
    .social-media-icons {
        color: #c9c9c9;
    }