*{
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif }

.ab{
  padding-top: 130px;
}

.card-body {
  height: 100%;
  width: 100%;
  display: flex;
 
  align-items: center;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

/* Responsive Design */
@media (max-width: 768px) {
  .card-body {
    padding: 15px;
  }
}


  .layout-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    margin-top: 100px;
  }

  .layout-container h2 {
    color: #2c3e50;
  }

  .box-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 12px;
  }

  .boxa {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 12px 6px rgba(233, 128, 48, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 250px;
    border-bottom: 1px solid black;
  }

  .box-icon {
    font-size: 36px;
    color: #f1c40f;
    margin-bottom: 15px;
  }

  .box-title {
    font-size: 24px;
    font-weight: bold;
    color: #34495e;
    margin-bottom: 10px;
  }

  .box-description {
    font-size: 16px;
    color: #8d857f;
    line-height: 1.6;
  }