.fp-aboutus {
    .fp-ceo-details {
        .fp-ceo-contact {
            padding: 0 0 40px 40px;

            @media only screen and (max-width: $lg_1199) {
                padding-left: 0;
            }
        }

        .fp-ceo-cont-des {

            .fp-head-28 {
                margin-bottom: 25px;

                @media only screen and (max-width: $xs_575) {
                    margin-bottom: 10px;
                }
            }

            .fp-ft-social {
                padding-top: 0;
            }

            .fp-ft-icon {
                display: flex;
                margin-bottom: 15px;
                align-items: center;

                p {
                    width: 230px;
                    margin-bottom: 0;
                    padding-left: 15px;

                    a {
                        color: $textPink;

                        &:hover {
                            color: $textPurple;
                        }
                    }
                }

                .fp-img-icon {
                    width: 40px;
                    height: 40px;
                    line-height: 35px;
                    text-align: center;
                    border-radius: 10px;
                    background: $bgBlack;

                    .fp-svg {
                        width: 18px;
                        height: 19px;

                        path {
                            fill: $bgPurple;
                        }
                    }
                }
            }
        }

        .fp-ceo-quote {
            padding: 40px;
            border-radius: 24px;
            border: 1px solid $bgLightPink;

            @media only screen and (max-width: $lg_1199) {
                padding: 20px;
                border-radius: 14px;
            }

            @media only screen and (max-width: $md_991) {
                margin-bottom: 30px;
            }

            p {
                color: $textBlack;
                font-weight: $fontMedium;
            }

            .fp-head-20 {
                margin: 25px 0 0;

                span {
                    padding-top: 5px;
                    display: block;
                    font-size: $font16;
                    font-weight: $fontRegular;
                }
            }
        }

        .fp-ceo-img {
            img {
                width: 100%;
                height: 480px;
                object-fit: cover;
                border-radius: 24px;

                @media only screen and (max-width: $md_991) {
                    height: auto;
                    border-radius: 15px;
                }
            }
        }
    }
}

// Our Mission
.fp-mission {
    margin: 80px 0 40px;
    border-radius: 24px;
    border: 1px solid $bgLightPink;

    @media only screen and (max-width: $md_991) {
        margin-top: 40px;
    }

    @media only screen and (max-width: $sm_767) {
        margin-bottom: 0;
    }

    @media only screen and (max-width: $xs_575) {
        border-radius: 15px;
    }

    .fp-mission-des {
        padding: 24px;

        @media only screen and (max-width: $xs_575) {
            padding: 20px 15px;
        }

        &:not(:last-child) {
            border-bottom: 1px solid $bgLightPink;
        }

        .fp-head-28 {
            margin-bottom: 15px;
        }

        p {
            &:last-child {
                margin-bottom: 0;
            }
        }
    }
}

// Our Story
.fp-our-story {
    .fp-mission {
        margin-bottom: 80px;

        @media only screen and (max-width: $md_991) {
            margin-bottom: 40px;
        }
    }
}

// FullWidth Get Your Project
.fp-get-fluid {
    .fp-get-project {
        border-radius: 24px 24px 0 0;
        padding: 80px 30px 80px 80px;

        @media only screen and (max-width: $lg_1280) {
            padding: 80px 30px;
        }

        @media only screen and (max-width: $lg_1199) {
            margin-bottom: 0;
            padding: 40px 30px;
        }

        @media only screen and (max-width: $sm_767) {
            padding: 30px 20px;
        }

        .fp-get-des {
            max-width: 665px;

            .fp-black-btn {
                margin-top: 15px;
            }

            @media only screen and (max-width: $xl_1660) {
                max-width: 600px;
            }

            @media only screen and (max-width: $lg_1199) {
                max-width: 400px;
            }

            @media only screen and (max-width: $sm_767) {
                max-width: 100%;
            }
        }

        .fp-get-img {
            height: 470px;
            overflow: hidden;
            padding-right: 80px;

            @media only screen and (max-width: $lg_1280) {
                padding-right: 30px;
            }

            @media only screen and (min-width: $sm_768) {
                display: flex;
                align-items: end;
                justify-content: end;
            }

            img {
                position: relative;
                width: calc(100% - 80px);
                bottom: -80px;

                @media only screen and (max-width: $md_991) {
                    width: calc(100% - 150px);
                    bottom: -30px;
                }
            }
        }
    }
}

