/* Location page need to start button alignment */
span.your-location__details-content.location-page-need-to-start-button {
  font-size: 13px;
  padding: 11px 25px;
  font-weight: 700;
  border: 1px solid #000;
  border-radius: 1.9em;
  transition: all 0.25s ease-in-out;
  background-color: #EF8B22;
  color: #000;
  border-color: #EF8B22;
  line-height: 1.25;
  margin-top: 17px;
}
.your-location__details-content.location-page-need-to-start-button a {
  text-decoration: none;
}
.page-node-type-location .card-item-custom .field--item{
  font-family: "Hepta Slab", serif;
}

@media (max-width: 991px){
    .get-started-main .birdeye-script-mob-hide{
        display: none;
    }
    .page-node-type-blogs .birdeye-script-mob-hide{
        display: none;
    }
    /* PMA-65 */
    .parent-resource-subcategory-landing-blocks  .view-content .views-row span a{
    font-size: 19px;
  }
}

/* PMA-65 */
.parent-resource-subcategory-landing-blocks{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 20px;
}
.parent-resource-subcategory-landing-blocks  .view-content .views-row span a{
    font-size:28px;
}
.parent-resource-subcategory-landing-blocks .parent-resource-subcategory-landing-blocks .view-content .views-row{
    padding-bottom: 10px;
}
.parent-resource-subcategory-landing-blocks span a:first-of-type::before {
    display: inline-block;
    content: '';
    background: url('/themes/custom/proudmoment/images/document-icon.svg');
    width: 17px;
    height: 22px;
    background-repeat: no-repeat;
    margin-right: 10px;
}





