p{line-height: 1.6;}
.warranty .list-pro ul > li {
    padding-bottom: 2rem;
    position: relative;}
.warranty .list-pro ul >li a {
    color: #333333;
    font-weight: 500;
}
.return-warnty p{line-height: 1.6;}

.accordian-design .accordion-button {
    background-color: #273f85;
    color: #fff;
    padding: 2rem;
    display: flex;
    gap: 0 1.2rem;
}
.accordion-item{
    margin-bottom: 1rem;
    border: none;
}
.accordian-design .accordion-button:focus{box-shadow: none;}
.accordian-design .accordion-body {
    border: none;
    padding-top: 2rem;
}
.accordion-button::after {
    content: "+";
    font-size: 42px;
    line-height: 0.2;
    font-weight: 300;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
}
.accordion-button:not(.collapsed)::after{
    transform: rotate(45deg);
    margin-top: -.8rem;
}

.list-pro ul.custom-bullets{padding-top: 1.5rem;}
.list-pro ul.custom-bullets > li {
    padding-bottom: 2rem;
    position: relative;
    font-weight: 500;
}
.list-pro ul.custom-bullets>li:before {
    top: 0.6rem;
}
.list-pro ul.custom-bullets > li a{
    color: #333333;
}
.list-pro ul.custom-bullets > li a:hover{
    color: #273f85;
}