/*div.ccm-block-testimonial-wrapper:before,
div.ccm-block-testimonial-wrapper:after {
    content: " "; // 1
    display: table; // 2
}

div.ccm-block-testimonial-wrapper:after {
    clear: both;
}

div.ccm-block-testimonial-wrapper {
    margin-bottom: 20px;
}

div.ccm-block-testimonial-image {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

div.ccm-block-testimonial-image img {
    max-width: 80px;
    max-height: 80px;
}

div.ccm-block-testimonial-name {
    font-weight: bold;
}

div.ccm-block-testimonial-position {
    font-style: italic;
}*/

.ccm-block-contactus-wrapper { max-width:670px; margin:0 auto; border:1px solid #e3e3e3; background:#f6f6f6; border-radius:.3em; margin-bottom:2em; text-align:left; }
.ccm-block-contactus { padding:1em; }
.ccm-block-contactus-wrapper .ccm-block-contactus { display:flex; }
.ccm-block-contactus-wrapper .ccm-block-contactus-text {  }
.ccm-block-contactus-wrapper .ccm-block-contactus-name { font-size:20px; line-height:24px; display:block; font-weight:600; color:#b2071b }
.ccm-block-contactus-wrapper .ccm-block-contactus-position { font-size:16px; line-height:22px; display:block; }
.ccm-block-contactus-wrapper .ccm-block-contactus-url { margin:8px 0; }
.ccm-block-contactus-wrapper .ccm-block-contactus-image-wrapper  { width:18%; }
.ccm-block-contactus-wrapper .ccm-block-contactus-image { width:100%; height:0; padding-bottom:100%; background-size:cover; border-radius:.25em; margin:0; }
.ccm-block-contactus-wrapper .ccm-block-contactus-image-wrapper + .ccm-block-contactus-text { margin-left:3%;}