
     

      * {
        box-sizing: border-box;
        padding: 0;
        margin: 0;
      }

      body {
        margin: 0;
        background: #f9f9ff;
        font-family:
          "Montserrat",
          -apple-system,
          BlinkMacSystemFont,
          "Segoe UI",
          Helvetica,
          Arial,
          sans-serif;
        color: #171515;
        -webkit-font-smoothing: antialiased;
      }

      .header-bar {
        max-width: 1140px;
        margin: 0 auto;

      }

      .eyebrow {
        text-align: center;
        font-size: 14px;
        color: #acacac;
        font-weight: 300;
        padding: 16px 0 16px;
        border-bottom: 1px solid #78a17426;
        margin-bottom: 40px;
      }

      .wrap {
        max-width: 794px;
        margin: 0 auto;
        background: #FFFFFF;
   
      }

      .content {
        padding: 40px 20px 32px;
      }

      h1 {
        font-size: 40px;
        margin: 0 0 32px;
        font-weight: 700;
   
      }

      h2 {
        font-size: 28px;
        font-weight: 700;
        margin: 32px 0 16px;
      }


      p {
        font-size: 20px;
        margin: 0 0 16px;
      }

      .fields-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px 20px;
        margin-bottom: 16px;
       
      }

      .field{
        display: flex
        ;
        padding: 16px;
        border-radius: 4px;
        background-color: #B0B0FF1A;
        flex-direction: column;
        gap: 8px;
      }

      .field-header{
        display: flex;
        gap: 8px;
       align-items: center;
      }
    
.dot{
    width: 20px;height: 20px;
}
      .field h3 {
       color: #E9044A;
        font-size: 18px;
        font-weight: 600;
      }
      
      .field p {
        font-size: 14px;
        margin: 0;
        color: #777777;
      }
.bolt-list{
    margin-bottom: 16px;
}
    
      .bolt-item {
        display: flex;
        gap: 16px;
        align-items: center;
        margin-bottom: 8px;

      }
     
      .bolt-icon {
  
      width: 24px;height: 24px;
      }
      .bolt-item h4 {
        font-size: 18px;
        font-weight: 700;
        color: #E9044A;
      }
      .bolt-item p {
margin: 0;
        font-size: 18px;

      }


      .num-list {
     margin-bottom: 16px;
      }
      .num-item {
        display: flex;
        gap: 16px;
  align-items: center;
  margin-top: 16px;
      }
   
      .num {
        
  width: 50px;

        
      }
      .num-item h4 {
        font-size: 18px;
        font-weight: 700;
        color: #E9044A;
      }
      .num-item p {
        margin: 0;
        font-size: 18px;
   
      }

   
      .table-wrap {
margin-bottom: 48px;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0px 4px 16px 0px #00000014;

 
      }

      table {
        width: 100%;
        border-collapse: collapse;
        font-size: 12px;
      
      }
      thead th {
        background: #E9044A;
        color: #fff;
        text-align: left;
        font-weight: 700;
        padding: 16px;
        font-size: 13px;
      
      }
      tbody td {
        padding: 14px 16px;
          border: 1px solid #E9044A1C
        
      }
      tbody tr:nth-child(even) {
        background: #B0B0FF1A;
      }
      td.course {
        font-weight: 600;
        color: #0000A0;
        font-size: 13px;
       
      }
      td.topics {
        color:#22242A;
    
      }
      td.level {
        white-space: nowrap;
          font-size: 18px;
      }
      .stars {
        font-size: 18px;
      }
      .stars .on {
        color: #FABF24;
      }
      .stars .off {
        color:#e3e4ea;;
      }

      ul{
        padding-left: 24px;
        margin-bottom: 16px;
      }
      li{
        font-size: 20px;
      }


.career-cta__wrapper {
box-shadow: 0px 4px 4px 0px #78A17426;

    margin: 0 auto;
border: 2px solid #E9044A;
    border-radius: 4px;
    background:  #B0B0FF1A;

    padding: 24px 16px;
    text-align: center;
    box-sizing: border-box;
}

.career-cta__title {
    margin: 0 0 16px;
    font-size: 24px;
    font-weight: 700;
  
    color: #0000A0;
}

.career-cta__text {
    margin: 0 auto 24px;
    color: #777777;
    font-size: 18px;

}

.career-cta__button {
    display: block;
    width: 100%;
    background: #E9044A;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    padding: 11px 20px;
    border-radius: 4px;
    transition: .25s ease;
}

.career-cta__button:hover {
    background: #d6094e;
}
 .lit-footer {
    background: #212121;
    padding: 24px 16px;
    color: #ffffff;
}

.lit-footer__container {
    max-width: 1240px;
    margin: 0 auto;
}

.lit-footer__contact {
    margin-bottom: 14px;
}

.lit-footer__title {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.lit-footer__link {
    display: block;
    color: #E0E0E5;
    text-decoration: none;
    font-size: 14px;
    margin: 0;
    transition: .25s;
}

.lit-footer__link:hover {
    color: #ffffff;
}

.lit-footer__bottom {
    text-align: center;
}

.lit-footer__nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;

}

.lit-footer__nav a {
    color: #E9044A;
    text-decoration: none;
    font-size: 16px;
    transition: .25s;
}

.lit-footer__nav a:hover {
    color: #ff5b89;
}

.lit-footer__copyright {
    margin: 0;
   margin-top: 14px;
    font-size: 16px;
    color: #ACACAC;
}



@media (max-width: 768px) {
    

  li{
        font-size: 16px;
      }


    .career-cta__text {
        font-size: 16px;
    }

}
      @media (max-width: 600px) {
       .content{
        padding: 40px 16px 32px;
       }
        h1 {
          font-size: 32px;
        }
        p{
            font-size: 16px;
        }
        h2{
            font-size: 24px;
        }
        .bolt-item h4{
            font-size: 16px;
        }
        
.bolt-item p {
 
    font-size: 16px;
}
.num-item h4 {
    font-size: 16px;
    
}
.num-item p {
  
    font-size: 16px;
}
.num{
    width: 68px;
}
        .fields-grid {
          grid-template-columns: 1fr;
        }
   
       
        tbody td {
          padding: 6px 16px;
          border-top: none;
        }
        tbody tr {
          padding: 12px 0;
       
        }
        td.course {
          padding-top: 12px;
        }
       .lit-footer__nav{
      
        gap:8px;
    }

      }

   