#lpheader {
  padding 4rem 0 !important;
}

.logos {
display: flex;
align-items: center;
gap: 2rem;
width: 100%;
justify-content: space-between;
}
#lpheader .container {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.logos {
  display:flex;
  align-items:center;
  gap:2rem;
}

.logos img {
  max-width: 100%;
  height: 100%;
  max-height: 4rem;
  display: block;
  width: auto;
}

@media (max-width: 767px) {
  #lpheader .container {
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    gap:3rem;

  }

  .logos {
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    gap:1rem;
  }
}


@media (max-width: 767px) {
  .logos {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
gap: 1rem;
width: 100%;
}
  
 .logos img {
max-width: auto !important;
height: 11vw !important;
max-height: auto !important;
display: block;
width: auto !important;
}
  
  
  h3 {
  font-size:2.2rem  !important;  
}
}



#lpheader {
  padding: 0 4vw;
}

section .sec-head {
text-align: left;
padding: 0 !important;
}

h3 {
  font-size:2.2rem;  
}