.lwCompBadge {
  color: #044E54;
  font-size: 0.7rem;
  padding: 0.2rem;
  border: 1px solid #044e54;
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0.2rem;
}

.lwCompBadge:hover {
  color: white;
  background-color: #044e54;
}

.lwCard-company-lawyers {
  border: none;
  background-color: transparent;
  width: 100%;
}

.lwCard-company-lawyer-text {
  font-size: 0.7rem;
}

.lwCard-company-lawyer-text-box {
  margin-bottom: 2rem;
}

.lwCard-company-header {
  border: none;
  background-color: transparent;
  margin-bottom: 1rem;
  border-bottom: 4px solid #0E7C86;
}

.lwCard-company-footer {
  border: none;
  background-color: transparent;
  text-align: right;
  height: 25px;
  margin-bottom: 15px;
}

/* News and publication */

.pub-text {
  font-size: .7rem;
}

/* News and publication media */

.img-publication-media {
  width: 6rem;
}

/* Image of lawyer card */

.img-fluid-lawyer-card {
  height: 8rem;
  border-radius: 25px;
}

/* Image of publications and news */

.lwmedia-company {
  margin-bottom: 1.5rem;
}

/* Lawyer card icones */

.contact-icones {
  margin-right: 1rem;
  color: #0E7C86;
}

.contact-item {
  background-color: white;
  border-radius: 25px;
  padding: 0.5rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

