﻿
    .imagePoints .col-5 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .imagePoints h3 {
        font-family: 'PrimaryFont';
        font-size: 24px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.25;
        letter-spacing: -0.24px;
        text-align: left;
        margin-bottom: 7px !important;
        position: relative;
        margin-left: 4rem;
    }

    .imagePoints h3:not(:first-of-type){
        margin-top: 2rem;
    }

    .imagePoints p {
        font-family: 'SecondaryFont';
        font-size: 14px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.71;
        letter-spacing: normal;
        text-align: left;
        color: #000;
        max-width: 300px;
        margin-left: 4rem;
    }

    .imagePoints h3:before {
        content: '' !important;
        display: inline-block;
        height: 30px;
        width: 30px;
        background-image: url('/Content/Images/plus.png');
        background-size: cover;
        top: 50%;
        transform: translateY(-50%);
        left: -45px;
        position: absolute;
    }

@media only screen and (max-width: 1024px) {
    .imagePoints h3{
        margin-top: 1.5rem;
    }

    .imagePoints img {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}