.search-units-section {
max-width: 1200px;
width: 90%;
padding-top: 2em;
margin: 0 auto;
}
.rm-field-wrapper {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.rm-field-wrapper label {
display: none;
}
.linkbtn {
background: #000000 0% 0% no-repeat padding-box;
border-radius: 30px;
opacity: 1;
color: #ffffff;
text-decoration: none;
text-transform: uppercase;
font-family: "Lato", sans-serif;
font-weight: 900;
font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1400 - 300)));
line-height: 15px;
padding: 1em;
}
.rm-unit-msg {
width: 100%;
display: flex;
justify-content: center;
}
@media screen and (max-width: 800px) {
.rm-field-wrapper {
display: flex;
justify-content: center;
flex-direction: column;
align-content: center;
}
}
@media screen and (max-width: 600px) {
.rm-field {
flex: 1 1 calc(50% - 10px);
}
}
@media screen and (min-width:800px) {
.select2-container {
min-width: 150px;
}
}