@media (max-width: 575px) {
    .yellow_card .contanier .title {
        font-size: 22px !important;
        padding: 0px 10px;
    }

    .yellow_card .contanier .button {
        font-size: 18px !important;
    }

    .pc_content_people .talk_speclallst {
        font-size: 20px !important;
    }

    .pc_content_people .your_people {
        font-size: 18px !important;
    }

    .pc_content_banner .banner_logo {
        display: none;
    }

    .pc_content_banner .banner_text {
        font-size: 16px !important;
    }

    .banner_contact {
        font-size: 15px !important;
        padding: 10px 20px !important;
    }

    .pc_content_banner {
        padding: 0px 10px !important;
    }

    .pc_content_people {
        flex-direction: column;
        margin: 20px 10px 20px 10px !important;
    }

    .pc_content_people .people_left {
        width: 100% !important;
        margin: 0px !important;
        padding: 10px 0px;
    }

    .pc_content_people .people_right {
        width: 100% !important;
        justify-content: center;
    }

    .pc_content_support .title_contanier .desc {
        padding: 0px 10px;
    }

    .pc_content_support .hr_contanier {
        margin: 10px 10px 50px 10px !important;
    }

    .card_contanier .card_right .button {
        font-size: 14px !important;
        padding: 10px 15px !important;
    }

    .padding-10 {
        padding: 0 10px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .pc_content {
        padding-top: 0px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .pc_content {
        padding-top: 80px;
    }
}

@media (min-width: 979px) {
    .pc_content {
        padding-top: 125px;
    }
}

@media (max-width:979px) {
    .yellow_card .contanier .text {
        padding: 0px 10px;
    }
}

.margin-0 {
    margin: 0 !important;
}

.m-h-30 {
    margin-left: 30px;
    margin-right: 30px;
}

.p-v-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.p-v-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.m-t-70 {
    margin-top: 70px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-10 {
    margin-bottom: 10px;
}


.pc_content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pc_content_banner {
    width: 100%;
    background-color: #edeae8;
    height: 120px;
    display: flex;
    align-items: center;
    padding: 0px 50px;
}


.pc_content_banner .banner_text {
    flex: 1;
    color: #252974;
    font-size: 24px;
    font-weight: 900;
    padding: 0px 20px;
    text-align: center;
}

.banner_contact {
    color: white;
    background-color: #d144a9;
    border: 1px solid #d144a9;
    border-radius: 55px;
    font-size: 20px;
    font-weight: 900;
    padding: 15px 30px;
    user-select: none;
    cursor: pointer;
}

.banner_contact:hover {
    background-color: #ed4ec0;
    border: 1px solid #ed4ec0;
}

.pc_content_banner .banner_logo img {
    height: 70px;
}

.high {
    color: #d144a9;
}


/* ------------------------------ --------------------------- */

.pc_content_people {
    background-color: white;
    display: flex;
    margin: 50px 50px 30px 50px;
    align-items: center;
}

.pc_content_people .people_left {
    width: 50%;
    margin-left: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 20px;
}

.pc_content_people .people_right {
    display: flex;
    column-gap: 20px;
    width: 40%;
}

.pc_content_people .people_right_img {
    width: 40%;
}

.pc_content_people .people_right_img img {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;

}

.pc_content_people .people_right div {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.pc_content_people .people_right img {
    width: 130px;
}

.pc_content_people .welcome {
    color: #ac388c;
    font-weight: 700;
}

.pc_content_people .your_people {
    display: inline-block;
    font-size: 32px;
    background-color: #ac388c;
    color: white;
    padding: 20px;
    font-weight: 900;
    border: 1px solid #ac388c;
    border-radius: 25px;
    margin: 5px 5px 10px 5px;
}

.pc_content_people .at_global {
    font-size: 24px;
    font-weight: 900;
    margin: 10px 0px 20px 0px;
}

.pc_content_people .we_build {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.pc_content_people .talk_speclallst {
    background-color: #f7bd2e;
    border: 1px solid #f7bd2e;
    border-radius: 45px;
    font-size: 28px;
    font-weight: 900;
    padding: 20px;
    color: white;
    cursor: pointer;
    user-select: none;
    /* width: 200px; */

}



.pc_content_support {
    width: 100%;
    background-color: #edeae7;
    margin-bottom: 60px;
    padding-top: 50px;
}

.pc_content_support .title_contanier {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.pc_content_support .title_contanier .title {
    font-size: 24px;
    line-height: 26px;
    font-weight: 900;
    text-align: center;
    max-width: 560px;
}



.pc_content_support .title_contanier .desc {
    font-weight: 600;
}

.pc_content_support .hr_contanier {
    margin: 30px 30px 50px 30px;
    background-color: white;
    border: 1px solid white;
    border-radius: 10px;
    padding-bottom: 40px;
}

.pc_content_support .title_card {
    display: inline-block;
    background-color: black;
    color: white;
    font-size: 30px;
    font-weight: bolder;
    padding: 10px 15px;
    border: 1px solid black;
    border-radius: 10px;
    margin: 10px 10px 30px 10px;
}

.card_contanier {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.card_contanier .card_left {
    width: 50%;
    padding-left: 15px;
}

.card_contanier .card_right {
    width: 44%;
}

.card_contanier .card_right {

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.card_contanier .card_right .card_right_content {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.card_contanier .card_right .card_right_content .title {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
}

.card_contanier .card_right .card_right_content .text {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
}

.card_contanier .card_left .text {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.card_contanier .card_left img {
    margin-top: 20px;
    width: 100%;
}

.card_contanier .card_right .button {
    display: inline-block;
    background-color: #d144a9;
    border: 1px solid #d144a9;
    border-radius: 50px;
    color: white;
    padding: 20px 30px;
    font-size: x-large;
    font-weight: 900;
    user-select: none;
    cursor: pointer;
}

.yellow_card {
    background-color: white;
    width: 100%;
    display: flex;
    justify-content: center;
}

.yellow_card .contanier {
    background-color: #f7d355;
    border: 1px solid #f7d355;
    border-radius: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.yellow_card .contanier .title {
    color: black;
    font-size: 28px;
    font-weight: 900;
}

.yellow_card .contanier .text {
    color: black;
    font-size: 16px;
}

.yellow_card .contanier .divder {
    background-color: #645e52;
    height: 3px;
    width: 94%;
}

.yellow_card .contanier .button {
    background-color: black;
    border: 1px solid black;
    border-radius: 30px;
    color: white;
    font-size: 24px;
    font-weight: 900;
    padding: 15px 50px;
    cursor: pointer;
    user-select: none;
}

.pc_services {
    width: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pc_services .title {
    font-size: 30px;
    font-weight: 900;
}


.pc_services .big-cards {
    display: flex;
    width: 100%;
    padding: 30px 20px;
    flex-direction: column;
}

.pc_services .big-cards .big-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.pc_services .big-cards .image {
    margin-top: 20px;
}