.cta .container {
  min-height: 300px;
  display: flex;
  justify-content: space-between;
  padding: 27px 110px 0 45px;
  border-radius: 20px;
}
.cta .container .cta-left {
  flex: 0 0 506px;
}
.cta .container .cta-left .title {
  font-weight: 800;
  font-size: 33.2564px;
  line-height: 40px;
  color: #000000;
  margin: 12px 0 16px;
}
.cta .container .cta-left .title span {
  color: #027800;
}
.cta .container .cta-left .desc {
  font-weight: 300;
  font-size: 19.9538px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 25px;
}
.cta-white .container {
  background: url(../images/cta-bg-white.webp) center no-repeat;
  background-size: cover;
}
.cta-black .container {
  background: url(../images/cta-bg-black.webp) center no-repeat;
  background-size: cover;
}
.cta-black .container .cta-left .title {
  color: #ffffff;
}
.cta-black .container .cta-left .desc {
  color: #ffffff;
}
.wrap-cta{
  margin: 0 0 40px 0;
}
