.why-choose-section {
    font-size: 50px;
    background-image:
        linear-gradient(to right,
            #000000cf 0%,
            #000000cf 85%,
            #000000d3 100%),
        url(../images/why-choose-section/why-choose-us-bg-image.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.why-choose-title-section h6 {
    color: var(--w-c);
    font-size: .45em;
    letter-spacing: .29em;
    font-weight: 500;
}

.why-choose-title-section h6 span {
    color: var(--p-c);
}

.why-choose-title-section h1 {
    color: var(--p-c);
    font-size: 1.1em;
    font-weight: 500;
}

.why-choose-title-section h1 span {
    color: var(--w-c);
}


.sub-num-box {
    aspect-ratio: 3;
    width: 100%;
    overflow: hidden;
}

.sub-num-box {
    position: relative;
}

.num-content {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.num-content h1 {
    font-size: 2em;
    font-weight: 700;
    position: relative;
    color: var(--w-c);
    letter-spacing: .1em;
    z-index: 1;
}

.num-content h1::before {
    position: absolute;
    content: "";
    width: 30%;
    aspect-ratio: 1;
    top: 0%;
    left: 10%;
    transform: translate(-50%, 50%);
    background-color: var(--p-c);
    border-radius: 50%;
    opacity: 0.7;
    z-index: -1;
}

.why-choose-sub-title-section h1 {
    font-size: .5em;
    letter-spacing: .1em;
    color: var(--p-c);
}


.why-choose-sub-title-section p {
    font-size: .36em;
    letter-spacing: .1em;
    color: var(--w-c);
}

@media (min-width: 0px) and (max-width: 600px) {
    .why-choose-section {
        font-size: 35px;
    }

    .why-choose-sub-title-section h1 {
        font-size: .5em;
        letter-spacing: .15em;
        color: var(--p-c);
    }

    .why-choose-sub-title-section p {
        font-size: .37em;
        letter-spacing:0 ;
        color: var(--w-c);
    }
}