/* Site Adjustments */

/* hp */
.homepage-hero.hero-intro .hero-overlay-info.animate-blur {
    -webkit-backdrop-filter: blur(0px) !important;
    backdrop-filter: blur(0px) !important;
}

/* footer */
.vero-container {
    display: flex;
    flex-direction: column;
    justify-contetn: center;
    padding: 0 25px;
    position: relative;
}

.vero-container img {
    max-width: 250px;
    margin-bottom: 20px;
}

.vero-container .header-text-style-4 {
    color: var(--footer-text-color);
}

@media (min-width: 1180px) {
    footer .top-section {
        grid-template-columns: repeat(4, 1fr);
    }
    
    footer .footer-office-information {
        padding: 0 25px;
    }
    
    .vero-container:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        background-color: var(--footer-pipe-color);
        height: 100%;
        width: 2px;
    }
    
    footer .footer-office-information:after, 
    footer .footer-office-information:before,
    .vero-container:before {
        max-height: 200px;
        transform: translate(0%, -50%);
        top: 50%;
    }
}