.bottom-pane {
  background-color: #004415;
  color: #fff;
  padding: 100px 0;
  line-height: 24px;
}

.bottom-pane .title-with-button {
  display: none;
}

.bottom-pane .content-wrap {
  display: inline-block;
  vertical-align: middle;
  width: 560px;
}

.bottom-pane .free-report {
  color: #DDC514;
  font-size: 17px;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.bottom-pane .left-green-contact-header {
  font-family: 'Playfair Display';
  font-size: 35px;
  line-height: 39px;
  margin-bottom: 20px;
}

.bottom-pane .content-wrap p {
  color: inherit;
}

.bottom-pane .phone-number {
  font-size: 28px;
  line-height: 24px;
}

.bottom-pane .image-section {
  display: inline-block;
  padding-left: 180px;
  vertical-align: middle;
  width: calc(100% - 565px);
}

.bottom-pane .image-section img {
  border-radius: 23px;
  max-width: 100%;
  -webkit-box-shadow: 0px 0px 36px -6px rgb(0 0 0);
  -moz-box-shadow: 0px 0px 36px -6px rgba(0,0,0,1);
  box-shadow: 0px 0px 36px -6px rgb(0 0 0);
}

@media (max-width:1700px) {
  .bottom-pane .image-section {
    padding-left: 150px;
  }
}

@media (max-width:1600px) {
  .bottom-pane .image-section {
    padding-left: 125px;
  }
}

@media (max-width:1500px) {
  .bottom-pane .image-section {
    padding-left: 100px;
  }
}

@media (max-width:1300px) {
  .bottom-pane .content-wrap {
    width: calc(100% - 520px);
  }

  .bottom-pane .image-section {
    padding-left: 75px;
    width: 515px;
  }

}

@media (max-width:1200px) {
  .bottom-pane .content-wrap {
    width: calc(100% - 425px);
  }

  .bottom-pane .image-section {
    padding-left: 50px;
    width: 420px;
  }

}

@media (max-width:1100px) {
  .bottom-pane .phone-number {
    font-size: 22px;
  }
}

@media (max-width:1000px) {
  .bottom-pane {
    margin-top: 75px;
    padding: 0px 0 70px;
    position: relative;
    text-align: center;
  }

  .bottom-pane .title-with-button {
    background-color: #313131;
    display: inline-block;
    padding: 30px 50px;
    margin: -100px 0 70px;
    width: 100%;
  }

  .bottom-pane .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }

  .bottom-pane .left-green-contact-header {
    margin-bottom: 10px;
  }

  .bottom-pane .image-section {
    display: none;
  }


}

@media (max-width:800px) {
  .bottom-pane .left-green-contact-header {
    font-size: 25px;
    line-height: 34px;
  }

}

@media (max-width:500px) {
  .bottom-pane .content-wrap {
    margin:0;
  }

  .bottom-pane .title-with-button {
    padding: 30px;
  }

  .bottom-pane .title-with-button .button-holder a {
    background-image: none;
    line-height: 17px;
    padding: 16px 20px;
  }

  .bottom-pane .title-with-button .button-holder a br {
    display: block;
    line-height: 2px;
  }
}

@media (max-width:450px) {
  .bottom-pane .title-with-button .button-holder a {
    box-sizing: border-box;
    max-width: 100%;
    min-width:auto;
  }
}









