﻿.section-why-use-ee {
    color: #333;
    padding-bottom: 80px;
}

.why-use-ee-details {
    margin-left: 10px;
    padding: 0 120px;
}

    .why-use-ee-details .value {
        padding-bottom: 30px;
    }

        .why-use-ee-details .value:before {
            font-family: 'Fontawesome';
            font-style: normal;
            speak: none;
            font-size: 2.9rem;
            content: '\f00c';
            display: inline;
            color: #2d7ac6;
            position: absolute;
            left: 80px;
        }

        .why-use-ee-details .value h3 {
            display: inline-block;
            font-size: 20px;
            line-height: 26px;
            margin-bottom: 16px;
        }

    .why-use-ee-details p {
        font-size: 1.6rem;
        line-height: 25px;
        padding-bottom: 15px;
    }



@media only screen and (max-width: 60em) {

    .why-use-ee-details {
        padding: 0 70px;
    }

        .why-use-ee-details .value:before {
            left: 50px;
        }
}

@media only screen and (max-width: 34.375em) {
    .section-why-use-ee {
        padding: 40px 0;
    }

    .why-use-ee-details {
        padding: 0 40px;
    }

        .why-use-ee-details .value:before {
            font-size: 26px;
            left: 20px;
        }
}