@media only screen and (min-width:100px) and (max-width:1000px){
    .fieldset{
        width: 100%;
        margin-left: 10%;
        margin-right: 10%;
    }

    .form{
        display: block;
    width: 100%;
    justify-content: center;
    flex-flow: column nowrap;
    position: relative;
    margin-left: -6%;
    }
/* 
    img{
  object-fit: contain;
  width: 100%;
} */

fieldset {
    margin-left: 0.5rem;
}
}
