.cont-lcard{
    background-color: #76938d;
    padding: 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.cont-lcard-title{
    color: #ffffff;
    font-size: 119%;
}

.cont-lcard-sbtxt{
    color: #e5e5e5;
    font-size: 88%;
}

.cont-lcard-icobody{
    background-color: #ffffff42;
    padding: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.cont-lcard-circle{
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 8px;
}

.cont-lcard-icon{
    font-size: 175%;
    color: white;
}

.cont-lcard-sbtitle{
    color: white;
    font-size: 90%;
}

.cont-rcard{
    padding: 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #76938d;
}

.cont-rcard-title{
    font-size: 119%;
}

.cont-rcard-sbtxt{
    color: #898989;
    font-size: 88%;
}

.cont-button{
    background-color: rgb(118, 147, 141);
    border: 0px;
}

.cont-rcard-circles{
    margin-top: 0px !important;
}

.cont-rcard-logo{
    position: absolute;
    height: 200px;
    right: -73px;
    bottom: -42px;
}

.cont-body-margin{
    margin-bottom: 70px;
}

.us-contact-margin{
    margin-bottom: 20px;
}