﻿.taxslayer-pro-included-features {
    list-style: none;
}

    .taxslayer-pro-included-features li {
        position: relative;
    }

        .taxslayer-pro-included-features li p {
            font-size: 16px;
            margin-bottom: 32px;
        }

        .taxslayer-pro-included-features li h4 {
            font-size: 22px;
            font-weight: bold;
            line-height: 22px;
            margin-bottom: 16px;
        }

        .taxslayer-pro-included-features li::before {
            position: absolute;
            content: '';
            width: 5px;
            height: 16px;
            background: #36852e;
            left: -12px;
            top: 4px;
        }

.pro-premium-image {
    width: 100%;
    max-width: 500px;
    margin-bottom: 36px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.intro-row h1 {
    font-size: 36px;
    margin-bottom: 36px;
}

.intro-row p {
    font-size: 16px;
    line-height: 38px;
    margin-bottom: 80px;
}

.main-content {
}

    .main-content .left-col {
        border-right: 2px solid rgba(151, 151, 151, 0.44);
        padding: 0 48px;
    }

    .main-content .right-col {
        padding: 0 48px;
    }

        .main-content .right-col h2 {
            font-weight: bold;
            font-size: 32px;
        }
        .trustpilot-review {
            margin-bottom: 48px;
        }

    .trustpilot-review p {
        margin: 16px 0;
        font-size: 16px;
        border-left: 4px #36852e solid;
        padding-left: 8px;
    }
@media screen and (max-width: 1199px) {
    .main-content .left-col {
        border: none;
    }
}
