.value-Proposition-container {
    padding:10px;
    border-radius: 8px;
} 
.container-main-value {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 1rem;
    height: 80vh;
}

.square-box {
    width: 600px;
    height: 600px;
    border: 2px solid black;
    border-radius: 10px;
    padding: 3px 1px;
    display: flex;
    align-items: center;
    position: relative;
}

.cercol-box-value {
    width: 600px;
    height: 600px;
    border: 1px solid black;
    border-radius: 50%;
    /* padding: 0PX 10PX; */
    display: flex;
    align-items: center;
    /* overflow: hidden; */
    position: relative;
}

.inner-box-content {
    width: 50%;
    height: 100%;
    border-right: 2px solid lightgray;
}

.business-logo-container {
    width: 100%;
    height: 150px;
    /* border: 1px solid black; */
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.business-logo {
    width: 140px;
    height: 140px;
    /* border: 1px solid black; */
    border-radius: 50%;
    background-color: #f2f7fc;
    z-index: 10;
    padding: 10px 10px;
}

.border-hide {
    border: none;
    display: flex;
    flex-direction: column;
}

.two-box-inner {
    width: 100%;
    height: 50%;
    position: relative;
}

.value-propostion-top-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    padding: 10px 17px;
}

.heder-container-value {
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-weight: 600;
}

.text-font-title {
    font-size: 14px;
    font-weight: 600;
}

.logo {
    width: 50px;
    height: 50px;
}

.image-fit {
    width: 100%;
    height: 100%;
}

.label-end {
    display: flex;
    justify-content: end;
    gap: 1.2rem;
}

