@use '../utils' as *; /*----------------------------------------*/ /* 05. career css start /*----------------------------------------*/ .it-career { &-top-text { @media #{$md,$xs}{ margin-top: 20px; } & p { font-weight: 600; font-size: 17px; line-height: 1.76; @media #{$xl}{ font-size: 15px; } } } &-item { padding: 40px; padding-bottom: 50px; @media #{$lg,$xs}{ padding: 40px 20px; padding-bottom: 50px; } } &-icon { height: 61px; width: 61px; line-height: 61px; text-align: center; border-radius: 50%; margin-right: 20px; background-color: var(--it-common-black); } &-title { font-weight: 600; font-size: 22px; margin-bottom: 5px; @media #{$xs}{ font-size: 19px; } } &-top-box { font-weight: 500; font-size: 16px; color: var(--it-theme-1); } &-meta { & ul { margin-right: 70px; display: inline-block; @media #{$xl,$lg,$md,$xs}{ margin-left: 0; margin-right: 0; } & li { list-style-type: none; width: 50%; float: left; & span { font-weight: 600; font-size: 17px; align-items: center; display: inline-flex; margin-bottom: 17px; @media #{$lg,$xs}{ font-size: 14px; } & i { margin-right: 10px; display: inline-block; margin-top: 2px; font-size: 20px; color: var(--it-common-black); @media #{$lg,$xs}{ width: 22px; } } } } } } &-tags { padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid rgba($color: #000000, $alpha: 0.1); & span { border-radius: 5px; padding: 6px 20px; color: #5f6168; display: inline-block; text-transform: uppercase; cursor: pointer; transition: .3s; background-color: var(--it-common-white); &:not(:last-child) { margin-right: 10px; margin-bottom: 5px; } &:hover{ color: var(--it-common-white); background-color: var(--it-theme-1); } } } &-btn { @media #{$xs}{ flex-wrap: wrap; } & > span { font-weight: 600; font-size: 17px; display: inline-block; align-items: center; color: var(--it-common-black); @media #{$lg}{ font-size: 15px; } @media #{$xs}{ font-size: 15px; } & svg { display: inline-block; margin-right: 10px; @media #{$lg,$xs}{ width: 22px; } } } } }