.why-choose-section {
    padding-top: 100px;
    padding-bottom: 0;
}

.why-choose-section-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    row-gap: 125px;
    padding-bottom: 186px;
    border-bottom: 1px solid var(--primary-color-light);
}

.why-choose-section-wrapper .left-block {
    width: 49.028%;
}

.why-choose-section-wrapper .left-block .icon-with-content-list {
    display: grid;
    column-gap: 30px;
    row-gap: 30px;
    grid-template-columns: repeat(2,1fr);
}
.why-choose-section-wrapper .left-block .icon-with-content-list-item {
    height: auto;
}
.why-choose-section-wrapper .left-block .icon-with-content-list-item:nth-child(2n-2){
    position: relative;
    top: 61px;
}

.why-choose-section-wrapper .left-block .icon-with-content-list-item-inner {
    border: 1px solid;
    border-image-source: linear-gradient(116.4deg, #FFFFFF 1.18%, #E4E7EE 66.59%);
    box-shadow: 0px 30px 60px 0px #0A4D651A;
    background-color: var(--white);
    padding: 23px 30px 23px;
    min-height: 293px;
    height: 100%;    
}
.why-choose-section-wrapper .left-block .icon-with-content-list-item-inner .icon {
    width: 80px;
    height: 80px;
    background-color: var(--secondary-light-color);
    border-radius: 100%;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.why-choose-section-wrapper .left-block .icon-with-content-list-item-inner .icon .icon-img {
    max-width: 41px;
    object-fit: cover;
}
.why-choose-section-wrapper .right-block {
    width: 50.972%;
    padding-left: 80px;
    margin-bottom: 50px;
}
.why-choose-section-wrapper .right-block-content .heading {
    margin-bottom: 28px;
    color: #000;
    font-weight: 400;
}
.why-choose-section-wrapper .right-block-content .link-sec {
    margin-top: 45px;
}
.why-choose-section-wrapper .right-block .small-heading {
    font-weight: 400;
}