.IRcontainerDesktop {
  min-height: 380px !important;
}
.IRcontainerMobile {
  padding-bottom: 40px !important;
  padding-top: 40px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.image-custom {
height: 230px;
    width: auto;
    object-fit: cover;
    left: 15%;
    
}

.IRcontainerDesktop .heading {
  font-size: 42px;
  color: black;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 30px;
}

.IRcontainerMobile .heading {
  font-size: 25px !important;
line-height: 28px !important;

  color: black;
 
  font-weight: 600;

  text-align: center;
  margin-bottom: 10px !important;
}
.IRcontainerDesktop p {
  margin-top: 20px;
  font-size: 20px;
  line-height: 18px;
}

.IRcontainerMobile p {
  margin-top: 18px;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0 !important;
}
.IRcontainer a {
  color: #dc3545;
  text-decoration: none;
}

.IRtextContent {
  padding-bottom: 80px !important;
  padding-top: 80px !important;
  width: 60%;
@media screen and (max-width: 1360px) {
  width: 60% !important;
}


}

@media screen and (min-width: 768px) and (max-width: 878px) {
  .image-custom{
  width: 230px !important;
  margin-top: 7% !important;
}
}
@media screen and (max-width: 576px)  {
.IRcontainerDesktop .heading {

  font-size: 25px !important;
        line-height: 28px !important;
        margin-bottom: 12px;
}

.image-custom {
height: 87px !important;

}

}








    .comparison-table {
      background-color: #fff4e9;
      padding: 30px;
      border-radius: 10px;
      max-width: 1000px;
      padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 30px;
    }

    table {
      table-layout: fixed;
      width: 100%;
    }

    th, td {
      padding: 16px;
      text-align: left;
      vertical-align: top;
      word-wrap: break-word;
        white-space: normal !important;

    }

    thead th {
      background-color: transparent;
      font-weight: bold !important;
      color: black !important;
      font-size: 16px !important;
    }

    /* Match column widths as per image */
    .col-feature {
      width: 75%;
      background-color: transparent !important;
  
    }

    .col-loan {
      width: 25%;
      background-color: transparent !important;
      text-align: center !important;

    }

    /* Mobile-friendly responsive view */
    /* @media (max-width: 768px) {
      .comparison-table thead {
        display: none;
      }
      .comparison-table tr {
        display: block;
        margin-bottom: 1rem;
        border-bottom: 2px solid #ddd;
      }
      .comparison-table td {
        display: block;
        text-align: right;
        padding-left: 50%;
        position: relative;
      }
      .comparison-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 15px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
      }
    } */


    @media (max-width: 768px){
      .interestrate-row-wrap{
        flex-direction: column-reverse;
      }
    .comparison-table {
      padding: 5px !important;
    }
    th, td {
text-align: left;
line-height: 1.2;
    }
    .interest-rate-table tbody tr td:first-child {
    border-right: 1px solid #ced4da !important;
    font-weight: normal !important;
  
}

   .col-feature {
      width: 60%;
      background-color: transparent !important;
  
    }

    .col-loan {
      width: 40%;
      background-color: transparent !important;

    }
    }
    .interest-rate-table{
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}


    .interest-rate-table td{
 border-top-color: transparent!important;
}
    .interest-rate-table th{
 border-bottom-color: transparent!important;
}

    .interest-rate-table tr{
 border-top-color: transparent!important;

}
.interest-rate-table tbody tr td{
  border-bottom: 1px solid #ced4da !important;}


/* Top-left and top-right border radius */
.interest-rate-table tbody tr:first-child td:first-child {
  border-top-left-radius: 10px;
}
.interest-rate-table tbody tr:first-child td:last-child {
  border-top-right-radius: 10px;
}

/* Bottom-left and bottom-right border radius */
.interest-rate-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.interest-rate-table tbody tr td:last-child  {
  border-bottom-right-radius: 10px;
  text-align: center !important;
}
.interest-rate-table tbody tr th:last-child  {
  text-align: center !important;
}
.interest-rate-table tbody tr td:first-child {
    border-right: 1px solid #ced4da !important;
  
}

    
