.second {
    border-top: 2px solid #0ead69;
    padding: 1rem;
    margin-right: 1rem;
}

.card-content {
    color: #3d4a63;
    font-size: 16px;
}

.testi-author {
    font-size: 14px;
    padding-bottom: 1rem;
    color: #000 !important;
    font-weight: bold !important;
}

.program-logo {
    height: 3rem;
}

@media only screen and (max-width: 600px) {
    .program-logo {
        height: 2rem;
    }

    .program-offered-text {
       margin-bottom: 0.5rem;
    }
}

.custom-head2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #FCBF07;
}


.python-language {
    font-size: 1.5rem !important;
    font-weight: 600;
  }
  
  .python-form-heading {
    color: #132241;
    font-size: 1rem;
    font-weight: 700;
  }
  
  .lesson {
    font-size: 1rem !important;
    color: rgba(136, 144, 160, 1) !important;
    font-weight: 600;
  }
  
  .python-star-icon, .python-star-icon-half {
    background: url(../images/python/star_black_bg.png) no-repeat;
    width: 30px;
    height: 30px;
  }
  
  .python-star-icon-half {
    background: url(../images/python/star-half.png) no-repeat !important;
    margin-top: 2px;
  }
  