.aboutUs_sec{
    background-image: url(../Image/background/CreamBg.jpg);
    padding: 109px 300px 60px;
    color: var(--color_third_blue);
    overflow: hidden;
    position: relative;
}
.header_Aboutus{
    display: inline-flex;
    padding: 96px 0px;
    align-items: flex-start;
    gap: 23px;
}
.headerText_Aboutus{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;
}
.headerText_Aboutus_detail{
    display: flex;
    width: 510px;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
}
.header_Aboutus img{
    width: 901px;
    height: auto;
    position: absolute;
    right: 95px;
    bottom: -140px;
}

.usp_sec{
    background-image: url(../Image/asset/kentang1.png),url(../Image/asset/kentang2.png),url(../Image/text/brandPotata.png),url(../Image/background/BlueBG.jpg);
    background-size: 810px, 800px, 800px, cover;
    background-position: -28% 16%, 134% 104%, 50% 73%, center;
    background-repeat: no-repeat;
    color: var(--color_cream);

    display: flex;
    padding: 81px 75px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
}
.usp_sec_main{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 109px;
}
.usp_sec_main_point{
    display: flex;
    align-items: center;
    gap: 45px;
    flex-wrap: wrap;
}
.usp_card{
    display: flex;
    height: 402px;
    padding: 42px 21px;
    align-items: flex-start;
    flex: 1 0 0;
    justify-content: center;
    gap: 10px;

    border-radius: 12px;
    background: rgba(87, 127, 191, 0.83);
    box-shadow: 0px 7px 11.4px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(4.800000190734863px);
}
.usp_card_content{
    display: flex;
    width: 294px;
    flex-direction: column;
    align-items: center;
    gap: 31px;
    flex: 1 0 0;
}
.usp_card_content p{
    margin: 0;
}
.usp_card_content img{
    height: 94px;
}
.VisMis{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}
.VisMis p{
    color: var(--color_cream);
    text-align: center;
    font-family: var(--font_family_text);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 48px */
}


@media(max-width: 1730px) {
    .aboutUs_sec{
        padding: 61px 120px;
    }
    .HR_contact {
        padding: 141px 73px 76px;
    }
    .header_Aboutus img {
        width: 821px;
        height: auto;
        position: absolute;
        right: -49px;
        bottom: -111px;
    }
    .usp_sec {
        background-size: 810px, 800px, 800px, cover;
        background-position: -75% 16%, 315% 97%, 50% 73%, center;
    }
}
@media(max-width: 1440px) {
    .aboutUs_sec{
        padding: 61px 73px;
    }
    .header_Aboutus img {
        width: 821px;
        height: auto;
        position: absolute;
        right: -49px;
        bottom: -111px;
    }
    
    
}

@media(max-width: 1270px) {
    .aboutUs_sec {
    padding: 61px 50px;
    }
    .header_Aboutus {
        display: inline-flex;
        padding: 87px 0px;
        align-items: flex-start;
        gap: 23px;
    }
    .headerText_Aboutus_detail {
        width: 390px;
    }
    .header_Aboutus img {
        width: 722px;
        height: auto;
        position: absolute;
        right: -73px;
        bottom: -111px;
    }
    .heading_h2 {
        font-family: var(--font_family_header);
        font-size: 40px;
    }
    .subHeading_h4 {
        font-family: var(--font_family_subHeader);
        font-size: 22px;
    }
}


@media(max-width: 1030px) {
    .aboutUs_sec {
    padding: 61px 50px;
    }
    .header_Aboutus {
        display: inline-flex;
        padding: 87px 0px;
        align-items: flex-start;
        gap: 23px;
    }
    .headerText_Aboutus_detail {
        width: 390px;
    }
    .header_Aboutus img {
        width: 722px;
        height: auto;
        position: absolute;
        right: -132px;
        bottom: -78px;
    }
    .heading_h2 {
        font-family: var(--font_family_header);
        font-size: 40px;
    }
    .subHeading_h4 {
        font-family: var(--font_family_subHeader);
        font-size: 22px;
    }
    .usp_sec {
        background-image: url(../Image/asset/kentang1.png), url(../Image/text/brandPotata.png), url(../Image/background/BlueBG.jpg);
        background-size: 810px,  800px, cover;
        background-position: -28% 16%, 50% 73%, center;
        background-repeat: no-repeat;
    }
}
/* 952 */

@media(max-width: 952px) {
    .header_Aboutus img {
        width: 583px;
        height: auto;
        position: absolute;
        left: 50%;
        top: 82px;
        transform: translatex(-50%);
    }
    .header_Aboutus {
        display: flex;
        padding: 603px 0px 0px 0px;
        align-items: flex-start;
        gap: 23px;
        justify-content: center;
        text-align: center;
    }
}

@media(max-width: 642px) {
    .aboutUs_sec{
        padding: 61px 20px;
    }
    .header_Aboutus {
        padding: 472px 0px 0px 0px;
    }
    .headerText_Aboutus_detail {
        width: 100%;
    }
    .header_Aboutus img {
        width: 420px;
    }
    .subHeading_h4 {
        font-family: var(--font_family_subHeader);
        font-size: 20px;
    }
    .heading_h2 {
        font-family: var(--font_family_header);
        font-size: 32px;
    }
    .usp_sec {
        background-size: 649px,  800px, cover;
        background-position: 2993% 16%,  50% 73%, center;
    }
    .subHeading_h3 {
        font-size: 20px;
    }
    .VisMis p {
        font-size: 20px;
    }
    .usp_sec_main {
        gap: 66px;
    }
}
@media(max-width: 420px) {
    .header_Aboutus {
        padding: 359px 0px 0px 0px;
    }
    .header_Aboutus img {
        width: 332px;
    }
    .usp_sec {
        padding: 81px 20px;
    }
    .usp_card_content{
        width: 100%;
        min-width: 250px;
    }
    
}