.three-col-wrapper {
    max-width: 1140px;
    margin: 0 auto;
}
.three-col-title-sec * {
    color: #23304A;
}
.three-col-title-sec h2 {
    text-align: center;
    max-width: 938px;
    margin: 0 auto;
}
.three-col-title-sec h2 span {
   padding: 0 16px;
    background: linear-gradient(to top, #ffde5f 50%, transparent 50%);
}

.three-col-card-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.three-col-card-rep {
    width: 33.33%;
}
.three-col-card-rep-inner {
    margin: 0px 11px;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
    /* padding: 22px 22px 30px; */
}
.three-col-image {
    text-align: center;
    padding: 14px 12px 0px;
}
.three-col-text {
    padding: 20px 22px 30px;
}
.three-col-text h4 {
    color: #23304A;
    font-family: "Fira Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 120% */
    margin-bottom: 7px;
}
.three-col-text p {
    color: #282828;
    font-family: "Proxima Nova";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 141.176% */
    margin-bottom: 18px;
}
.three-col-text ul li {
    color: #282828;
    font-family: "Proxima Nova";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 141.176% */
    margin-bottom: 0px;
    margin-top: 0px;
}
.three-col-text span {
    color: #23304A;
    font-family: "Proxima Nova";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.three-col-text ul {
    margin-bottom: 0px;
}
.three-col-image.three-col-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.three-col-subtitle span {
    color: #44C8F5;
    text-align: center;
    font-family: "Proxima Nova";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.three-col-text.text-center * {
    text-align: center;
}
.three-col-subtitle {
    padding-bottom: 20px;
}
.three-col-card-rep {
    margin-bottom: 25px;
}
.three-col-image.three-col-icon {
    padding-top: 45px;
}


.three-col-card-with-img {
    position: relative;
}
{# .three-col-card-with-img::before {
    content: "";
    position: absolute;
    top: -60px; /* moves it above the div */
    left: 0;
    width: 265px;
    height: 265px;
    background: url('https://info.rewardbuilder.com/hubfs/Reward%20Builder%20HubSpot%20Theme/leaf-right.png');
    z-index: 2;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
} #}

/* Right leaf image */
{#.three-col-card-with-img::after {
    content: "";
    position: absolute;
    top: -60px; /* same height as left image */
    right: 0;
    width: 265px;
    height: 265px;
    background: url('https://info.rewardbuilder.com/hubfs/Reward%20Builder%20HubSpot%20Theme/leaf-left.png');
    z-index: 2;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
}#}



@media (min-width: 992px) and (max-width: 1199px) {
    .three-col-wrapper {
        padding: 0px 10px;
    }
    .three-col-title-sec {
        padding-left: 10px;
        padding-right: 10px;
    }

}

/* ipad Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .three-col-wrapper {
        padding: 0px 10px;
    }
    .three-col-title-sec {
        padding-left: 10px;
        padding-right: 10px;
    }

}
/* Landscape iphones 6 and portrait tablets */
@media (max-width: 767px) {
    .three-col-wrapper {
        padding: 0px 10px;
    }
    .three-col-title-sec {
        padding-left: 10px;
        padding-right: 10px;
    }
    .three-col-card-rep {
        width: 100%;
        margin-bottom: 20px;
    }
    .three-col-card-rep:last-child {
        margin-bottom: 0px;
    }
    .three-col-image img {
        object-fit: cover;
        object-position: center;
        width: 100%;
    }

}