.p-head {
  background-color: rgba(225, 243, 240, 1.0);
  padding: 125px 0 50px;
}

.p-head h1 {
 margin-bottom; 25px; 
}
.p-desc {
 margin-bottom: 15px; 
}

.p-body {
 padding: 50px 0; 
}

.prom-img-col img {
 width: 100%;
  height: auto;
}

.tags-specialty {
 margin-bottom: 15px; 
}

.btn-row {
 display: flex;
  align-items: center;
  padding-bottom: 25px;
  justify-content: center;
}

.back-arrow {
display: flex;
align-items: flex-start;
  margin-bottom: 15px;
}

.back-arrow svg {
 width: 15px; 
  fill: #215151;
  margin-right: 3px;
}

.popular-flag {
  font-size: 12px;
  color: #2e5050;
  margin-bottom: 5px;
}
.tags-specialty {
 display: flex;
    gap: 5px;
    flex-wrap: nowrap;
    overflow-x: auto; 
}


.prom-card-medical-tag {
   background-color: #70b8a7; 
  color: #fff;
  padding: 5px 20px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  font-size: 16px;
  flex: 0 0 auto;
  margin-bottom: 10px;
  -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}

.prom-card-medical-tag:hover {
   background-color: #2e5050; 
  
}

.tags-specialty::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}

.tags-specialty::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius: 10px;
  -webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}

.tags-specialty::-webkit-scrollbar-thumb {
  background: #70b8a7; 
  border-radius: 10px;
}

.tags-specialty::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.tags-specialty {
  scrollbar-width: thin;
  scrollbar-color: #70b8a7 #f1f1f1;
}