.home {
  max-width: 100%;
  display: flex;
  padding: 0 110px;
}

.home-elements {
  color: var(--white-color);
  margin-left: 50px;
  width: 50%;
}

.home-elements h2 {
  font-size: 30px;
  margin: 10px 0 0;
  color: var(--grey-color-3);
}

#home-element-title {
  font-size: 50px;
  font-weight: 700;
}

#home-element-text {
  font-size: 40px;
  margin-top: 60px;
  margin-bottom: 25px;
  font-weight: 600;
}

#img-online-teacher {
  width: 600px;
  height: 600px;
  position: absolute;
  right: 70px;
  top: 140px;
}

#slot-course-list {
  display: flex;
  padding: 40px;
  font-size: 20px;
}

#slot-course-list ul {
  margin-right: 100px;
}

#slot-course-list ul li span {
  font-size: 17.5px;
  color: var(--red-color-3);
}

@media (max-width: 950px) {
  /* formulario mobile */
  .home {
    margin-top: 115px;
    padding: 22.5px;
    flex-direction: column;
    align-items: center;
  }

  #form-budget {
    width: 100%;
  }

  #card-element-title {
    font-size: 30px;
    font-weight: 800;
    text-align: justify;
  }

  #card-element-text {
    font-weight: 700;
    text-align: justify;
  }

  #img-online-teacher {
    max-width: 100%;
    width: 350px;
    height: 350px;
    position: relative;
    right: 0;
    top: 10px;
  }

  /* card mobile */
  .card {
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 25px 25px 0 0;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
  }

  #home-element-title {
    font-size: 30px;
    text-align: justify;
  }

  .home-elements {
    color: var(--white-color);
    margin: 40px 0 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .home-elements h2 {
    font-size: 17.5px;
    margin: 20px 0 10px;
    color: var(--grey-color-3);
    text-align: justify;
  }

  #slot-course-list {
    display: flex;
    flex-direction: row;
    padding: 0;
    font-size: 17.5px;
  }

  #slot-course-list ul {
    margin: 0 0 20px;
  }

  #slot-course-list ul li {
    margin: 5px 20px;
  }

  #img-client-budget {
    height: 350px;
    position: relative;
    right: 0;
    max-width: 100%;
  }
}
