
.single-jobs .entry-content {
    display: none;
} 
.why-join-edtheory.entry-content {
    display: block;
}
.yellow-image img {
    width: 100% !important;
    min-width: 7rem;
}

.single-job-description {
    border-bottom: 0.1rem solid #000;
}
.achievements {
    border-bottom: 0.1rem solid #000;
}
.why-join-edtheory.entry-content {
    border-bottom: 0.1rem solid #000;
}

.single-jobs .entry-content li::before {
    content: '';
    position: absolute;
    left: 0.5rem;
    top: 0.75rem;
    transform: translateY(-50%);
    width: 0.75rem;
    height: 0.75rem;
    background: url(https://revamp.edtheory.com/wp-content/uploads/2025/07/Vector.svg) no-repeat center center;
    background-size: contain;
}
.why-join-edtheory.entry-content {
    padding-left: 0rem !important;
}

.single-jobs .achievements li::before {
    content: '';
    position: absolute;
    left: -1rem;
    top: 0.65rem;
    transform: translateY(-50%);
    width: 0.75rem;
    height: 0.75rem;
    background: url(https://revamp.edtheory.com/wp-content/uploads/2025/07/Vector.svg) no-repeat center center;
    background-size: contain;
}
.single-jobs .achievements li{
    position:relative;
}


@media(max-width:991px){
.single-jobs h1.wp-block-post-title {
    margin-top: 1rem !important;
}
}



}