.purpose-left-img {
    position: relative;
}

.purpose-left-img::before {
    content: "";
    width: 430px;
    height: 398px;
    background: #E9A537;
    display: block;
    position: absolute;
    bottom: -20px;
    z-index: 0;
    left: 0px;
}

.purpose-img-wrapper {
    position: relative;
    z-index: 2;
    margin-left: 20px;
    max-width: 430px;
    width: 100%;
}

.purpose-img-wrapper img {
    width: 100%;
    height: 521px;
    object-fit: cover;
}

.custom-list-style li {
    color: #6F6F6F;
    font-size: 18px;
    font-style: normal;
    margin-bottom: 24px;
    padding-left: 30px;
    font-weight: 400;
    position: relative;
}

.custom-list-style li::before {
    content: '';
    width: 16px;
    height: 16px;
    background-color: #E9A537;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
}

.why-choose-us {
    position: relative;
}

.why-choose-us:before {
    content: '';
    width: 45%;
    background-image: url(../img/purpose-wrapper.png);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.why-choose-us::after {
    content: '';
    width: 55%;
    background-color: #1F2E44;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    mix-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.choose-right-wrapper {
    position: relative;
    z-index: 9;
    padding-left: 35px;
}

.feature-ic-list {
    display: flex;
    justify-content: space-between;
}

.feature-ic-list li {
    flex: 0 0 50%;
    max-width: 50%;
}

.feature-ic-list .ic-img {
    margin-bottom: 11px;
}

.feature-ic-list .ic-text h3 {
    font-size: 20px;
    font-style: normal;
    font-family: 'Playfair Display';
    font-weight: 600;
    color: #fff;
}

.feature-ic-list .ic-text p {
    font-size: 16px;
    font-style: normal;
    color: #fff;
    font-weight: 300;
}

.feature-ic-list li:nth-child(odd) {
    padding-right: 70px;
}

.feature-ic-list li:nth-child(even) {
    padding-left: 70px;
}


@media (max-width: 768px) {

    .why-choose-us::after,
    .why-choose-us::before {
        width: 100%;
    }
}