    .text-image-list-heading p {
        font-family: 'Adieu-Regular';
        font-style: normal;
        font-weight: normal;
        font-size: 29px;
        line-height: 35px;
        /* identical to box height, or 133% */
        text-transform: uppercase;
        color: #5000A0;
    }
    
    .text-image-list-heading {
        margin-bottom: 100px;
    }
    
    .text-image-list-item-img {
        width: 100%;
    }

    .text-image-list-item-heading {
        margin-top: 50px;
    }
    
    .text-image-list-item-heading p {
        font-family: 'Adieu-Regular';
        font-style: normal;
        font-weight: normal;
        font-size: 40px;
        line-height: 49px;
        /* identical to box height, or 167% */
        text-transform: uppercase;
        color: #2B2B2B;
        overflow-wrap: normal;
    }

    .text-image-list-item-heading.text-image-list-item-heading-normal p {
        font-size: 16px;
        line-height: 30px;
    }
    
    .text-image-list-item-body p {
        font-family: 'AvenirNext LT Pro';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        color: #2B2B2B;
    }
    
    .text-image-list-item {
        margin-bottom: 50px;
    }
    
    .text-image-list-item a {
        text-decoration: none;
    }
    
    @media only screen and (min-width: 768px) {
        .text-image-list-item-heading {
            margin-top: 0;
        }

        .text-image-list-heading p {
            font-size: 30px;
            line-height: 40px;
        }
        .text-image-list-item-img {
            width: 75%;
        }
        .text-image-list-item-heading p {
            font-size: 60px;
            line-height: 80px;
        }
        .text-image-list-item-heading.text-image-list-item-heading-normal p {
            font-size: 40px;
            line-height: 50px;
        }
        .text-image-list-item-body p {
            font-size: 16px;
            line-height: 22px;
        }
    }