.service-h1 {
    color: var(--secondary);
    margin-bottom: 40px;
    color: var(--secondary);
    font-family: "Palmer Lake Print" !important;
    font-size: 120px;
    font-style: normal;
    font-weight: 400;
    line-height: 40%;
    letter-spacing: -2px;
    margin-bottom: 40px;
}


ul.faq h2.faq-question[data-status=open] {
    background: #FCBF49;
}

ul.faq h2.faq-question {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 160%;
    padding: 15px 53px 15px 15px;
    background: #FBD790;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #000;
    position: relative;
}

ul.faq h2.faq-question[data-status=open]::before {
    filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(7494%) hue-rotate(209deg) brightness(103%) contrast(101%);
}


ul.faq h2.faq-question::before {
    position: absolute;
    content: "";
    right: 20px;
    top: 17px;
    background-image: url(../images/pet-leg-image.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 28px;
    height: 24px;
    pointer-events: none;
    filter: brightness(0) saturate(100%);
}

/*Review Button*/
.header-top .header-top-wrapper ul.header-linking-wrap li a.link.review-btn{
    background: #0FB2B2;
    border-color: #0FB2B2;
    color: var(--white);
    padding: 11px 20px;
    border-radius: 100px;
    text-transform: uppercase;
}
.header-top .header-top-wrapper ul.header-linking-wrap li a.link.review-btn:hover{
    background-color: var(--white);
    border-color: var(--white);
    color: #0FB2B2;
}

@media only screen and (min-width: 1280px) and (max-width: 1499px){
.header-top .header-top-wrapper ul.header-linking-wrap li a.link.review-btn{
        padding: 10px 20px;
        font-size: 14px;
    }
}