.condo_fees_section .wrapper{
  max-width: 1344px;
  margin: 0 auto;
  padding: 0 15px;
  float: none;
}
.condo_fees_section .content_container .heading_container{
  margin-bottom:15px;
}
.condo_fees_section .content_container .heading_container h2{
  color: #FFF;
  text-align: center;
  text-shadow: 0px 4px 8.7px rgba(0, 0, 0, 0.50);
  font-family: Sofia Pro Bold,sans-serif;
  font-size: 38.895px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 42.784px */
  margin:0;
}
.condo_fees_section .content_container .description_container p{
  color: #FFF;
  text-align: center;
  text-shadow: 0px 4px 8.7px rgba(0, 0, 0, 0.50);
  font-family: Sofia Pro Medium,sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 24.2px */
  margin:0;
}
.condo_fees_section .content_container{
  max-width:728px;
  margin:0 auto;
  margin-bottom:80px;
}
.condo_fees_section .chart_container{
  display:flex;
  align-items:center;
}
.condo_fees_section:before{
  content:'';
  background-image:url('https://3390596.fs1.hubspotusercontent-na1.net/hubfs/3390596/Leaf%20Vector.svg');
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  width: 14.792vw;
  height: 14.049vw;
  position:absolute;
  left:0;
  top:51px;
}
.condo_fees_section:after{
  content:'';
  background-image:url('https://3390596.fs1.hubspotusercontent-na1.net/hubfs/3390596/Arc%20Vector.svg');
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  content'';
  width: 14.167vw;
  height: 17.5vw;
  position:absolute;
  right:0;
  top:0;
  opacity: 0.21;
}

@media(min-width:1450px){
  .condo_fees_section:before{
    width:213px;
    height:202.3px;
  }
  .condo_fees_section:after{
    width:214px;
    height:252px;
  }
}

@media(min-width:768px) and (max-width:1024px){
  .condo_fees_section .content_container .heading_container h2{
    font-size:32px;
  }
  .condo_fees_section .content_container .description_container p{
    font-size:20px;
  }
  .condo_fees_section .content_container{
    max-width:500px;
    margin-bottom:40px;
  }
}


@media(max-width:767px){
  .condo_fees_section .chart_container{
    display:block;
    text-align:center;
  }
  .condo_fees_section .chart_container .chart_image:not(:last-child){
    margin-bottom:40px;
  }
  .condo_fees_section:before{
    width: 20.792vw;
    height: 20.049vw;
    top:20px;
  }
  .condo_fees_section:after{
    width: 18.167vw;
    height: 22.5vw;
  }
  .condo_fees_section .content_container .heading_container h2{
    font-size:26px;
  }
  .condo_fees_section .content_container .description_container p{
    font-size:18px;
  }
  .condo_fees_section .content_container{
    margin-bottom:40px;
    max-width:60vw;
  }
}