
.one-offer-box h2, .one-challenge-box h2, .one-data-collection-box h2 {
    padding-bottom:0;
    margin:0
}
.one-offer-box .one-offer {
    display: grid;
    gap: min(40px, 3.5%);
    min-height: 100px;
    align-items: center;
    width: 100%;
}

.one-offer-box .one-offer.columns-3 {
    grid-template-columns: 100px 1fr 110px;
}

.one-offer-box .one-offer.columns-4 {
    grid-template-columns: 100px 250px 1fr 110px;
}

.one-offer-box .one-offer .logo-box {
    width: 100px;
    min-width: 100px;
    height: 100px;
    background-color: var(--light-grey);
}

.one-offer-box .one-offer .logo-box img {
    max-width: 60px;
    max-height: 60px;
    width: auto;
    height: auto;
}

.one-offer-box .one-offer .content-box {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 250px;

}

.one-offer-box .one-offer .content-box h5.position {
    margin: 0;
    font-size: 24 !important;
    font-family: Epilogue;
}

.one-offer-box .one-offer .content-box p.company {
    color: var(--dark-yellow);
    font-size: var(--datacare-sm);
    margin: 0;
}

.one-offer-box .one-offer .content-box div.money {
    background-color: var(--light-yellow);
    font-size: var(--font-s);
    padding: 10px;
    width: fit-content;
    height: fit-content;

}

/* when mobile swiper*/

.work-offers-box.swiper-box .one-offer-box:not(:first-child) {
    padding-top: 40px;
}

.work-offers-box.swiper-box .one-offer-box:not(:last-child) {
    padding-bottom: 40px;
    border-bottom: 1px solid var(--grey);
}

/* when  mobile swiper end*/
/* when not mobile swiper page*/

.work-offers-box:not(.swiper-box) .one-offer-box {
    border-top: 1px solid var(--grey);
    padding: 40px 0;

}

.work-offers-box:not(.swiper-box) .one-offer-box:last-child {
    border-bottom: 1px solid var(--grey);
}

/* when not mobile swiper end*/

@media (max-width:991px) {
    .work-offers-box.two-split-sec.left-small-sec .right .outside-buttons-swiper-box {
        width: var(--content--width);
    }

    .one-offer-box .one-offer.columns-4 {
        grid-template-columns: 100px 1fr 110px;
        gap: 22px;

    }

    .one-offer-box .one-offer.columns-4 p {
        grid-column: 1 / span 2;
    }

    .one-offer-box .one-offer.columns-4 a {
        grid-area: 1 / 3 / 1 / 3;
    }
}

@media (max-width:620px) {
    .work-offers-box .one-offer-box .one-offer {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .work-offers-box .one-offer-box .one-offer.columns-4 p {
        grid-column: unset
    }

    .work-offers-box .one-offer-box .one-offer.columns-4 a {
        grid-area: unset
    }

    .work-offers-box.swiper-box .one-offer {
        padding-bottom: 0;
    }

    .work-offers-box.swiper-box .one-offer-box.swiper-slide:not(:last-child) .one-offer.columns-3 {
        padding-bottom: 0;
        border-bottom: none;
    }

    .work-offers-box.swiper-box .one-offer-box.swiper-slide:not(:first-child):has(.one-offer.columns-3) {
        padding-top: 0;
    }

    .work-offers-sec.two-split-sec.left-small-sec .right .outside-buttons-swiper-box .swiper .one-offer.columns-3>div:not(.last-child) {
        margin-bottom: 20px;

    }

    .work-offers-sec.two-split-sec.left-small-sec .right .outside-buttons-swiper-box .swiper {
        padding: 30px 0 0 0;
    }


}
.work-offers-page .work-offers-box,
.data-collection-page .one-data-collection-box,
.challenges-page .challenges-box,
.data-collections-page .data-collections-box {
    padding: 20px 0 30px 0;
}

.one-data-collection-box .one-data-collection,
.one-challenge-box .one-challenge {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.one-challenge-box .one-challenge .top,
.one-data-collection-box .one-data-collection .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}
@media (max-width:768px) {
    .one-challenge-box .one-challenge .top,
    .one-data-collection-box .one-data-collection .top {
        flex-direction: column;
        align-items: start;
    }
}
.one-data-collection-box .one-data-collection .top .logo-box,
.one-challenge-box .one-challenge .top .logo-box {
    width: 80px;
    height: 80px;
    background: var(--grey);
    border-radius: 50%;

}

.one-data-collection-box .one-data-collection .top .logo-box img,
.one-challenge-box .one-challenge .top .logo-box img {
    width: 40px;
    height: auto;
}

.one-data-collection-box .one-data-collection .top .column div,
.one-challenge-box .one-challenge .top .column div {
    font-size: 16px;
}

.one-data-collection-box .one-data-collection .top .column h4,
.one-data-collection-box .one-data-collection .top .column h5,
.one-challenge-box .one-challenge .top .column h4,
.one-challenge-box .one-challenge .top .column h5 {
    color: var(--dark-yellow);
    font-weight: 600;
    font-size: 20px !important;
    font-family: 'WorkSans' !important;
    margin:0;

}