.pcscf-layout .pcscf-content{
    font-size:14px; 
    line-height:22px; 
    color:#111;
    margin-right: 45px;
}
.module-content.pcscf-layout {padding-top:0;max-width: 100%;}
.pcscf-layout .pcscf-content h1{display: block; margin:15px 0px; padding:0px 0px; color:#333; font-size:30px; line-height:34px;}
.pcscf-layout .pcscf-content h2{display: block; margin:15px 0px; padding:0px 0px; color:#333; font-size:24px; line-height:28px;}
.pcscf-layout .pcscf-content h3{display: block; margin:15px 0px; padding:0px 0px; color:#333; font-size:16px; line-height:20px;}
.pcscf-layout .pcscf-content i{font-style: italic;}
.pcscf-layout .pcscf-content strong, .iac-module > .content > b{font-weight: bold;}
.pcscf-layout .pcscf-content hr {display: block; margin:3px 0px; border: 0; height: 1px; background: #ccc;}
.pcscf-layout .pcscf-content ul{display: block;  margin:10px 0px 10px 0px; list-style-position: inside; padding:0px 0px 0px 15px; list-style-type:circle;}
.pcscf-layout .pcscf-content ul li{padding:2px 0px 2px 0px; line-height:22px;}
.pcscf-layout .pcscf-content ol{display: block;  margin:10px 0px 10px 0px; list-style-position: inside; padding:0px 0px 0px 15px; list-style-type:decimal;}
.pcscf-layout .pcscf-content ol li{padding:2px 0px 2px 0px; line-height:22px;}

.pcscf-layout .contact-content {
    display: flex;

}
.contact-content > .leftSide {display:block;background: #f8eddb; min-height: 300px;width: 100%;max-width: 40%;line-height: 1.42;font-size: 24px;padding: 95px 0;padding-left: 75px;}

.mapHolder {background: grey;width: 100%;height: 600px;}


.pcscf-layout .contact-content .form > .panel {
    min-width: 410px;
    padding: 35px 37px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 22px 26px 0 rgba(0, 0, 0, 0.08);
}

.pcscf-layout .contact-content .form > .panel > .row {
    margin: 0 0 15px 0;    
}

.pcscf-layout .contact-content .form > .panel > .row > .label {
    display: block;
    margin-bottom: 7px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.pcscf-layout .contact-content .form > .panel > .row > input, 
.pcscf-layout .contact-content .form > .panel > .row > textarea {
    display: block;
    width: 100%;
    padding: 16px 17px;
    font-size: 16px;
    border-radius: 3px;
    background: #fff;
    border: solid 1px #d8e4ef;
}

.pcscf-layout .contact-content .form > .panel > .bottom {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    margin-top: 20px;
    align-items: center;
}

.pcscf-layout .contact-content .form > .panel > .bottom .hint {
    display: block;
    flex: 1 1 auto;
    margin-right: 20px;
    font-size: 14px;
    color: #666;
}

.pcscf-layout .contact-content .form > .panel > .bottom > .button {
    display: block;
    flex: 0 0 auto;
    min-width: 160px;
    height: 38px;
    line-height: 38px;
    padding: 0px 17px;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1.3px;
    border-radius: 2px;
    background-color: #6ea85a;
    background-image: linear-gradient(103deg, #1ac767, #4c8153);
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}
