.medical-apps .johner {
  display: flex;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.medical-apps .johner-background {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-left: 5vw;
  width: 100%;
  height: 100%;
  background: var(--light-blue);
  border-radius: 98vw 4vw 4vw 98vw;
}

.medical-apps .johner-logo {
  display: flex;
  justify-content: center;
  margin: auto;
  aspect-ratio: 1 / 1;
  height: 30vw;
  background-color: white;
  border-radius: 50%;
  margin: 2vw;
  padding: 2vw;
}

.medical-apps .johner-logo img {
  padding-left: 5%;
  width: 95%;
}

.medical-apps .johner-textwrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 2vw;
}

.medical-apps .johner-headline {
  color: var(--neutrals-900, #1a202c);
  font-family: Roboto;
  font-size: 2em;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.25px;
}

.medical-apps .johner-content {
  color: #000;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.25px;
  text-align: justify;
  margin-right: 5%;
}

.medical-apps .johner-link {
  text-decoration: none;
  color: #d50911;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.25px;
}

.medical-apps .johner-podcast {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 1600px) {
  .medical-apps .johner-logo {
    margin: auto;
    margin-left: 2vw;
    margin-right: 2vw;
  }

}

@media screen and (max-width: 992px) {
  .medical-apps .johner {
    width: 100%;
  }

  .medical-apps .johner-content {
    margin: 0 auto;
    margin-bottom: 2vw;
  }

  .medical-apps .johner-headline {
    font-size: 2em;
    justify-self: center;
    text-align: center;
  }

  .medical-apps .johner-background {
    margin-left: 0;
    background-color: var(--light-blue);
    flex-direction: column;
    border-radius: 10vw;
    width: 80%;
    padding: 0 7vw 7vw 7vw;
  }

  .medical-apps .johner-logo {
    margin: auto;
    margin-top: 2vw;
    width: 20vh;
    height: 20vh;
  }

  .medical-apps .johner-textwrapper {
    padding-top: 5vw;
    margin-right: 0vw;
  }


}