section.normal .row .col-md-6 {
    height: 450px;
}

section.normal .row .col-md-6:nth-child(2) {
    border: 25px solid transparent;
    -webkit-border-image: url(/wp-content/themes/NetCare/images/Centillien_separate.png) 30 round;
    -o-border-image: url(/wp-content/themes/NetCare/images/Centillien_separate.png) 30 round;
    border-image: url(/wp-content/themes/NetCare/images/Centillien_separate.png) 35 stretch;
}

section.normal .row {
    font-family: "Roboto";
    font-size: 18px;
    text-align: center;
}

section.normal h2 {
    font-family: "Poppins";
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}

section.normal h2:after {
    content: "";
    background: #22e2d3;
    width: 100px;
    height: 6px;
    display: block;
    margin: 10px auto 30px auto;
}

section.normal .carousel img {
    width: 20%;
    margin: 2%;
    display: inline;
}

section.normal .carousel i.fa {
    color: #7e7e7e;
    height: 100%;
    margin-top: 50%;
}

section.normal .carousel-control.right {
    background: rgba(0,0,0,0);
    text-align: right;
}

section.normal .carousel-control.left {
    background: rgba(0,0,0,0);
    text-align: left;
}

section.normal.left h2 {
    text-align:left;
}
section.normal.left h3 {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 700;
    text-align: left;
}
section.normal.left p {
    text-align:left;
}

section.normal.left h2:after {
    content: "";
    background: #1a5289;
    width: 100px;
    height: 6px;
    display: block;
    margin: 10px 0px 30px;
}
section.normal.left .button-holder a{
    background: #02c6b6;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    padding: 7px 35px;
    border-radius: 30px;
}

section.normal.left p.button-holder {
    position: absolute;
    width: 100%;
    bottom: 0px;
}

section.normal {
    margin-top: -120px;
}

.gray1 {
    background: #f5f5f5;
}


.gray2 {
    background: #e4e4e4;
}
.product .container .row .col-md-12 p:first-of-type {
    font-weight:bold;
}
.productpicture {
    max-width:35%;
}
.product img {
    float: left;
    margin-right: 25px;
    clear:both;
}
.product .container .row .col-md-12 p {
    margin-left: 0px;
    overflow:auto;
    display:block;

}
.product .container .row .col-md-4 p:first-of-type {
    font-weight: normal;
}

.col-md-4 .shortcode-content p {
    font-family: "Roboto", Helvetica, Arial, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #000 !important;
    margin: 0px 10px 10px 20px !important;
    word-break: break-word !important;
    flex-grow: 1;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom : 15px;
}


.col-md-4 .shortcode-content p {
    font-family: "Roboto", Helvetica, Arial, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #000 !important;
    margin: 18px 11px 11px 21px !important;
    word-break: break-word !important;
    flex-grow: 1;
}


