.pzp-contact-box {
    display: flex;
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.pzp-contact-box .cb-column-background {
    width: 30%;
}

.pzp-contact-box .cb-cont {
    margin: 0px -275px 0px 0px;
	text-align: center;
}

.pzp-contact-box img.cb-img {
    vertical-align: middle;
    display: inline-block;
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pzp-contact-box .cb-column-info {
    width: 70%;
    margin-top: 125px;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px;
	background-color: #00BC80;
}

.pzp-contact-box .row-infobox {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
	position: relative;
}

.pzp-contact-box .infobox-icon {
    margin: 0px 17px 0px -5px;
	min-width: 25px;
	text-align: center;
}

.pzp-contact-box span.icon {
    color: #ffffff;
    border-color: #ffffff;
    transform: rotate(0deg);
    display: inline-block;
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 25px;
    text-align: center;
}

.pzp-contact-box .infobox-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.pzp-contact-box .infobox-content h3.infobox-title {
    margin: -6px 0px 10px 0px;
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600;
    word-break: break-word;
    transition: all .45s ease;
}

.pzp-contact-box .infobox-content p.infobox-text {
    margin: -8px 0px 0px 0px;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    transition: all .45s ease;
}

.pzp-contact-box a.infobox-link {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/*.pzp-contact-box .row-infobox:hover .infobox-title {
    color: #00BC80;
}*/

.pzp-contact-box .row-social {
    display: flex;
    justify-content: space-around;
}

.pzp-contact-box .social-icon {
    margin: 15px 0;
    color: #ffffff;
    border-color: #ffffff;
    transform: rotate(0deg);
    display: inline-block;
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 20px;
    text-align: center;
}

.pzp-contact-box .social-icon a {
    color: #fff;
}

/*.pzp-contact-box .social-icon a:hover {
    color: #00BC80;
}*/


@media only screen and (min-width: 768px) and (max-width: 1024px){
	/*.pzp-contact-box .cb-column-info {
		margin-top: 50px;
		position: absolute;
		right: 0;
	}*/
	.pzp-contact-box .cb-column-background {
		width: 50%;
	}
	.pzp-contact-box .cb-column-info {
		width: 50%;
		max-width: 350px;
	}
}
@media only screen and (max-width: 767px){
	.pzp-contact-box .cb-column-background {
		display: none;
	}
	
	.pzp-contact-box .cb-column-info {
		width: 100%;
		justify-content: center;
		display: grid;
		margin-top: 0;
	}
}