/* A-Team Program title section */
.a-team-program_heading{
  padding-top: 160px;
  padding-bottom: 40px;
}
.heading-section h1{
  font-weight: 600;
}
.a-team-program_heading .white-inside-btn{
  width: 210px;
  margin-top: 40px;
  height: 66px;
}
.robotics-texts{
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
 /* About the Program  */
.a-team-program_about .about-program-text p{
  font-size: 20px;  
  line-height: 1.4;
  font-weight: normal;
}
.about-program-text{
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.a-team-program_about .topics-options a{
  font-size: 20px;
  line-height: 1;
  padding: 8px 16px;
  margin: 25px 3px 0;
  white-space: nowrap ;
  border-radius: 999px;
  display: inline-block;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  text-transform: uppercase;
}
.a-team-program_about .topics-options a:hover{
  color: #fff;
}
.typical-group-project h4{
  padding: 70px 0 48px;
}
.typical-group-project-list li{
  font-size: 16px;
  line-height: 28px;
  color: #E1E5F8;
  font-weight: normal;
}
.program-structure .xl-gutters p{
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  margin-top: 35px;
}
.mentors-grading-section::after {
  display: none;
}
.mentors-grading-section .mentors_grading_projects {
  padding-bottom: 0;
}
.program_cards_section{
  padding-top: 60px;
}
.program_cards_section .simple-cards.masonry .grid-item:nth-child(2) {
  padding-top: 0;
}
.program_cards_section .simple-cards.masonry .grid-item:nth-child(1) {
  padding-top: 200px;
}
.mentors-grading-section .mentors_grading_projects:after {
  display: none;
}
.mentors-grading-section .mentors_grading_projects .row.mentors_grading_projects-row {
  align-items: flex-start;
}
.team-sessions .title-set li h5{
  margin-bottom: 0;
}
.team-sessions ul.list-style-check li {
  margin-bottom: 0;
}
.team-sessions .title-set li:before {
  display: none;
}
.team-sessions .card-dia {
  padding: 70px 43px;
}
.student-profile-set {
  padding: 100px 0 60px 0;
}
.student-profile-set .mechlab__get-dirty_projects-row h3 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 13px !important;
}
.learn-quickly h5 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}
.learn-quickly .card-dia {
  padding: 42px 48px;
}
.learn-quickly .card-dia p {
  font-size: 20px;
  line-height: 32px;
}
.learning-text .card-dia {
  margin-bottom: 40px;
}
.nahuel-learned ul.list-style-dia-wline li::before {
  content: "";
  height: 12px;
  width: 12px;
  left: -45px;
  display: block;
  border-radius: 10px;
  background: #E1E5F8;
}
.about-section .about-program-text {
  max-width: 100%;
}
.nahuel-learned ul.list-style-dia-wline li span {
  color: #E1E5F8;
  max-width: 385px;
}
.nahuel-learned h4{
  font-weight: 600;
  letter-spacing: 0.20px;
}
.about-section .about-program-text p {
  font-weight: 400;
  margin-bottom: 26px;
}
.about-section .about-program-text p:last-child{
  margin-bottom: 00px;
}
.mentors-grading-section .title-text-mentors p {
  font-size: 20px;
  text-align: center;
  line-height: 32px;
}
.team_program_structure .mentors_grading_projects_text{
  padding-left: 100px;
}
.team_program_structure .mentors_grading_projects_text::before{
  left: 0;
}
.team_program_structure .mentors_grading_projects_text::after{
  left: 30px;
}

/* media  1024px*/
@media screen and (max-width: 1024px){
  .team-program-page .section{
    padding: 60px 0 60px 0; 
  }
  .student-profile-set.section{
    padding-bottom: 10px;
  }
  .team-sessions .card-dia, .learn-quickly .card-dia{
    margin-bottom: 50px;
  }
  .team-program-page .mentors_grading_projects_text {
    padding-bottom: 40px;
  }
  .a-team-program_heading .white-inside-btn{
    height: 58px;
  }
}

/* media 991 to 768 */
@media only screen and (min-width: 768px) and (max-width: 991px){
  .a-team-program_about .topics-options a{
    margin: 20px 3px 0;
  }
}

/* media 991 to 768 and max to 768 */
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px){
  .mechlab__get-dirty_projects-row::before, .mechlab__get-dirty_projects-row::after, .mechlab__get-dirty_projects-row_column:last-child::after{
    display: none;
  }
  .student-profile-set .mechlab__get-dirty_projects-row:nth-child(2){
    flex-direction: column-reverse;
  }
  .secand-peragrph-dirty_projects{
    margin-top: 16px;
  }
  .team_program_structure .mentors_grading_projects_text{
    padding: 0 0 50px 80px;
  }
  .team_program_structure .mentors_grading_projects_text:last-child{
    padding: 0 0 50px 80px;
  }
  .team_program_structure h5{
    margin-bottom: 0px !important;
    padding-top: 15px !important;
  }
  .team_program_structure p{
    margin-top: 20px !important;
  }
  .student-profile-set .mechlab__get-dirty_projects-row{
    padding-left: 0;
  }
  .team-program-page .learn-quickly{
    padding-top: 0;
  }
  .team-program-page .mechlab__classdetails-subscribe{
    padding-bottom: 100px;
  }
  
}

/* media 767px */
@media (max-width: 767px){
  .a-team-program_heading{
    padding-top: 130px;
    padding-bottom: 20px;
  }
  .a-team-program_heading.heading-section h1{
    font-size: 30px;
  }
  .a-team-program_heading .white-inside-btn{
    margin-top: 20px;
    height: 50px;
  }
  .a-team-program_about .about-program-text p{
    font-size: 18px;
  }
  .a-team-program_about .topics-options a{
    margin: 15px 3px 0;
    font-size: 17px;
  }
  .about-section .about-program-text p{
    margin-bottom: 20px;
  }
  .typical-group-project h4{
    font-size: 28px;
    padding: 50px 0 30px;
  }
  .team_program_structure.section{
    padding-top: 0 !important;
  }
  .team-program-page .program_cards_section .simple-cards.masonry .grid-item:nth-child(1){
    padding-top: 0;
  }
  .program_cards_section{
    padding-top: 30px !important;
  }
  .team-program-page .team-sessions{
    padding-top: 20px;
  }
  .team-program-page .team-sessions ul.list-style-check{
    padding-left: 20px;
  }
  .student-profile-set .mechlab__get-dirty_projects-row h3 {
    font-size: 26px;
  }
  .team-program-page .mechlab__get-dirty_projects-row, .student-profile-set.section{
    padding-bottom: 0;
  }
  .team-program-page .learn-quickly h5{
    font-size: 25px;
    line-height: 1.2;
  }
  .team-program-page .learn-quickly p{
    font-size: 18px;
    line-height: 1.4;
  }
  .team-program-page .learn-quickly .card-dia{
    padding: 30px 25px;
  }
  .team-program-page .team-sessions .card-dia{
    padding: 25px 25px;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px){
  .team-program-page .team_program_structure .mentors_grading_projects_text{
    padding: 0 0 40px 50px;
  }
  .team-program-page .team_program_structure .mentors_grading_projects_text::after {
    left: 20px;
  }
  .team_program_structure h5{
    padding-top: 8px !important;
  }
  .team_program_structure p{
    margin-top: 10px !important;
  }
  .team-program-page .typical-group-project-list{
    padding-left: 20px;
  }
  .a-team-program_heading .white-inside-btn {
    width: 150px;
  }
}