@media(max-width: 576px){
  html body .content .content-wrapper {
    padding: 0 !important;
  }
  .steps ul li{
    font-size: 0.8rem;
    word-break: break-word;
  }
}
@media (max-width: 768px) {
  .steps ul li {
    width: 25%!important;
  }
}
@media only screen and (max-width:800px) {
  .col{
     min-width: 100%;
  }
}


.form-row .col{
  text-align: -webkit-center !important;
}

.help-image{
  width: 100%;
  height: 100%;
  object-fit: contain;
;

}
.content-wrapper-offer{
  padding: 0 2rem 0 0 !important;
  margin-top: 0 !important;
}

.offer-button{
  margin-top: 20px;
}

.select2-div{
  min-width: 100%;
  margin: auto;
}
 label{
   margin: auto 0;
   padding-right: 0.2rem;
 }

 .select2-selection{
   border: 1px solid orange !important;
 }
.sector-empty{
  max-width: 50.5%;
}

button.disabled{
  pointer-events: none;
}


.staas-row{
  display: flex;
}

.col{
  /*max-width: 25% !important;*/
}
 .step.active > img {
   color:white !important;
 }


