.feature-section-with-image {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
.feature-section-with-image .featureuppter-contents h2 {
    text-align: center;
    color: #2A2578;
    font-size: 56px;
    margin: 25px 0 20px;
}
.featureuppter-contents {
    border-bottom: 2px solid #E3E3E3;
    padding-bottom: 30px;
    text-align: center;
}
.featurelower-contents .feature-loop-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 50px 0 45px;
    border-bottom: 2px solid #F5B741;
}
.featurelower-contents .feature-loop-item-wrap:last-child .feature-loop-item {
    border-bottom: none !important;
}
.featurelower-contents .feature-loop-item > div {
    width: 50%;
}
.featurecontent-container h3 {
    color: #F5B741;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 0.5px;
  margin:0;
}
.featurecontent ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
span.carets {
   display: inline-block;
    margin-right: 10px;
    color: #F5B741;
}
}
.featurecontent ul li {
    display: flex;
}
.feature-loop-item.img-position-left {
    flex-direction: row-reverse;
}
.featureemige-container img {
    width: 100%;
    max-height: 365px;
    object-fit: cover;
    object-position: center;
}
.featurelower-contents .feature-loop-item-wrap.with-yellow-heading .feature-loop-item {
    padding-top: 0;
}
.feature-loop-item-wrap.with-yellow-heading .yellow-heading {
    text-align: center;
}
.feature-loop-item-wrap.with-yellow-heading .yellow-heading h2 {
    margin: 0 0 34px;
    padding: 14px 0 16px;
    background: #f5b741;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1.1px;
}
@media(max-width: 992px){
.featurelower-contents .feature-loop-item, .featurelower-contents .feature-loop-item > div {
    flex-direction: column;
    width: 100%;
    padding: 20px 10px;
    gap: 25px;
}
}