* {
  box-sizing: border-box;
  margin: 0;
}
p {
  margin-top: 0;
  margin-bottom:0;
}
.descricao-root {
  padding: 2rem;
}

.descricao-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
}

.descricao-subtitle{
  text-align: center;
}

.descricao-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-top: 10px;
}
.descricao-info-text {
  display: flex;
  gap: 5px;
  align-items: center;
}

@media (max-width: 480px) {
 .descricao-info {
    display: block;
    align-items: center;
  }
.descricao-info-text {
  padding: 3px;
}  
}

.divider {
  border: solid;
  border-width: 1px;
  border-bottom: 0px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 25px;
}

.second-title {
  margin-bottom: 5px;
}

.description-text {
  color: #676767;
  margin-top: 5px;
  margin-bottom: 20px;
}

.descricao-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.send-button {
  cursor: pointer;
  height: 45px;
  width: 200px;
  background-color: #288348;
  color: white;
  border-width: 0;
  border-radius: 10px;
}

.share-button {
  cursor: pointer;
  display: flex;
  align-items: center;
  border: none;
  background: none;
}
