.pages.freshers .heading--primary.imgBg {
    background: url(../img/mv_f_works.webp) center/cover no-repeat;
}

@media screen and (max-width: 767.9px) {
    .pages.freshers .heading--primary.imgBg {
        background: url(../img/mv_f_works_sp.webp) center/cover no-repeat;
    }
}


.works .heading--secondaryF {
    text-align: left;
}

.works .heading--secondaryF::before {
    left: 0;
    transform: none;
}

.cardF__container .title {
    font-size: 26rem;
    font-weight: 600;
    margin-top: 22rem;
    line-height: 1;
}

.btn__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.cardF__lead {
    font-size: 18rem;
    font-weight: 600;
    margin: 34rem 0;
    line-height: 1.67;
}

.cardF__heading {
    color: var(--color-green);
    border-top: 1px solid var(--color-gray-border);
    padding-top: 22rem;
    margin-bottom: 6rem;
}

.cardF__container .text {
    line-height: 1.75;
}

@media screen and (max-width: 767.9px) {
    .btn__wrapper {
        display: contents;
    }

    .cardF__container .title {
        font-size: 22rem;
        margin-top: 14rem;
    }

    .btn--moreF {
        order: 1;
    }

    .cardF__lead {
        margin: 24rem 0 13rem;
    }

    .cardF__heading {
        order: 2;
        margin-top: 20rem;
    }

    .cardF__container .text {
        order: 3;
    }
}