.appointment-top-section {
  margin: 0 auto 70px;
  max-width:1400px;
}
.appointment-top-section p {
  padding: 0 0 15px;
  margin: 0;
  color: #000;
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.appointment-top-section p:last-of-type{
  padding: 0;
}
.appointment-top-section h3 {
  font-size: 35px;
  line-height: 30px;
  font-family: Outfit;
  font-style: normal;
  font-weight: 600;
  color: #2a2663;
  margin: 0 0 30px;
}
.appointment-top-section h3.type {
margin-top: 40px;
}
body.widget-snippet .appointment-top-section p{
  opacity:unset;
  padding:5px;
}


.appointment-top-section p b{
  font-weight: 500;
}
.appointment-top-section p a{
  color: #f0516f;
}
.appointment-top-section p a:hover{
  color: #84cdb4;
  text-decoration: underline;
}
