form.searchbar {
    margin-top: 25px;
}
.searchbar input {
    padding: 8px 25px;
    border: 1px solid #b6b6bf;
    font-size: 15px;
    border-radius: 18px 0px 0px 18px;
}
.searchbar button {
    padding: 9px 15px;
    background: #2ca52c;
    color: white;
    border: none;
    font-size: 16px;
    border-radius: 0px 18px 18px 0px;
}
.prntbtndisp{
    display: none;
}
.searchbar{
    border-bottom: 1px solid #e6e6e6;
}
.card.card-jnvet {
    box-shadow: 0 4px 18px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 45%;
    padding-top: 13px;
    margin-top: 45px;
    padding-bottom: 8%;
}
.vacancy-details {
    padding: 10px 16px;
}

@media only screen and (min-width: 320px) and (max-width: 480px){
	.card.card-jnvet {
    box-shadow: 0 4px 18px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;
    padding-top: 13px;
    margin-top: 30px;
}
.searchbar input {
    padding: 8px 25px;
    border: 1px solid #b6b6bf;
    font-size: 15px;
    border-radius: 18px 0px 0px 18px;
        width: 70%;
}
.searchbar button {
    padding: 9px 15px;
    background: #2ca52c;
    color: white;
    border: none;
    font-size: 16px;
    border-radius: 0px 18px 18px 0px;
}
}