section.friends-happiness-pet {
    background: url("/template/dd91171d/images/happyness-bg.png");
    padding: 70px 0 0;
    margin:100px auto;
}

section.friends-happiness-pet .friends-happiness-pic {
    text-align: center;
    margin: 44px 0 0;
}

section.friends-happiness-pet .friends-happiness-content {
    max-width: 900px;
    margin: 0 auto;
}

.friends-happiness-content h3 {
    font-family: var(--bk-font-heading, 'DynaPuff');
    font-style: var(--bk-h3-style, normal);
    font-weight: var(--bk-h3-weight, 500);
    font-size: var(--bk-h3-size, 48px);
    line-height: var(--bk-h3-line-height, 56px);
    text-align: center;
    color: var(--bk-color-ink, #000000);
    margin: 0 auto 16px;
}

.friends-happiness-content p {
    font-family: var(--bk-font-base, 'Open Sans');
    font-style: var(--bk-p-style, normal);
    font-weight: var(--bk-p-weight, 400);
    font-size: var(--bk-p-size, 20px);
    line-height: var(--bk-p-line-height, 27px);
    display: flex;
    align-items: center;
    text-align: center;
    color: var(--bk-color-ink, #000000);
      margin: 0;
}

section.friends-happiness-pet .friends-happiness-content a{
    display:block;
    margin: 32px auto 0;
    width: 197px;
    height: 52px;
    background: var(--bk-color-ink, #000);
    border-radius: 50px;
    color:var(--bk-color-background, #ffffff);
    font-family: var(--bk-font-heading, 'DynaPuff');
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 52px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0 5px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
section.friends-happiness-pet .friends-happiness-content a:hover{
    background: var(--bk-color-primary, #FF6B35);
}
.friends-happiness-content a:after{
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    position: relative;
    top: 6px;
    margin: 0 0 0 5px;
    background: url("/template/dd91171d/images/arrow-right-long.png");
}
.friends-happiness-content a:hover:after{}

@media screen and (max-width: 1200px){
section.friends-happiness-pet {
    margin: 70px auto;
}
.friends-happiness-content h3 {
    font-size: 40px;
    line-height: 50px;
}
.home-blog {
    margin-bottom: 60px;
}
}
@media screen and (max-width: 991px){
section.friends-happiness-pet {
    margin: 50px auto;
    padding: 45px 0 0;
}
.friends-happiness-content h3 {
    font-size: 28px;
    line-height: 37px;
    max-width: 570px;
}
  .friends-happiness-content p {
    font-size: 16px;
    line-height: 27px;
        max-width: 90%;
    margin: 0 auto;
  }
  section.friends-happiness-pet .friends-happiness-content a {
    width: 200px;
  }
}
@media screen and (max-width: 767px){
  .friends-happiness-content h3 {
    font-size: 24px;
    line-height: 32px;
  }
  section.friends-happiness-pet {
    margin: 40px auto;
    padding: 35px 0 0;
}
section.friends-happiness-pet .friends-happiness-content a {
    margin: 15px auto 0;
    width:180px;
    height: 50px;
    font-size: 14px;
}
}
