.logoBox {
    height:30px; 
    margin-right: 20px;
}

.logoBox img {
    height: 35px;
    width: 35px;
    object-fit: cover;
    border-radius: 100%;
  }

