/*.warranty-spacing{*/
/*    margin-bottom: 120px;*/
/*}*/

/*.color{*/
/*    background-color: black;*/
/*   text-decoration: white;*/
/*}*/

.warrant-accordion .accordion-button:not(.collapsed) {
    background: #000000;
    color: white;
    border-radius: 0px !important;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2) !important;
  }

/*  [type=button]:not(:disabled) {*/
/*    background-color: #000000;*/
/*    color: white;*/
  
/*  }*/
  
  .warranty-head-text{
      font-size: 43.69px;
      font-family: Toyota_Display_BOLD;
      font-weight: 700;
  }
  
.warranty-accordion :focus {
    outline: 0 !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;

}

.warranty-accordion .accordion-button{
    background: #000000;
    color: white;
    border-radius: 0px !important;
    /*margin-bottom: 10px;*/
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2) !important;
}

.warranty-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z' stroke='%23ffffff' stroke-width='2'/></svg>") !important;

    margin-right: 0.8rem !important;
}

.warranty-content-text{
    font-size: 18px;
    font-family: Toyota_Display_REGULAR;
}

.warranty-accordion .accordion-item:last-of-type {
    border-radius: 0px !important;
}

.warranty-accordion .accordion-body{
    margin-bottom: 1.5rem;
    margin-top: 2rem;
}

.warranty-accordion .accordion-item{
    margin-bottom: 1rem;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2) !important;
}

.warranty-title-text{
    font-size: 18px;
    font-family: Toyota_Display_REGULAR;
}

@media screen and (max-width: 575px) {
    .warranty-accordion .accordion-button::after {
        margin-right: -0.7rem !important;
    }
}

@media screen and (max-width: 700px) {
    .warranty-accordion .accordion-body{
    margin-bottom: 0px;
    margin-top: 0px;
}
    .warranty-content-text{
    font-size: 16px;
    }
    
      .warranty-head-text{
      font-size: 36px;
          
      }
}