
.card {
    border-radius: 0px !important;
}
.card-body {
    color: #0D4A7D;
    padding-left: 35px;
    text-align: left;
}
.card-body h5 {
    font-weight: bold;   
}

.btn {
    border-radius: 0px !important;
}

.btn-active {
    background-color: #efefef;
    color: #000;
    opacity: 75%;
}

.btn-nonactive {
    background-color: #0E71A4;
    color: #fff;
}

.btn-nonactive:hover {
    background-color: #0E71A4;
    color: #fff;
}

@media (min-width: 768px) {
    
    .program-img {
        width: 100%;
        height: 199px;
        object-fit: cover;
    }

    .card {
        height: 200px;
        width: 83%;
        margin: 0px auto;
    }

    .card-title {
        margin-top: 0.5rem;
    }
    
    .card-right-section {
       height: 100%;
       padding-top: 50px;
       text-align: center;
        
    }

    
  } 
  
  @media (max-width: 768px) {
    .program-img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .card {
        height: 500px;
    }

    .card-right-section {
        text-align: center;
        color: #0E71A4;
        margin: 0px auto;
        font: 12px;
        
    }

    .card-body {
        text-align: center;
    }

    
    .bordered {
        text-align: center;
        border: none !important;
    }



    
  }


    .bordered {
            border-right: 1px solid #be982c;
    }

    .card {
        border: 1px solid #be982c;
    }


  .zeroProgram {
      text-align: center;
      color: #000;
      font-weight: bold;
      padding-top: 20px;
      padding-bottom: 20px;
  }

  .zeroProgramContainer {
      height: 100%;
      
  }
  
  