.f-logo img, .fw-logo img, .logo img {
    max-height: 109px;
}
.transparent-header {
    background: white;
    backdrop-filter: blur(80px);
}
.mobile-menu {
    
    display: none !important;
}
.extra-info {
  display: none !important;
}
.about-img-six {
    margin-inline-start: 0px;
    padding-top: 0px;
    position: relative;
}
.about-img-six img:first-child {
    max-width: 70%;
    position: unset;
    border-radius: 10px;
}
.about-img-six img:first-child {
    max-width: 90%;
    position: unset;
    border-radius: 10px;
    height: 580px;
    margin: auto;
}
.brand-item a{
  display: flex;
  justify-content: center;
}
.brand-item img {
    cursor: pointer;
    filter: grayscale(0%);
    opacity: 1;
    border-radius: 50%;
    max-width: 60%;
}