.m22cr-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}


.m22cr-form input, 
.m22cr-form select {
  background: none;
  border: solid 1px #4D4D4D;
  border-radius: 6px;
  font-family: 'Inter';
  font-size: 14px;
}


.m22cr-form select {
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background-image: url("../images/select-arrow.svg");
  background-repeat: no-repeat;
  background-position-x: 96%;
  background-position-y: 55%;
}

#m22cr-img {
  display: none;
  border-radius: 20px;
  max-height: 363px;
  max-width: 440.86px; 
}

.m22cr-step {
  display: none;
}

.m22cr-step-img {
  display: none;
  margin: auto;
  margin-bottom: 56px;
}

.m22cr-step-img-mobile {
  display: block;
  margin: auto;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  #m22cr-img {
    display: block;
  }

  .m22cr-step-img {
    display: block;
  }
  
  .m22cr-step-img-mobile {
    display: none;
  }
  .m22cr-form input, 
.m22cr-form select {
  width: 300px;
  }
  
}