.imp-bar{
  width: 100vw;
  height: 15px;
  background-color: #777777;
}

.imp{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 50px;
  gap: 20px;
}

.imp-logo{
  height: 120px;
  margin-top: 25px;
}

.contact{
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #173c51;
}

.rights{
  display: flex;
  justify-content: center;
  color: #173c51;
  margin-bottom: 20px;
}

@media(max-width:600px){
  .imp-logo{
    height: 80px;
  }
  .contact{
    font-size: 10px;
    margin-top: 0px;
  }
  .rights{
    font-size: 10px;
  }
}