.vacancy-card{background-color:var(--block-bg);border-radius:10px;color:var(--dark-color);display:flex;flex-direction:column;height:140px;justify-content:space-between;overflow:hidden;position:relative;z-index:1}.vacancy-card .name{font-size:.875rem;font-weight:700;margin-left:20px;margin-top:20px}.vacancy-card .salary{font-size:.875rem;font-weight:800;margin-bottom:20px;margin-left:20px}.vacancy-card .image{bottom:0;height:80%;-o-object-fit:contain;object-fit:contain;position:absolute;right:0;width:30%;z-index:-1}@media only screen and (min-width:600px){.vacancy-card{height:280px}.vacancy-card .name{font-size:1.125rem;margin-left:30px;margin-top:30px}.vacancy-card .salary{font-size:1.5rem;margin-bottom:30px;margin-left:30px}.vacancy-card .image{height:80%;-o-object-fit:contain;object-fit:contain;-o-object-position:right bottom;object-position:right bottom;width:45%}}@media only screen and (min-width:1440px){.vacancy-card{height:380px}.vacancy-card .name{font-size:1.5rem;margin-left:50px;margin-top:50px}.vacancy-card .salary{font-size:2rem;margin-bottom:50px;margin-left:50px}}
