.job-posting-banner{
    margin: 100px 0;
}

.page-template-job-posting .solutions-list {
    border-top: 0;
}
.job-posting-tabs-links{
    gap: 185px; 
    padding-bottom: 32px; 
    padding-left: 32px; 
    border-bottom: 1px solid #222; 
    display: flex; 
    align-items: center;
     justify-content: flex-start;
}
.page-template-job-posting .solutions-list .solution-list-block{
    font-family: 'Space Grotesk Medium';
}
.page-template-job-posting .solutions-list .solution-list-block ul li{
    flex: unset;
    width: auto;
}
.page-template-job-posting .solutions-list .solution-list-block ul {
    flex-wrap: nowrap;
}
.page-template-job-posting .solutions-list .solution-list-block ul li a b {
    font-weight: inherit;
    color: var(--black);
}
.page-template-job-posting .solutions-list {
    border-top: 0;
}
.job-posting-tab-content .content_box section {
    &:before {
        display: none;
    }
}
.job-posting-tab-content .text-column {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.job-posting-tab-content .content_box>.text-column:not(:first-child){
    margin-top: 40px;
}
.job-posting-tab-content .list {
    margin: 40px 0 0;
    list-style: none;
    border-top: 1px solid var(--content-primary);
}
.job-posting-tab-content .title h2 p {
    font-size: 40px;
    line-height: 1;
    max-width: 200px;
}

.job-posting-tab-content li{
    padding: 25px 0;
    font-size: 20px;
    border-bottom: 1px solid var(--content-primary);
}
.job-posting-cta{
    background-color: #eae5de;
}
.job-posting-cta .title {
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 4%;
    font-size: 14vw;
    white-space: nowrap;
    -webkit-text-stroke: 2px var(--content-primary);
    color: transparent;
    opacity: 0.3;
}
@media only screen and (max-width: 1199px) {
    .job-posting-banner{
        margin: 80px 0;
    }
}
@media only screen and (max-width: 992px) {
    .job-posting-banner{
        margin: 60px 0;
    }
}
@media only screen and (max-width: 767px) {
    .job-posting-banner{
        margin: 40px 0;
    }
    .job-posting-tab-content .text-column {
        grid-template-columns: repeat(1, 1fr);
    }
    .job-posting-tab-content .title h2 br{
        display: none;
    }
    .job-posting-tab-content li{
        padding: 20px 0;
        font-size: 18px;
    }
    .job-posting-cta .title{
        font-size: 13vw;
        -webkit-text-stroke: 1px var(--content-primary);
    }
}