File: /home/fliyingp/domains/fliyingpigeon.hk/public_html/wp-content/themes/ocean-theme/vacancy.scss
.vacancy-single-page {
background: #fff;
&__container {
display: flex;
flex-flow: row;
padding: 48px 80px;
gap: 153px;
justify-content: space-between;
img {
max-width: 460px;
width: 100%;
height: 352px;
}
}
&__info {
display: flex;
flex-flow: column;
gap: 48px;
& > p {
font-family: Geist;
font-weight: 400;
font-size: 28px;
line-height: 110.00000000000001%;
letter-spacing: -0.8%;
vertical-align: middle;
color: #001c36;
max-width: 495px;
width: 100%;
}
}
&__small-title {
font-family: Geist;
font-weight: 500;
font-size: 20px;
line-height: 120%;
letter-spacing: -0.4%;
vertical-align: middle;
color: #001c36;
margin-bottom: 20px;
}
&__requirments-list {
display: flex;
flex-flow: column;
max-width: 459px;
width: 100%;
}
&__requirments-item {
padding: 9px 0;
font-family: Geist;
font-weight: 400;
font-size: 14px;
line-height: 130%;
letter-spacing: 0%;
vertical-align: middle;
color: #001c36;
border-top: 1px solid #607d8b29;
&:last-child {
border-bottom: 1px solid #607d8b29;
}
}
}
@media (max-width: 1024px) {
.vacancy-single-page {
&__container {
flex-flow: column;
gap: 48px;
padding: 28px 0 48px 0;
}
&__info {
gap: 24px;
}
&__small-title {
max-width: 100%;
margin: 0;
}
&__requirments-list {
gap: 12px;
}
&__info {
gap: 48px;
}
}
}