#block-warranty-service {
    margin-bottom: 60px;
  }
  #block-warranty-service .img-banner img {
    width: 100%;
    height: auto;
  }
  #block-warranty-service h1.title {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    color: #1f2125;
    margin: 60px 0 30px;
  }
  #block-warranty-service .tab {
    position: relative;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #DBE1E3;
    padding-bottom: 20px;
  }
  #block-warranty-service .tab a.active h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #1464F4;
    width: 100%;
    display: block;
    margin-bottom: 0;
  }
  #block-warranty-service .tab a:not(.active) h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #979797;
    width: 100%;
    display: block;
    margin-bottom: 0;
  }
  #block-warranty-service .tab a.active {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #2C72C6;
    width: 100%;
    display: block;
    margin-bottom: 0;
  }
  #block-warranty-service .tab a:not(.active) {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #1F2125;
    width: 100%;
    display: block;
    margin-bottom: 0;
  }
  #block-warranty-service .tab a.active + div.line-bottom {
    height: 3px;
    width: 100%;
    background: #1464F4;
    position: absolute;
    bottom: 0;
  }
  #block-warranty-service .field--name-field-body {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #1F2125;
    padding-top: 30px;
    padding-bottom: 60px;
  }
  
  #block-warranty-service .tab-header, #block-warranty-service .body {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
  }
  
  #block-warranty-service .body {
    padding: 30px 15px 0;
    font-size: 16px;
    font-weight: 500;
  }
  
  @media (min-width: 576px) {
    #block-warranty-service .tab a h1 > br, #block-warranty-service .tab a > br {
      display: none;
    }
  }