.container-sistema-cremerj p {
  margin-bottom: 15px;
}

.container-sistema-cremerj img {
  width: 100%;
}

.container-sistema-cremerj a {
  color: black;
  font-weight: bold;
}

.container-sistema-cremerj a:hover {
  color: #2a612f;
  text-decoration: underline;
}

.autoatendimento_imagem img {
  width: 60%;
  float: left;
  padding: 0 20px 20px 0;
}

.autoatendimento_destaque {
  font-size: 32px;
  color: #0800E9;
  font-weight: bold;
  text-align: left !important;
  padding: 15px 0;
}

@media (orientation: portrait), (max-width: 950px) {
  .autoatendimento_imagem img {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-top: 35px;
  }
}