.hide-explanation td .label-mobile {
    display: none !important;
}



.custom-home-table tr:not(.action-section):first-child td {
  background-color: rgb(17, 131, 32);
  color: #fff;
  font-weight: 500;
  padding: 20px;
}



table:not(.document-table):not(:has(.action-table &))
  > tbody
  > tr:not(.action-section)
  > td {
  word-break: break-word;
}

 .custom-home-table .right-col table td:nth-child(1) {
  min-width: 100px !important;
  width: 100px !important;
}
.custom-home-table .right-col table td:nth-child(2) {
  min-width: 130px !important;
  width: 130px !important;
}
.custom-home-table .right-col table td:nth-child(3) {
  min-width: 500px !important;
  width: 500px !important;
}

@media (max-width: 768px) {
  .custom-home-table .right-col {
    overflow-x: scroll;
    padding-top: 32px;
  }
  .custom-home-table .right-col table {
    position: relative;
    width: 830px !important;
  }

 

  .custom-home-table .right-col table::before {
    content: "Scroll right for more info.";
    position: absolute;
    top: -45px;
    left: 0;
    background: #fff3cd;
    color: #856404;
    padding: 8px 12px 8px 35px;
    border-radius: 4px;
    font-size: 18px;
    border: 1px solid #ffeebb;
    z-index: 10;
    animation: pulse 2s ease-in-out infinite;
  }

  .custom-home-table .right-col table::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23856404'%3E%3Cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 16px 16px;
    background-color: #fff3cd;
  }
}



@media (max-width: 575px) {
.hero-block .container.has-overlay-card {
    padding-bottom: 50px !important;
}
    .hero-overlay-card {
    
        .container {
            max-width: 92%;
            padding: 20px;
        }

        .inner-card-container {
            padding: 20px !important;

            .title {
                font-size: 36px !important;
            }

            .subtitle {
                font-size: 22px !important;
            }
        }
    }
}