.powered-by-text {
    margin-top: 40px; 
}

.caption .btn-start-enroll {
    background-color: #2CB34C;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding:14px 40px;
    border: none;
    border-radius: 4px;
    margin-top: 40px;
  }

  /*News*/
  #news {
    padding: 60px 0;
  }
  
  .section-heading h2 {
    margin-bottom: 40px;
    text-align: center;
  }
  
  .blog-container, .featured-links-container {
    margin-top: 20px;
  }
  
  .blog-post, .featured-link {
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
  }
  
  .blog-post img, .featured-link img {
    width: 100%;
    height: auto;
    border-radius: 5px;
  }
  
  .blog-post h4, .featured-link h4 {
    margin-top: 15px;
  }
  
  .blog-description, .link-description {
    color: #666;
    margin: 15px 0;
  }
  
  .btn-start-green, .btn-start-blue {
    margin-top: 10px;
  }
  

  /*Featured Video*/
  .video-container {
    position: relative;
    padding-bottom: 56.25%; /* Aspect ratio */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.logo-image{
  margin-bottom: 25px !important;
}

.edu{
  background-color: #1375B6 !important;
}
