  .container-box {
      border-radius: 10px;
      background-color: #D9D9D9;
      padding: 20px;
    }
    .section-title {
      font-weight: 700;
      font-size: 1.25rem;
    }
    .divider {
      border-top: 1px solid black;
      margin: 15px 0;
    }
    .btn-learn {
      background-color: #f4a300;
      border: none;
      color: white;
      padding: 10px 20px;
      border-radius: 5px;
      font-weight: 600;
      transition: background-color 0.3s ease;
    }
    .btn-learn:hover {
      background-color: #d48b00;
      color: white;
    }
    .img-edu {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
    }
    @media (max-width: 768px) {
      .btn-learn{
        margin-bottom:20px;
        
      }

    }