.ush_text_2 i.material-icons{
	color: #adadad !important;
}
.top_bar_pink_btn:hover{
    background-color: #f22966 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.commerciale-grid .commerciale-box:first-child {
    grid-column: 1 / -1;  /* spans full width */
  }

  .custom-accordion .w-tabs-section-header.active .w-tabs-section-title,
  .custom-accordion .w-tabs-section-header.active i{
color: #777;
  }


  .blue-btn:hover {
    background: #006c88 !important;
}

  @media(max-width:767px){
    .custom-accordion .w-tabs-section-header .w-tabs-section-title{
        font-size: 1rem !important;
    }
  }