/**
    Theme Name: Divi Child
    Theme Uri: https://kmimd.ca/
    Description: Divi Child Theme for GI Adams Construction
    Author: KMI Media & Design
    Template: Divi
    Version: 1.0.0
**/
article.rm-tkh {
    border: 1px solid #d3d3d3;
    margin-top: 2em;
    padding: 10px 20px 10px 10px;
    position: relative;
}

.rm-tkh > a{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.rm-tkh h2{
    font-weight: 700;
    font-size: 21px;
    line-height: 1.4em;
    margin-top: 1em;
}

.rm-tkh h3{
    font-weight: 600;
    font-size: 21px;
    color: #7a7a7a !important;
    line-height: 1.3em;
}

.rm-tkh p{
    color: #000 !important;
    font-size: 13px;
}

.rm-tkh .et_pb_row{
    padding: 0;
    width: 100%;
}

.rm-tkh .learn > a{
    color: #2241b1;
    border-width: 0px !important;
    border-color: #2241b1;
    border-radius: 100px;
    letter-spacing: 0px;
    display: inline-block;
    font-size: 12px;
    font-weight: 700 !important;
    padding-right: 2em;
    padding-left: 0.7em;
    background-color: #f2f2f2;
    margin-top: 1em;
    transition: all 300ms ease 0ms;
}

.rm-tkh .learn > a::after{
    line-height: inherit;
    font-size: inherit !important;
    opacity: 1;
    margin-left: .3em;
    left: auto;
    content: attr(data-icon);
    font-family: ETmodules !important;
    font-weight: 400;
    position: absolute;
}

.rm-tkh .learn > a:hover{
    color: #FFFFFF !important;
    background-image: initial;
    background-color: #529a0d;
}

.rm-tkh .et_pb_divider {
    margin-bottom: 2.4% !important;
}