/* @media(max-width:768px){

    .hideuu{
        display: none;
    }
  } */
  .paddingadded{

    padding:30px 40px 30px 40px !important;
}
.chart-list2 h1{

    font-weight: 600 !important;
    font-size: 24px !important;
}

.chart-list2 p{

  padding-bottom: 5px;  
}

.chart-list2 h2{

     font-weight: 600 !important;
    font-size: 20px !important;
}

.chart-list2 UL{

    list-style-type: disc !important;
}

.chart-list2 ol{

    padding-left: 2rem;
}
.menu-content svg{

    fill: #9ca3af !important;
    stroke: #9ca3af !important;
}

@media(max-width:576px){

    .paddingadded{

        padding:30px 10px 30px 10px !important;
    }

    h2.text-4xl{

        font-size: 27px;
        line-height: 34px;
    }
}