.why__wrapper {
    padding: 54px 0;
    /* padding: 71px 0; */
}
.why__wrapper::before,
.why__wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--lightGray);
}
.why__wrapper::before {
    bottom: 0;
    top: initial;
}
.why .fz40 {
    font-weight: 600 !important;
}
.why > div {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 20px;
    flex-wrap: wrap;
}
.why > div > div {
    flex: 1 0 30%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 25px 30px;
    background-color: var(--white20);
    border-radius: var(--bradMed);
}
.why > div > div > div > p:first-child {
    color: var(--orange) !important;
    font-weight: 700 !important;
}
.why > div > div > div > p:last-child {
    font-family: "poppins", sans-serif;
    color: var(--black) !important;
    opacity: 0.8;
}
.why > div > div > div:last-child {
    background-color: var(--white30);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 115px;
    height: 115px;
    border-radius: 100px;
}
.why > div > div > div:last-child img {
    height: 38%;
    object-fit: contain;
    z-index: 10;
}

@media (max-width: 768px) {
    .why__wrapper {
        padding: 32px 0;
    }
    .why .warpper_small {
        padding: 0;
    }
    .why > div > div > div:last-child {
        max-width: 80px;
        min-width: 80px;
        max-height: 80px;
        min-height: 80px;
    }
}
