#free-learning-step-2{
    width: 100%;
    position: relative;
}
.free-learning-section-content-warp img{
  width: 100%;
  height: auto;
}
#free-learning-step-2 .free-learning-section-content-warp{
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#free-learning-step-2 .free-learning-section-content-warp img{
    margin-bottom: 40px;
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
#free-learning-step-2 .free-learning-section-content-warp p{
    color: #eff1fe;
    font-size: 30px;
    line-height: 38px;
    font-weight: 400;
    margin: 0 0 30px 0;
    font-family: 'BarlowCondensed';
}

#free-learning-step-2 .free-learning-section-content-warp form{
   box-sizing: border-box;
}
#free-learning-step-2 .free-learning-section-content-warp form .form-group{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#free-learning-step-2 .free-learning-section-content-warp form .form-group-item{
    width: calc(50% - 7.5px);
    margin-bottom: 40px;
}

#free-learning-step-2 .free-learning-section-content-warp form .form-group.full-width .form-group-item{
    width: 100%;
}

#free-learning-step-2 .free-learning-section-content-warp form .form-submit{
    width: 100%;
    height: auto;
}

#free-learning-step-2 .free-learning-section-content-warp form input, #free-learning-step-2 .free-learning-section-content-warp form button{
    width: 100%;
    height: 68px;
    color: #002a41;
    padding: 0 10px;
    box-sizing: border-box;
    border: 2px solid #002a41;
    background-color: #eff1fe;
    border-radius: 30px;
}
#free-learning-step-2 .free-learning-section-content-warp form input:-internal-autofill-selected{
  background-color: #eff1fe !important;
}
#free-learning-step-2 .free-learning-section-content-warp form .error input{
  border-color: #ff9300;
}
#free-learning-step-2 .free-learning-section-content-warp form .error input::placeholder{
  color: #676272;
}
#free-learning-step-2 .free-learning-section-content-warp form input:focus-visible{
    outline: none;
}
#free-learning-step-2 .free-learning-section-content-warp form input[type="submit"], #free-learning-step-2 .free-learning-section-content-warp form button[type="submit"]{
    color: #eff1fe;
    background-color: #0a021b;
    max-width: 245px;
    height: 66px;
    margin-right: auto;
    margin-left: auto;
    text-transform: uppercase;
    cursor: pointer;
    border-color: #eff1fe;
    border-width: 1px;
    border-radius: 30px !important;
    -webkit-appearance: none;
    transition: all .3s;
}

#free-learning-step-2 .free-learning-section-content-warp form input[type="submit"]:hover{
  background-color: #000;
  border-color: #000;
}

#free-learning-step-2 .free-learning-section-content-warp form input, #free-learning-step-2 .free-learning-section-content-warp form button, #free-learning-step-2 .free-learning-section-content-warp form input::placeholder{
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    font-weight: 600;
    font-family: 'BarlowCondensed';
}

#free-learning-step-2 .free-learning-section-content-warp form input::placeholder{
    text-transform: uppercase;
    color: #aca9b2;
}

@media only screen and (max-width: 1080px) {
  #free-learning-step-2 .free-learning-section-content-warp form .form-group{
    margin-bottom: 15px;
  }

  #free-learning-step-2 .free-learning-section-content-warp form .form-group-item{
    width: 100%;
    margin-bottom: 25px;
  }

  #free-learning-step-2 .free-learning-section-content-warp__meta{
    width: 100%;
    max-width: 770px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  #free-learning-step-2 .free-learning-section-content-warp p{
    font-size: 42px;
    line-height: 120%;
    margin-bottom: 50px;
  }

  #free-learning-step-2 .free-learning-section-content-warp{
    max-width: 100%;
  }

  #free-learning-step-2 .free-learning-section-content-warp img{
    border-radius: 0;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 640px) {
  #free-learning-step-2 .free-learning-section-content-warp p{
    font-size: 24px;
    margin-bottom: 32px;
  }


  #free-learning-step-2 .free-learning-section-content-warp form input, #free-learning-step-2 .free-learning-section-content-warp form input::placeholder{
    font-size: 22px;
  }
  #free-learning-step-2 .free-learning-section-content-warp form input{
    height: 55px;
  }
}
