.icon-style {
  width: 65px;
  height: 65px;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
}



.dicade{
  padding-right: -5px;
}


.custom-card {
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    height: 100%;
  }

  .card-title {
    font-weight: bold;
    margin-bottom: 1.5rem;
    color: #0d1b3f;
    border-left: 4px solid red;
    padding-left: 12px;
  }

  .spec-list {
    list-style-type: disc;
    padding-left: 1.5rem;
  }

  .spec-list li {
    margin-bottom: 0.5rem;
  }

  .spec-list li span {
    display: inline-block;
    min-width: 180px;
    font-weight: 600;
    color: #000;
  }


  .section-title {
    
    font-weight: bold;
    font-size: 1.3rem;
    margin-top: 30px;
  }

  .highlight-red {
    color: red;
    font-weight: bold;
  }

  .content-section {
    margin-bottom: 20px;
    line-height: 1.7;
  }