@media only screen and (max-width:360px) {
  html {
    font-size: 55% !important;
  }

  h3 {
    font-size: 100% !important;
  }

  h4 {
    font-size: 100% !important;
  }

  p {
    font-size: 11px !important;
  }

  .logo-certified {
    width: 50%;
    margin-left: 84px !important;
    margin-bottom: -35px !important;
  }
}

@media only screen and (min-width:361px) and (max-width:540px) {
  html {
    font-size: 70% !important;
  }

  p {
    font-size: 12px !important;
  }

  .logo-certified {
    width: 65%;
    margin-left: 19% !important;
    margin-bottom: -35px !important;
  }

  h3 {
    font-size: 100% !important;
  }

  h4 {
    font-size: 100% !important;
  }
}

@media only screen and (min-width:760px)and (max-width:780px) {
  p {
    font-size: 14px !important;
  }

  h4 {
    font-size: 20px !important;
  }

  h3 {
    font-size: 19px !important;
  }

  .logo-certified {
    margin-top: 45px !important;
    margin-left: 10px !important;
    max-width: 90% !important;
  }
}

@media only screen and (min-width:1000px)and (max-width:1100px) {
  p {
    font-size: 20px !important;
  }
  .logo-certified{
    margin-top: 15px !important;
margin-left: 35px !important;
max-width: 85% !important;
  }

  h4 {
    font-size: 20px !important;
  }

  h3 {
    font-size: 21px !important;
  }
}

p {
  font-size: 20px;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 24px;
}

.logo-certified{
  margin-top: 15px;
  margin-left: 70px;
  max-width: 85%;
}

.text-align{
  text-align: justify;
}
.address{
  list-style-type:disc;
}
