#why-choose-section {
    background-image: url(../images/why-choose-section/bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#why-choose-section .why-choose-heading-wrapper {
    font-size: 37px;
    border-left: 5px solid var(--p-c);
}

#why-choose-section .why-choose-heading-wrapper h5 {
    font-size: 1.05em;
}

#why-choose-section .why-choose-heading-wrapper p {
    font-size: .39em;
}

#why-choose-section .why-choose-content-wrapper {
    position: relative;
    font-size: 26px;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.182);
    border: 3px solid var(--p-c);
    background-color: var(--w-c);
}

#why-choose-section .why-choose-content::after {
    position: absolute;
    content: "";
    width: 10%;
    aspect-ratio: 1;
    background-color: var(--p-c);
    border-radius: 100vh;
    left: 0;
    bottom: 0;
    transform: translate(-50%, 50%);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.294);
}

#why-choose-section .why-choose-content-wrapper::before {
    position: absolute;
    content: "";
    width: 3em;
    height: 10px;
    background-color: var(--w-c);
    left: 10%;
    top: 0;
    transform: translate(0%, -100%);
}

#why-choose-section .why-choose-content-wrapper .why-icon-wrapper {
    position: absolute;
    top: 0;
    left: 13%;
    transform: translate(0%, -50%);
}

#why-choose-section .why-choose-content {
    position: relative;
    overflow: hidden;
    padding-inline: 20px;
}

#why-choose-section .why-choose-content-wrapper h5 {
    font-size: 1em;
    color: #3B3B3B;
}

#why-choose-section .why-choose-content-wrapper p {
    font-size: .48em;
    font-weight: 500;
    color: #7d7d7d;
}