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

section.friends-happiness-pet .friends-happiness-pic {
    text-align: center;
}

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

.friends-happiness-content h3 {
    font-family: 'Dozen';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    color: #000000;
    margin:0 auto 25px
}

.friends-happiness-content p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
}

.friends-happiness-content a{
    display:block;
    margin: 25px auto 0;
    width: 210px;
    height: 52px;
    background: #000;
    border-radius: 50px;
    color:#fff;
    font-family: 'Dozen';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 10px;
}
.friends-happiness-content a:hover{
    background: #fff;
    color:#000;
}
.friends-happiness-content a:after{
    content: "";
    display:inline-block;
    width:26px;
    height:18px;
    overflow:hidden;
    margin-left:7px;
    background:url("/template/a4b051f7/images/arrow-icon.svg");
        background-position-y:25px
}
.friends-happiness-content a:hover:after{
    background-position-y:0;
}

@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;
  }
  .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;
}
.friends-happiness-content a {
    margin: 15px auto 0;
    width:180px;
    height: 50px;
    font-size: 14px;
}
}
