.sobre .box-img-sobre {
  height: 380px;
  position: relative;
  margin-top: 10px;
}

.sobre .box-img-sobre::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #004a8e;
  position: absolute;
  bottom: -25px;
  left: -25px;
}

.sobre .box-img-sobre img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sobre .h1-sobre {
  position: relative;
}

.sobre .h1-sobre::after {
  content: "";
  display: inline-block;
  width: 30%;
  height: 4px;
  background: #004a8e;
  position: absolute;
  left: 0;
  bottom: -16px;
}

.sobre .btn-ler:hover {
  color: #00adee;
  border: 1px solid #00adee;
}
