/*****************************************/
/*     Start your custom style here      */
/*****************************************/


/* Main Nav - 2 column sub menu on Desktop*/

@media screen and (min-width: 768px){
nav > ul > li:nth-child(1) > ul {
        display: flex !important;
        flex-wrap: wrap !important;
        flex-direction: column;
        width: 650px !important; /* Adjust this value for the width of the submenu itself  */
        height: 492px; /* If you add more menu items you may need to adjust this menu height */
}
nav > ul > li:nth-child(1) > ul > li{
          box-sizing: border-box !important; 
          margin: 0 !important; 
          width: 50% !important; 
  }
  
 
.widget_1712113621759 .item-card {
    padding: 0rem;
 padding-bottom: 20px;
}


.sr-cards-image-01 .card-image img {
    border-radius: 0px !important;
    height: 100%;
    margin: 0 auto;
    width: 100%;
}