section.home-family-pet {
    max-width: 1400px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
}

section.home-family-pet .family-pet-pic {
    width: 100%;
    display: block;
    position: relative;
}

section.home-family-pet .family-pet-content {
    max-width: 800px;
    margin: 0 auto 0 0;
    padding: 0 70px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

section.home-family-pet .family-pet-content h3 {
    font-family: 'Dozen';
    font-style: normal;
    font-weight: 400;
    font-size: 52px;
    line-height: 62px;
    color: #fff;
    margin-bottom: 30px;
}

section.home-family-pet .family-pet-content p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
}
section.home-family-pet .family-pet-content a{
    display: block;
    margin: 25px auto 0 0;
    width: 261px;
    background: #000;
    border-radius: 50px;
    color:#fff;
    font-family: 'Dozen';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 11px;
}
section.home-family-pet .family-pet-content a:hover{
    background: #fff;
    color:#000;
}
section.home-family-pet .family-pet-content a:after{
    content: "";
    display:inline-block;
    width:26px;
    height: 15px;
    overflow:hidden;
    margin-left:7px;
    background:url("/template/a4b051f7/images/arrow-icon.svg");
    background-position-y: 21px;
}
section.home-family-pet .family-pet-content a:hover:after{
    background-position-y:-3px;
}


@media screen and (max-width: 1400px){
section.home-family-pet {
    max-width: 96%;
}
  section.home-family-pet .family-pet-content h3 {
    font-size: 49px;
  }
}

@media screen and (max-width: 1200px){
section.home-family-pet .family-pet-content {
    max-width: 600px;
}
  section.home-family-pet .family-pet-content h3 {
    font-size: 30px;
    line-height: 40px;
  }
section.home-family-pet .family-pet-content p {
    font-size: 15px;
    line-height: 20px;
}
section.home-family-pet .family-pet-content a {
    width: 200px;
}
}

@media screen and (max-width: 991px){
section.home-family-pet .family-pet-content {
    max-width: 490px;
    padding: 10px 30px;
}
  section.home-family-pet .family-pet-content h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0;
  }
section.home-family-pet .family-pet-content p {
    font-size: 14px;
    line-height: 20px;
}
section.home-family-pet .family-pet-content a {
    width: 190px;
    margin: 10px auto 0 0;
}
}
@media screen and (max-width: 767px){
section.home-family-pet {
 max-width: 94%;
 height: 340px;
background: rgb(0,56,255);
background: linear-gradient(13deg, rgb(0 130 176) 0%, rgb(3 107 145) 100%);
}
section.home-family-pet .family-pet-content a {
    width: 190px;
    margin: 10px auto 0 0;
    font-size: 14px;
    height: 50px;
}
  section.home-family-pet .family-pet-content p {
    font-size: 14px;
    line-height: 20px;
}
  section.home-family-pet .family-pet-content h3 {
    font-size: 18px;
    max-width: 220px;
}
}
