.zp-market-report {
  max-width: 1200px;
  margin: 0 auto;
}

.zp-market-report-row {
  display: flex;
  margin-bottom: 20px;
}

.zp-market-report-column {
  flex-basis: calc(33.33% - 20px);
  text-align: center;
  margin-right: 20px;
  margin-bottom: 20px;
}

.zp-market-report-card {
  background-color: #c6e6e1;
  border-radius: 15px;
  overflow: hidden;
  padding: 20px 20px 35px 20px;
  box-shadow: 15px 42px 60px -10px rgba(0,0,0,0.08);
}

.zp-market-report-column img {
  width: 80px;
  height: 80px;
}

.zp-market-report-column h3 {
  font-weight: 700;
    font-size: 48px;
    color: #000000 !important;
    line-height: 1.3em;
    margin: 0;
    padding: 0 0 10px;
}

.zp-market-report-column p {
  font-size: 24px;
  font-weight: bolder;
  margin: 0;
}

.zp-market-report .image-container{
    background-image: url(https://www.briannaboffoli.com/wp-content/uploads/sites/95/2023/12/estate-planning-73.png);
    padding-top: 70px;
    padding-right: 20px;
    padding-bottom: 70px;
    padding-left: 20px;
    text-align: center;
    margin-bottom: 8%;
}

.zp-market-report .image-container img{
    border-radius: 100%;
}

@media screen and (max-width: 980px) {
  .zp-market-report-column {
    flex-basis: calc(50% - 20px);
  }
}

@media screen and (max-width: 700px) {
  .zp-market-report-row {
    flex-direction: column;
  }
  .zp-market-report-column{
    margin-right:0px; 
  }
}
.zp-market-report-bg1{
  background: #C6E6E1;
}
.zp-market-report-bg2{
  background: #D2D6E3;
}
.zp-market-report-bg3{
  background: #FFFFFF;
}
.zp-market-text-center{
  text-align: center;
}
.zp-market-select {
    font-size: 16px;
    width: 250px;
    font-weight: 800;
    letter-spacing: 1px;
    border: 2px solid #000000;
    border-radius: 5px;
        padding: 10px;
}
.zp-market-report h2{
  margin: 20px 5px;
  font-weight: 700;
    font-size: 30px;
    line-height: 1.8em;
    text-align: center;
}