.info p {
  text-align: justify;
  font-size: 16px;
  color: #172c3d;
}

.logo img {
  width: auto !important;
  margin-top: 20px;
}
@media only screen and (max-width: 992px) {
  .logo img {
    /* width: auto!important; */
    /* margin-top: 20px; */
    /* height: 39px; */
  }
  .responsiveHeader .logo {
    margin: 10px;
  }
}
