.freelancer-project-section {
    margin: 150px 0 109px;
}
.freelancer-project-inner {
    border-radius: 24px;
    display: flex;
    align-items: center;
    padding: 49px 73px 34px 61px;
    position: relative;
    overflow: hidden;
}
.fp-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.fp-content {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
}
.fp-heading {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 58px;
    line-height: 100%;
    display: flex;
    align-items: center;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.fp-center {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
}
.fp-team-img {
    width: 510px;
    height: 164px;
    margin: 0 40px 0 45px;
    object-fit: contain;
}
.fp-desc {
    position: relative;
    z-index: 2;
}
.fp-para {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    margin: 0;
}
/* Button — same as start-project-btn */
.fp-btn {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 34px;
    background: #37C047;
    border-radius: 4px;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: 0.5s ease-in-out;
    max-width: 137px;
    width: 100%;
}
.fp-btn:hover {
    background-color: #2da83c;
    color: #FFFFFF;
    text-decoration: none;
}

@media(min-width:992px){

    .freelancer-project-section {
        margin: 7.813vw 0 5.677vw;
    }
    .freelancer-project-inner {
        border-radius: 1.25vw;
        padding: 2.552vw 3.802vw 1.771vw 3.177vw;
    }
    .fp-heading {
        font-size: 3.021vw;
        margin-bottom: 0.833vw;
    }
    .fp-team-img {
        width: 26.563vw;
        height: 8.542vw;
        margin: 0 2.083vw 0 2.344vw;
    }
    .fp-para {
        font-size: 0.938vw;
        line-height: 1.458vw;
    }
    .fp-btn {
        padding: 0.521vw 1.771vw;
        border-radius: 0.208vw;
        font-size: 0.729vw;
        line-height: 1.302vw;
        max-width: 7.135vw;
    }

}
@media(max-width:991px){
    .freelancer-project-section {
        margin: 100px 0 90px;
    }
    .freelancer-project-inner {
        border-radius: 14px;
        padding: 35px 40px 24px 30px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 50px;
    }
    .fp-heading {
        font-size: 45px;
        line-height: 100%;
        letter-spacing: -2px;
        margin-bottom: 14px;
    }
    .fp-team-img {
        width: 330px;
        height: auto;
        margin: 0;
        object-fit: contain;
    }
    .fp-para {
        font-size: 16px;
        line-height: 25px;
    }
}
@media(max-width:767px){

    .freelancer-project-inner {
        border-radius: 14px;
        padding:40px 30px 40px 25px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 40px;
    }
    .fp-heading {
        font-size: 38px;
        line-height: 100%;
        letter-spacing: -1px;
        margin-bottom: 18px;
    }
    .fp-btn {
        padding: 9px 34px;
        border-radius: 4px;
        font-size: 14px;
        line-height: 25px;
        max-width: 140px;
    }
    .fp-team-img {
        width: 250px;
        height: auto;
        margin: 0;
        object-fit: contain;
    }
    .fp-para {
        font-size: 15px;
        line-height: 24px;
        letter-spacing: 0.2px;
    }
    .freelancer-project-section {
        margin: 80px 0 60px;
    }

}
@media(max-width:575px){

    .freelancer-project-section {
        margin: 60px 0 40px;
    }
    .freelancer-project-inner {
        border-radius: 10px;
        padding:32px 12px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 30px;
    }
    .fp-heading {
        font-size: 29px;
        line-height: 100%;
        letter-spacing: -1px;
        margin-bottom: 19px;
    }
    .fp-btn {
        padding:8px 30px;
        border-radius: 4px;
        font-size: 13px;
        line-height: 23px;
        max-width: 130px;
        letter-spacing: 0.2px;
    }
    .fp-team-img {
        width: 100%;
        height: auto;
        margin: 0;
        object-fit: contain;
    }
    .fp-para {
        font-size: 13px;
        line-height: 19px;
        letter-spacing: 0;
    }

}