.lh-ekojobs{
    margin-top: 1rem;
}
.lh-ekojobs__content {
    padding: 1rem;
    background-color: #5E8A49;
}
.lh-ekojobs__intro{
    display: flex;
    justify-content: end;
    margin-top: 0.5rem;
}

.lh-ekojobs__more-wrapper{
    display: grid;
    place-items: center;
}

.lh-ekojobs__motto{
    font-weight: 700;
}

.lh-ekojobs__single {
    background-color: #F2F1F0;
    font-family: 'Merriweather, Arial, Helvetica, sans-serif';
    color: black;
    padding: 0.7rem;
    display: flex;
    justify-content: space-between;
}

.lh-ekojobs__single:hover {
    color: black;
}

.lh-ekojobs__single:not(:last-child) {
    margin-bottom: 1rem;
}

.lh-ekojobs__company {
    font-size: 1.1rem;
    font-weight: 900;
}

.lh-ekojobs__position {
    font-size: 1rem;
}

.lh-ekojobs__more {
    width: 38px;
    height: 38px;
    background-color: #5E8A49;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lh-ekojobs__more img{
    transform: rotate(-90deg);
}