.mockup-cta .row {
  display: flex;
  height: 300px;
}

.mockup-cta .desktop {
  align-items: end;
}

.mockup-cta .laptop {
  align-items: center;
}

.mockup-cta .desktop img {
  max-width: 470px;
  margin-bottom: -12px;
  max-height: 355px;
}

.mockup-cta .laptop img {
  max-width: 380px;
  max-height: 285px;
}

.mockup-cta .text-section {
  flex: 2;
  border-radius: 8px 0 0 8px;
  padding: 30px;
}

.mockup-cta .button {
  color: #ffffff;
  padding: 15px 40px;
  border-radius: 8px;
  font-weight: 500;
}

.mockup-cta .heading,
.mockup-cta .description {
  color: #ffffff;
  font-size: 27px;
  margin: 0;
  font-family: "Exo", sans-serif;
  max-width: 70%;
}

.mockup-cta .heading {
  font-weight: 700;
  line-height: 1;
}

.mockup-cta .button-section {
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .mockup-cta .row {
    flex-direction: column-reverse;
    width: 100%;
    height: 100%;
    align-items: center;
  }

  .mockup-cta .text-section {
    margin: 0;
    border-radius: 8px;
    width: 80%;
  }

  .mockup-cta .laptop .text-section {
    padding: 160px 50px 40px;
    margin-top: -150px;
    margin-right: 0;
  }

  .mockup-cta .desktop .text-section {
    padding: 220px 50px 40px;
    margin-top: -190px;
    margin-right: 0;
  }

  .mockup-cta .heading,
  .mockup-cta .description,
  .mockup-cta .button-section {
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
  }

  .mockup-cta img {
    position: relative;
  }
}