.cntrd-fw-bnnr{
	padding:100px 0;
	background-color: rgba(240, 242, 244, 0.5);
/* 	background-image: url('https://cdn2.hubspot.net/hubfs/4908113/Website%20Images/Special%20stuff/brand-lady.svg'); */
	    background-repeat: no-repeat;
    background-size: contain;
}
.cntrd-fw-bnnr-texts{
	text-align: center;
}
@media only screen and (max-width: 1280px) {
  .cntrd-fw-bnnr{
	padding:100px 0;
	background-color: rgba(240, 242, 244, 0.5);
/* 	background-image: url('https://cdn2.hubspot.net/hubfs/4908113/Website%20Images/Special%20stuff/brand-lady.svg'); */
	background-repeat: no-repeat;
  background-size: 26%;
  background-position: left;
}
}
@media only screen and (max-width: 767px) {
  .cntrd-fw-bnnr{
	padding:100px 0;
	background-color: rgba(240, 242, 244, 0.5);
	background-image:none;
}
}