body {
	background: #F7F8F9;
}

p {
	font-size: 16px;
  font-family: poppins,sans-serif;
  color: #707079;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 15px;
}

.block-wrap {
    padding: 20px;
    background-color: #fff;
    margin-top: 10px;
}

@media (min-width: 576px) {
	.block-wrap {
		padding: 40px;
		background-color: #fff;
		margin-top: 20px;
	}
}

.block-title-wrap {
    border-bottom: 1px solid #dce0e0;
    margin-bottom: 25px;
    padding-bottom: 20px;
}

.block-content-wrap .list-1-cols li, .block-content-wrap .list-2-cols li, .block-content-wrap .list-3-cols li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid;
    border-color: #dce0e0;
    padding: 10px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

.property-address-wrap .block-content-wrap .list-2-cols li span {
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.list-2-cols {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}

.list-3-cols {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
}

.elementor-background-overlay {
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.6;
	height: 14em;
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
}

.team-module img {
    max-height: 750px;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.team-module {
    overflow: hidden;
    text-align: center;
}

.team-content-wrap-before {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    color: #fff;
    margin-top: -110px;
    opacity: 1;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),color-stop(0,rgba(0,0,0,0)),color-stop(-10%,rgba(0,0,0,0)),to(rgba(0,0,0,.75)));
    background-image: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0) 0,rgba(0,0,0,0) -10%,rgba(0,0,0,.75) 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0) 0,rgba(0,0,0,0) -10%,rgba(0,0,0,.75) 100%)
}

.team-content-wrap-before .team-content {
    padding: 30px;
}