.team-one__single-img img {
    height: 250px;    
}

.contact-page-google-map {
    height: 50vh; /* Set the section to 50% of the viewport height */
    position: relative; /* Ensure proper positioning */
}

.contact-page-google-map iframe {
    height: 100%; /* Let the iframe take 100% of the section's height */
    width: 100%;  /* Let the iframe take 100% of the section's width */
    border: none; /* Remove the iframe border */
}

.logo-box-one a img{

    height: 10vh;
}

.logo-box a img{

    height: 10vh;
}

.row{

    /* margin-bottom: 120px; */
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
}