.container-telefones {
  background-color: #ffff;
  padding-bottom: 2.6875rem;
}

.telefones .card-telefones {
  border-radius: 4px;
  border: solid 1px #ebebeb;
  background-color: #fbfbfb;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 5px;
  margin-bottom: 1.875rem;
  min-height: 155px;
  justify-content: center;
}

.telefones .card-telefones .texto span {
  font-family: Roboto;
  font-size: 16px;
  line-height: 1.63;
  text-align: left;
  color: #65727E;
  display: block;
}

.telefones .card-telefones .texto span a {
  font-family: Roboto;
  font-size: 16px;
  line-height: 1.63;
  text-align: left;
  color: #65727E;
  display: block;
}

.telefones .card-telefones .texto span a:hover {
  color: #EFA729;
}

.telefones .card-telefones .texto a p {
  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  color: #303030;
  margin: 0%;
  padding-top: 5px;
}

.telefones .card-telefones .texto a:hover p {
  color: #EFA729;
}

.card-telefones:hover {
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.18);
  background-color: #ffffff;
}
