
  #privatecourses, #offerprivatecourses{
    display: flex;
    justify-content: space-between;
    width: 88%;
    margin-left: 6%;
    gap: 78px;
    margin-top: 250px;
}
#offerprivatecourses{
  width: 100%;
  margin-left: 0;
  max-width: 100%;

}
#privatecourseslinks{
    flex: 0 0 45%;
    padding-top: 150px;
}
#privatecoursesrechts{
    flex: 0 0 45%;
}

#languages-found{
    display: none;
}
#ouroffers{
    max-width: 80vw;
    margin: 0 auto;
}

#letsgobutton{
    display: none;
}

#offerprivatecoursesrechts{
  flex: 0 0 45%;
  background: #577BD0;
  border-top-left-radius: 140px;
  border-bottom-left-radius: 140px;
  height: 290px;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 15px 150px;
}
#offerprivatecoursesrechts input{
  width: 100%;
  height: 40px;
  /* background: rgba(255, 255, 255, 0.81); */
  border-radius: 16px;
  margin: 0 auto;
}
#privatecourse1img{
  margin-left: auto;
}
#offerprivatecourseslinks{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    flex: 0 0 45%;
  }
  #offerprivatecourseslinkslinks{
      flex: 0 0 45%;
      text-align: center;
  }
  #offerprivatecourseslinksrechts ul{
      padding-left: 0;
      margin-top: 25px;
  }
  #offerprivatecourseslinksrechts ul li{
      margin-top: 5px;

      font-weight: 400;
      font-size: 16px;
      line-height: 32px;
      letter-spacing: -0.005em;
      color: #535353;


  }
  #offerprivatecourseslinksrechts{
      flex: 0 0 45%;
      text-align: left;
  }
  #offerprivatecourseslinkslinks img{

      width: 196px;
height: 196px;
margin: 0 auto 0 auto;
  }
  #offerprivatecourseslinkslinks h5{
      border-bottom: 2px solid  #577BD0;
      height: 50px;
      font-size: 24px;
      line-height: 35px;


  }
  #offerprivatecourseslinksrechts p{
      border-bottom: 2px solid  #577BD0;
      font-weight: 600;
      font-size: 24px;
      line-height: 35px;
      text-align: left;
      letter-spacing: -0.005em;
      text-transform: capitalize;
      color: #0ACF83;
      height: 50px;
  }
  #ouroffers p{
      max-width: 575px;
      margin: 0 auto;
      text-align: center;
  }
  #offerprivatecourseslinksrechts ul li{
      white-space: nowrap;
  }
  #offerprivatebutton{
      display: none;
  }
  @media only screen and (max-width: 1400px) {
      #offerprivatecoursesrechts{
          padding: 15px 100px;
      }
      #privatecourseslinks{
    padding-top: 100px;
}
  }

  @media only screen and (max-width: 1200px) {
      #privatecourseslinks{
    padding-top: 50px;
}
#privatecourses{
    margin-top: 150px;
}
#offerprivatecoursesrechts input{
  width: 280px;
}

  }
  @media only screen and (max-width: 992px) {
      #privatecourseslinks{
    padding-top: 0;
  }
      #offerprivatebutton{
      display: block;
      margin: 0 auto;
  }
  
  #offerprivatecoursesrechts {
flex: 0 0 90%;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
/* height: 220px; */
/* min-height: 220px; */
display: flex;
flex-direction: row;
justify-content: space-around;
padding: 30px 50px !important;
flex-wrap: wrap;
}
#offerprivatecoursesrechts input {
  width: 300px;
}
  #privatecourseslinks,#privatecoursesrechts{
    margin: 0 auto;
}
#privatecourses{
    margin-top: 100px;
}
#privatecourseslinks{
    flex: 0 0 50%;
}
#privatecoursesrechts{
  flex: 0 0 30%;
}
#letsgobutton{
    display: block;
    width: 145px;
    height: 35px;
    position: relative;
      top: 50%;
      transform: translateY(-50%);
}
#privatecourse1img{
    display: none;
}
#offerprivatecourses{
    flex-direction: column;
    margin-top: 150px;

}

#offerprivatecoursesrechts input {
  background-color: white;
}
#offerprivatecoursesrechts img {
    display: block;
width: 300px;
height: 30px;
padding-left: 155px;
margin: 0 auto;
}
#offerprivatecoursesrechts {
  padding: 50px 100px;
}
#offerprivatecoursesrechts input:first-child{
  margin-bottom: 35px;
}
}
@media only screen and (max-width: 768px) {
  #offerprivatecourseslinkslinks, #offerprivatecourseslinksrechts {
  flex: 0 0 100%;
  }
  #offerprivatecourseslinks{
    flex-direction: column;

  }
  #offerprivatecourseslinkslinks h5 {
border-bottom: 0;

}
#offerprivatecourseslinksrechts p {

text-align: center;
color: #577bd0;;
}
  #offerprivatecoursesrechts{
      flex-direction: column;
      padding: 15px 100px;
  }
  #privatecourses{
      flex-direction: column;
  }
  #offerprivatecoursesrechts input:first-child{
  margin-bottom: 0;
}
#offerprivatecoursesrechts img{
    padding-left: 0;
    margin: 0 auto;
    width: 145px;
}
#offerprivatecoursesrechts{
    min-height: 335px;
}
#privatecourseslinks p{
  font-size: 17px;
}
}