:root {
  --green: #62cb31;
  --grey: #333333;
  --lightgreen: #74d348;
  --lightgrey: #cdcdcd;
}
.part1 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: center;
  padding: 2rem 4rem;
  border-bottom: 0.3rem solid var(--green);
}
@media (max-width: 800px) {
  .part1 {
    flex-direction: column;
    padding: 1rem;
  }
  .part1 .talk {
    width: 80% !important;

    text-align: center;
  }
  .part1 .talk h1 {
    text-align: center;
  }
  .two {
    flex-direction: column !important;
  }
}
.part1 .talk {
  width: 40%;
}
.part1 .talk h1 {
  font-size: 3.3rem;
  letter-spacing: 3px;
  padding-bottom: 10px;
  color: var(--grey);
}
.part1 .talk p {
  font-size: 1.2rem;

  color: var(--grey);
}
.part1 .img {
  width: 45%;
}
.part1 .img img {
  width: 100%;
}
.part1 .talk {
  width: 40%;
}
.two {
  flex-direction: row;
}

.jumbo__cta {
  background-color: var(--grey) !important;
  margin-left: 8%;
}
