.HonestIcon {
  border: solid 0px #b7b7b7;
  margin: 20px;
  border-radius: 5px;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: #04395e;
  padding: 35px 5px 35px 0;
}

.hip p {
  margin-bottom: 10px;
}

.hipa {
  margin: 35px 0 10px 5px;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
}

.hipblock {
  display: flex;
  gap: 25px;
}

.hiplogo {
  width: 70%;
  border: solid 1px #b7b7b7;
  border-radius: 10px;
  background-color: #fadd00;
}

.hipimg {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .hipblock {
    display: flex;
    flex-direction: column;
  }
  .hiplogo {
  width: 100%;
}

}