@media (max-width: 992px) {
  .block-01 .claim-text,
  .banner_claim .title {
    font-size: 28px;
  }

  .block-02 .claim-text,
  .title {
    font-size: 36px;
  }

  .block-04 .content,
  .block-03,
  .subtitle {
    font-size: 18px;
  }

  .block-01,
  .block-02 {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .block-03 img {
    max-width: 80px;
  }

  .vis-detail-right {
    text-align: left;
  }

  .block-01,
  .block-02 {
    height: auto;
    padding-bottom: 48px;
  }

  footer h4::before {
    content: none;
  }

  footer h4 {
    padding-top: 24px;
  }

  .banner_home {
    background-size: cover;
  }
}

@media (max-width: 576px) {
  .block-01,
  .block-02 {
    height: auto;
    padding: 50px 0;
  }

  .block-02 {
    height: auto;
    padding: 0px 0 50px 0;
  }

  .block-02 .claim-text {
    padding-top: 50px;
  }

  .banner_home {
    background-image: url(../../../media/home/heartw.jpg);
    background-position: -200px center;
  }
  .facet_sidebar {
    display: none;
  }

  .block-01 .claim-text,
  .banner_claim .title {
    font-size: 20px;
  }

  .block-02 .claim-text,
  .title {
    font-size: 28px;
  }
}
