.new-migraie-sec {
    position: relative;
    text-align: center;
    padding: 100px;
    background: #DFF2F9;
}
.new-migraie-sec::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 500px;
    width: 100%;
    height: 10px;
    background: #E78932;
}
.new-migraie-sec h2 {
    color: #000;
    font-size: 45px;
    line-height: 1;
    margin-bottom: 40px;
}
.new-migraie-sec p {
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    font-style: italic;
}
/* New Accordion Seciton  */
.new-accordion h2 {
    font-size: 30px;
    color: #0A1733;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #DDD;
    position: relative;
    cursor: pointer;
}
.new-accordion h2::after {
    content: '';
    position: absolute;
    top: 8px;
    right: 0;
    width: 14px;
    height: 14px;
    border-bottom: 2px solid #E78932;
    border-left: 2px solid #E78932;
    transform: rotate(-45deg);
    transition: .3s;
}
.new-accordion h2.active::after {
    transform: rotate(137deg);
    top: 15px;
}
.accordion-body {
    display: none;
}
.accordion-body,
.accordion-body p,
.accordion-body ul li,
.accordion-body ul li a {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #0a1733;
}
.accordion-body a u,
.accordion-body a {
    color: #77D9FF;
    text-decoration: underline;
}
.accordion-body a:hover u,
.accordion-body a:hover {
    text-decoration: none;
}
.new-accordion p {
    margin-bottom: 30px;
}
.accordion-body ul {
    margin: 40px 0;
    background: #EDF1F4;
    padding: 40px;
    border-radius: 5px;
}
.accordion-body ul li {
    margin-left: 20px;
    list-style: square;
}
.accordion-body ul li + li {
    margin-top: 10px;
}
.accordion-body ul li::marker {
    color: #77D9FF;
}









