﻿.phone-icon {
    background-image: url(/getmedia/89344a42-60ba-422c-9aee-ee0f6539899b/phone.png);
    width: 28px;
    height: 32px;
}
.mouse-icon {
    background-image: url(/getmedia/01092fe4-e3ee-47b5-a563-e72f87d67f6d/mouse.png);
    width: 22px;
    height: 31px;
}
.envelope-icon {
    background-image: url(/getmedia/938f3085-da09-4ddd-9449-c8ddd8404705/envelope.png);
    width: 33px;
    height: 32px;
}
.th-content > figure {
    display: inline-block;
    background-repeat: no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    background-position: center center;
    margin-bottom: 10px;
}
.fa-check-circle {
    color: #84dd6f;
    margin-top: 4px;
}
    .fa-check-circle:before {
        content: "";
    }
.fa-plus-circle {
    color: #e1e742;
    margin-top: 4px;
}
    .fa-plus-circle:before {
        content: "";
    }
.coe-wrap .fa-minus-circle {
    color: #ff6666;
    margin-top: 4px;
}
.fa-minus-circle:before {
    content: "";
}
.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.th-content>p{
    color:#ffffff;
}
.coeRow{
    display:flex;
    flex-direction:row;
    color: #ffffff;
    justify-content:center;
}
    .coeRow > p {
        color: #ffffff;
    }
@media (max-width: 700px) {
    .coeRow > p {
       line-height:23px !important;
    }
}

@media (min-width: 701px) and (max-width:1170px) {
    .coeRow > p {
        line-height: 25px !important;
    }
}
.coeTitle > h3 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 24px;
}
.coeTitle > p {
    text-align: center
}