.cercol-data-box {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.two-box {
    width: 100%;
    height: 35%;
    position: relative;
}

.heder-cercol {
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 600;
}

.right-heder {
    border-right: 1px solid black;
}


.border-none-label {
    border: none;
}

.top-border-label {
    /* border-top: 1px solid black; */
}

.center-label-top {
    display: flex;
    /* align-items: center; */
    justify-content: flex-start;
    padding-top: 5.5rem;
}

.customer-logo-cercol {
    width: 100%;
    height: 140px;
    /* border: 1px solid green; */
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.heder-label {
    justify-content: flex-start;
}

.title-heder {
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 1%;
}

.line-label {
    border: 1px solid lightgray;
    position: absolute;
    bottom: 0;
}


.line-label-2 {
    width: 400px;
    height: 1px;
    border: 1px solid lightgray;
    position: absolute;
    bottom: 0;
    right: 10%;
}

.line-inner-cont {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.line-1 {
    position: absolute;
    right: -3%;
    color: lightgray;
}


.line-inner-cont-2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.line-2 {
    position: absolute;
    left: -1%;
    color: lightgray;
}


.left-responded-text {
    position: relative;
    left: 3rem;
}

.circle-left-text {
    position: relative;
    left: 4rem;
}

.listed-text-align {
    position: relative;
    right: 3rem;
}

.listed-customer-job {
    position: relative;
    right: 5rem;
}

.ul-listed-style {
    position: relative;
    left: 10%;
}

@media(max-width:1728px) {
    .square-box {
        width: 600px;
        height: 600px;
    }

    .cercol-box-value {
        width: 600px;
        height: 600px;
    }

    .line-label {
        width: 380px;
    }

    .line-label-2 {
        width: 350px;
    }

    .logo {
        width: 50px;
        height: 50px;
    }

    .heder-cercol {
        gap: 14px;
        font-size: 15px;
    }

    .business-logo {
        width: 110px;
        height: 110px;
    }

    .label-end {
        gap: 4px;
        font-size: 15px;
    }

    .text-font-titile {
        font-size: 15px;
    }
}

@media(max-width:1668px) {

    .square-box {
        width: 600px;
        height: 600px;
    }

    .cercol-box-value {
        width: 600px;
        height: 600px;
    }

    .line-label {
        width: 380px;
    }

    .line-label-2 {
        width: 350px;
    }

    .heder-cercol {
        gap: 16px;
        font-size: 15px;
    }

    .business-logo {
        width: 110px;
        height: 110px;
    }

    .label-end {
        gap: 4px;
        font-size: 15px;
    }

    .text-font-titile {
        font-size: 15px;
    }
}

@media(max-width:1440px) {

    .square-box {
        width: 500px;
        height: 500px;
    }

    .cercol-box-value {
        width: 500px;
        height: 500px;
    }

    .line-label {
        width: 325px;
    }

    .line-label-2 {
        width: 325px;
    }

    .logo {
        width: 60px;
        height: 60px;
    }

    .heder-cercol {
        gap: 16px;
        font-size: 15px;
    }

    .business-logo {
        width: 110px;
        height: 110px;
    }

    .label-end {
        gap: 4px;
        font-size: 15px;
    }

    .text-font-titile {
        font-size: 15px;
    }

    .listed-text-lebel {
        font-size: 14px;
    }

    .value-propostion-top-container {
        font-size: 18px;
    }

    .left-responded-text {
        left: 3rem;
    }

    .circle-left-text {
        left: 4rem;
    }

    .listed-customer-job {
        right: 4rem;
    }

    .listed-text-align {
        right: 3rem;
    }

}

@media(max-width:1368px) {

    .square-box {
        width: 500x;
        height: 500px;
    }

    .cercol-box-value {
        width: 500px;
        height: 500px;
    }

    .line-label {
        width: 310px;
    }

    .line-label-2 {
        width: 310px;
    }

    .logo {
        width: 40px;
        height: 40px;
    }

    .heder-cercol {
        gap: 4px;
        font-size: 15px;
    }

    .business-logo {
        width: 110px;
        height: 110px;
    }

    .label-end {
        gap: 4px;
        font-size: 15px;
    }

    .text-font-titile {
        font-size: 15px;
    }

    .listed-text-lebel {
        font-size: 13px;
    }

    .value-propostion-top-container {
        font-size: 16px;
    }

    .left-responded-text {
        left: 3rem;
    }

    .circle-left-text {
        left: 3rem;
    }

    .listed-customer-job {
        right: 3rem;
    }

    .listed-text-align {
        right: 2.4rem;
    }

}

@media(max-width:1280px) {

    .square-box {
        width: 410px;
        height: 410px;
    }

    .cercol-box-value {
        width: 410px;
        height: 410px;
    }

    .line-label {
        width: 320px;
    }

    .line-label-2 {
        width: 320px;
    }

    .logo {
        width: 40px;
        height: 40px;
    }

    .heder-cercol {
        gap: 10px;
        font-size: 15px;
    }

    .business-logo {
        width: 110px;
        height: 110px;
    }

    .label-end {
        gap: 4px;
        font-size: 15px;
    }

    .text-font-titile {
        font-size: 15px;
    }

    .listed-text-lebel {
        font-size: 11px;
    }

    .value-propostion-top-container {
        font-size: 14px;
    }

    .left-responded-text {
        left: 3rem;
    }

    .circle-left-text {
        left: 3rem;
    }

    .listed-customer-job {
        right: 2rem;
    }

    .listed-text-align {
        right: 2.4rem;
    }
}

@media(max-width:1199px) {

    .square-box {
        width: 400px;
        height: 400px;
    }

    .cercol-box-value {
        width: 400px;
        height: 400px;
    }

    .line-label {
        width: 290px;
    }

    .line-label-2 {
        width: 290px;
    }

    .logo {
        width: 30px;
        height: 30px;
    }

    .heder-cercol {
        gap: 4px;
        font-size: 15px;
    }

    .business-logo {
        width: 110px;
        height: 110px;
    }

    .label-end {
        gap: 4px;
        font-size: 15px;
    }

    .text-font-titile {
        font-size: 15px;
    }

    .listed-text-lebel {
        font-size: 12px;
    }

    .value-propostion-top-container {
        font-size: 14px;
    }

    .left-responded-text {
        left: 3rem;
    }

    .circle-left-text {
        left: 3rem;
    }

    .listed-customer-job {
        right: 2rem;
    }

    .listed-text-align {
        right: 2.4rem;
    }
}

@media(max-width:1180px) {

    .square-box {
        width: 390px;
        height: 390px;
    }

    .cercol-box-value {
        width: 390px;
        height: 390px;
    }

    .line-label {
        width: 235px;
    }

    .line-label-2 {
        width: 235px;
    }

    .logo {
        width: 30px;
        height: 30px;
    }

    .heder-cercol {
        gap: 4px;
        font-size: 15px;
    }

    .business-logo {
        width: 110px;
        height: 110px;
    }

    .label-end {
        gap: 4px;
        font-size: 15px;
    }

    .text-font-titile {
        font-size: 15px;
    }

    .listed-text-lebel {
        font-size: 12px;
    }

    .value-propostion-top-container {
        font-size: 14px;
    }

    .left-responded-text {
        left: 3rem;
    }

    .circle-left-text {
        left: 3rem;
    }

    .listed-customer-job {
        right: 2rem;
    }

    .listed-text-align {
        right: 2.4rem;
    }
}

@media(max-width:1104px) {

    .square-box {
        width: 390px;
        height: 390px;
    }

    .cercol-box-value {
        width: 390px;
        height: 390px;
    }

    .line-label {
        width: 230x;
    }

    .line-label-2 {
        width: 230px;
    }

    .logo {
        width: 30px;
        height: 30px;
    }

    .heder-cercol {
        gap: 4px;
        font-size: 15px;
    }

    .business-logo {
        width: 110px;
        height: 110px;
    }

    .label-end {
        gap: 4px;
        font-size: 15px;
    }

    .text-font-titile {
        font-size: 15px;
    }

    .listed-text-lebel {
        font-size: 11px;
    }

    .value-propostion-top-container {
        font-size: 12px;
    }

    .left-responded-text {
        left: 3rem;
    }

    .circle-left-text {
        left: 3rem;
    }

    .listed-customer-job {
        right: 2rem;
    }

    .listed-text-align {
        right: 2.4rem;
    }

}

@media(max-width:1024px) {


    .square-box {
        width: 380px;
        height: 380px;
    }

    .cercol-box-value {
        width: 380px;
        height: 380px;
        
    }

    .line-label {
        width: 218px;
    }

    .line-label-2 {
        width: 218px;
    }

    .logo {
        width: 30px;
        height: 30px;
    }

    .heder-cercol {
        gap: 4px;
        font-size: 15px;
    }

    .business-logo {
        width: 110px;
        height: 110px;
    }

    .label-end {
        gap: 4px;
        font-size: 15px;
    }

    .text-font-titile {
        font-size: 15px;
    }


    .listed-text-lebel {
        font-size: 10px;
    }

    .value-propostion-top-container {
        font-size: 12px;
    }

    .left-responded-text {
        left: 3rem;
    }

    .circle-left-text {
        left: 3rem;
    }

    .listed-customer-job {
        right: 1rem;
    }

    .listed-text-align {
        right: 2.4rem;
    }
}

@media(max-width:991px) {
    .square-box {
        width: 365px;
        height: 365px;
    }

    .cercol-box-value {
        width: 365px;
        height: 365px;
    }

    .line-label {
        width: 218px;
    }

    .line-label-2 {
        width: 218px;
    }

    .logo {
        width: 27px;
        height: 27px;
    }

    .heder-cercol {
        gap: 12px;
        font-size: 14px;
    }

    .business-logo {
        width: 100px;
        height: 100px;
    }

    .label-end {
        gap: 4px;
        font-size: 14px;
    }

    .text-font-titile {
        font-size: 13px;
    }

    .listed-text-lebel {
        font-size: 11px;
    }

    .value-propostion-top-container {
        font-size: 12px;
    }

    .left-responded-text {
        left: 2rem;
    }

    .circle-left-text {
        left: 2rem;
    }

    .listed-customer-job {
        right: 1rem;
    }

    .listed-text-align {
        right: 2rem;
    }

}