// What Makes 50Pros Different
.fp-makes-diff {
    padding: 60px 0;
    background: $bgBlack;

    .fp-head-40 {
        color: $textPurple;
    }

    .fp-makes-des {
        padding-top: 40px;

        .fp-makes-icon {
            @include fpImgIcon;
            margin-bottom: 15px;
            background: #331938;
            border: 1px solid #53295B;
        }

        .fp-head-24 {
            color: $textPurple;
            text-transform: capitalize;
        }

        p {
            color: $textWhite;

            @media only screen and (min-width: $lg_1200) {
                padding-right: 15px;
            }
        }
    }

    @media only screen and (max-width: $xs_575) {
        text-align: center;
        padding: 40px 15px;

        .fp-makes-icon {
            margin: 0 auto 15px;
        }
    }
}

// Our Values
.fp-our-values {
    padding: 60px 0;
    background: $bgLightPurple;

    .fp-values-box {
        @media only screen and (min-width: $lg_1200) {
            margin: 0 auto;
            max-width: 1280px;
        }
    }

    .fp-values-des {
        margin-top: 40px;

        @media only screen and (min-width: $md_992) {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 15px;
            .fp-value-content {
                width: calc(100% - 75px);
            }

        }

        @media only screen and (max-width: $md_991) {
            text-align: center;
            margin-top: 20px;

            .fp-values-icon {
                margin: 0 auto 15px;
            }
        }

    }

    .fp-values-icon {
        @include fpImgIcon;
        background: $bgBlack;
    }

    .fp-head-24 {
        margin-bottom: 0;
        text-transform: capitalize;

        @media only screen and (max-width: $xs_414) {
            font-size: 16px;
        }
    }
}

// Who We Serve
.fp-who-serve {
    padding: 60px 0;

    .fp-serve-des {
        text-align: center;

        @media only screen and (min-width: $lg_1200) {
            padding: 0 10px;
        }

        img {
            width: 100%;
            object-fit: cover;
            border-radius: 16px;
            margin-bottom: 20px;
        }

        .fp-head-24 {
            text-transform: capitalize;

            @media only screen and (max-width: $lg_1199) {
                font-size: 18px;
            }

            @media only screen and (max-width: $md_991) {
                margin-bottom: 30px;
            }
        }
    }
}

// Team Member
.fp-team-hero-des {
    display: flex;
    align-items: center;

    .fp-team-img {
        img {
            width: 120px;
            height: 120px;
            object-fit: cover;
            border-radius: 50%;

            @media only screen and (max-width: $lg_1199) {
                width: 90px;
                height: 90px;
            }

            @media only screen and (max-width: $md_991) {
                width: 70px;
                height: 70px;
            }
        }
    }

    .fp-team-profile {
        padding-left: 25px;

        @media only screen and (max-width: $lg_1199) {
            padding-left: 15px;
        }

        .fp-head-40 {
            margin-bottom: 5px;

            @media only screen and (max-width: $lg_1199) {
                margin-bottom: 0;
            }
        }

        p {
            margin-bottom: 0;
        }
    }
}

// Quick Info
.fp-team-info {
    padding-bottom: 80px;

    @media only screen and (max-width: $lg_1199) {
        padding-bottom: 40px;
    }

    .fp-team-info-box {
        padding: 0 24px;
        border-radius: 24px;
        border: 1px solid $bgLightPink;

        .fp-team-info-des {
            padding: 24px 20px 24px 0;
            border-right: 1px solid $bgLightPink;

            .fp-head-40 {
                margin-bottom: 15px;
            }

            p {
                margin-bottom: 0;
            }
        }

        .fp-ft-social {
            @media only screen and (min-width: $md_992) {
                padding-left: 24px;
            }

            .fp-head-28 {
                margin-bottom: 20px;
            }
        }

        @media only screen and (max-width: $md_991) {
            padding: 20px;
            border-radius: 15px;

            .fp-team-info-des {
                border-right: 0;
                padding: 0 0 20px;
                border-bottom: 1px solid $bgLightPink;
            }
        }
    }
}

// Team QA
.fp-team-qa {
    .fp-news-des {
        background: $bgLightPurple;

        p {
            margin-bottom: 0;
        }
    }
}