.header-title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4rem;
    color: white;
    z-index: 2;
    letter-spacing: 4px;
}

.courses-section{
    margin-top: 2rem;
}

.courses-section a{
    bottom: 6px;
    right: 6px;
    left: 6px;
    width: 100%;
    border: 2px solid #821719;
    color: #821719;
    font-weight: bold;
    border-radius: 5px;
}
.courses-section a:hover{
    border: 2px solid #821719;
    color: #590b0d;
}
small{
    color:#7a7a7a;
    font-weight: 500;
}


.card {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  
  .img-container {
    height: 200px; 
    overflow: hidden;
  }
  
  .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .card-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
  }
  
  .card-body .btn {
    margin-top: auto;
  }
  
  .courses-section .row {
    display: flex;
    flex-wrap: wrap;
  }
  
  .courses-section .col-lg-4,
  .courses-section .col-md-6,
  .courses-section .col-sm-12 {
    display: flex;
  }
  
  .card {
    width: 100%;
  }