.heading-content h1{
    font-size: 2.8em;
    font-weight: 700;
    color: #000 !important; /* Title color changed to black */
    margin-bottom: 60px;
    position: relative;
    text-align: center;
}

/* .heading-content h1::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: #2676bd;
    margin: 10px auto 0;
    border-radius: 2px;
} */
.warranty-list{
    display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  /* border-radius: 0.375rem; */
  color: black

}

.list-warranty {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    /* border: 1px solid rgba(0, 0, 0, 0.125); */
    /* border-radius: 0.375rem; */
  }

.alert-box {
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.alert-danger {
    background-color: #ffebee;
    border-color: #ffcdd2;
    color: #c62828;
}

.alert-info {
    background-color: #e3f2fd;
    border-color: #bbdefb;
    color: #1565c0;
}

.heading-hide{
    visibility: hidden;
    margin-bottom: 0;
}



@media (max-width: 475px) {
    .heading-hide{
        visibility: visible;
        margin-bottom: 10px;
    }
    .heading-visible{
        visibility: hidden;
    }
    .heading-content {
        font-size: 2.2em;
        flex-direction: column;
    }

    .heading-content h1{
        margin-bottom: 0;
    }

    .heading-content::after {
        font-size: 2.2em;
        flex-direction: column;
    }
}

@media (max-width: 786px) {
    .heading-hide{
        visibility: visible;
        margin-bottom: 30px;
    }
    .heading-visible{
        visibility: hidden;
    }
    .heading-content h1{
        margin-bottom: 0;
    }

}