.sec-cat-box{
  position: relative;
}
.sec-cat-box-v1.mb-104{
  margin-bottom: 8rem;
}
.sec-contact-v2 + .sec-cat-box-v2{
  margin: 6.4rem 0 0;
  padding-bottom: 10.4rem;
  position: relative;
}
.sec-contact-v2 + .sec-cat-box-v2::before{
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  bottom: 0;
  height: 156.4rem;
  background: linear-gradient(360deg, #DBE6E6 0%, #EEFAFA 35%, #FFFFFF 100%);
}
.cat-box{
  position: relative;
  min-height: 42rem;
  padding: 6.4rem;
  text-align: center;
  background-image:url(../images/cat-bg.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.sec-cat-box-v1 .cat-box{
  background-image: url(../images/cat-bg-01.jpg);
}
.sec-cat-box-v2 .cat-box{
  background-image: url(../images/cat-bg-02.jpg);
}
.cat-box-block .h2{
  margin-bottom: 1.6rem;
}
.cat-box-block .h2:last-child{
  margin-bottom: 0;
}
.cat-box-block .btn-group{
  margin: 4.8rem -0.6rem 1.6rem;
}
.cat-box-block .cat-text + .btn-group,
.sec-cat-box-v2 .btn-group{
  margin-top: 3.2rem;
}
.cat-box-block .btn{
  margin: 0 0.6rem;
}
.cat-box-block .btn-group:first-child{
  margin-top: 0;
}
.cat-box-block .btn-group:last-child{
  margin-bottom: 0;
}
.cat-text p{
  font-size: 1.8rem;
  line-height: 160%;
}
.btn-group + .cat-text p{
  font-size: 1.4rem;
  line-height: 160%;
}
@media(min-width:1200px) and (max-width:1339.98px){
  .sec-contact-v2 + .sec-cat-box-v2 {
    margin: 5.6rem 0 0;
    padding-bottom: 8.8rem;
  }
  .cat-box {
    min-height: 37rem;
    padding: 4.8rem;
  }
  .cat-box-block .btn-group {
    margin: 4rem -0.6rem 1.6rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .sec-contact-v2 + .sec-cat-box-v2 {
    margin: 5.6rem 0 0;
    padding-bottom: 8rem;
  }
  .cat-box {
    min-height: 34rem;
    padding: 4rem;
  }
  .cat-box-block .btn-group {
    margin: 4rem -0.6rem 1.6rem;
  }
  .cat-text p {
    font-size: 1.7rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .sec-contact-v2 + .sec-cat-box-v2 {
    margin: 4.8rem 0 0;
    padding-bottom: 7.2rem;
  }
  .cat-box {
    min-height: 33rem;
    padding: 3.2rem;
  }
  .cat-box-block .btn-group {
    margin: 3.2rem -0.6rem 1.6rem;
  }
  .cat-text p {
    font-size: 1.6rem;
  }
}
@media(max-width:767.98px){
  .sec-cat-box-v1.mb-104 {
    margin-bottom: 6.4rem;
  }
  .sec-contact-v2 + .sec-cat-box-v2 {
    margin: 4rem 0 0;
    padding-bottom: 6.4rem;
  }
  .cat-box {
    padding: 4.8rem 2.4rem;
    min-height: initial;
  }
  .cat-box-block .btn-group {
    margin: 3.2rem 0 1.6rem;
  }
  .cat-box-block .btn{
    width: 100%;
    margin: 0;
  }
  .btn-group + .cat-text p {
    font-size: 1.3rem;
  }
  .cat-text p {
    font-size: 1.6rem;
  }
  .cat-text p br{
    display: none;
  }
}