
  .jelentkezes-container {
    margin-top:80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .tanfolyamok {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
  }

  .tanfolyamok .left {
    width: 50%;
  }
  .tanfolyamok .left li {
    list-style: none;
    font-size: 20px;
    line-height: 1.3;

  }
  .tanfolyamok .left ul {
    padding-left: 0;
  }

  .tanfolyamok .right {
    width: 40%;

  }
  .tanfolyamok .right p {
    margin: 0;
    font-size: 20px;
    line-height: 1.3;
  }

  
  
h1 {
    color: green;
}
#jelentkezes {
  width: 70%
}
  @media only screen and (max-width: 840px) {
    .tanfolyamok {
      flex-direction: column;
      width: 100%;
    }

    .tanfolyamok .left {
      width: 80%;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
    }
    .tanfolyamok .right {
      width: 80%;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
    }
    #jelentkezes {
      width: 80%;
      
    }
    

  }