.medical-apps .showcase {
  display: flex;
  flex-direction: column;
  margin: 0 2vw 0 0;
  justify-content: center;

}

.medical-apps .tebonin {
  display: grid;
  grid-template-columns: 25% 25% 50%;
  grid-template-rows: 1fr;

}

.medical-apps .tebonin-img {
  background-image: url(../img/tebonin_background.svg);
  background-repeat: no-repeat;
  background-position: right;
  grid-column: 1 / 3;

}

.medical-apps .showcase-headline {
  color: var(--dark-blue, #1E6483);
  font-family: Roboto;
  font-size: 2em;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.25px;
}

.medical-apps .showcase-content {
  display: flex;
  color: #757575;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.25px;
  justify-content: center;
}

.medical-apps .tebonin-mock {
  height: 50vw;
  max-height: 800px;
  width: auto;
}

.medical-apps .incontAlert-mock {
  height: 50vw;
  max-height: 800px;
  width: auto;
}


.medical-apps .tebonin-text {
  grid-column: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}

.medical-apps .tebonin-download {
  display: flex;
  flex-direction: row;
  justify-content: start;
  gap: 2vw;
  width: 100%;

}

.medical-apps .incontAlert {
  margin: 0 0 0 2vw;
  display: grid;
  grid-template-columns: 50% 25% 25%;
  grid-template-rows: 1fr;
  /* align-items: center; */
  justify-items: center;
}

.medical-apps .incontalert-text {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}


.medical-apps .incontAlert-img {
  grid-column: 2 / 4;
  grid-row: 1;
  display: grid;
  grid-template-columns: 50% 25% 25%;
  grid-template-rows: 1fr;
  background-image: url(../img/background_incont.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
.medical-apps .dna-vector{
  margin-top: -150px;
  overflow-y: visible;
}

.medical-apps .app-store {
  cursor: pointer;
}

@media screen and (max-width: 1345px) {
  .medical-apps .incontAlert-img {
    background-position: 200px;
  }

  .dna-vector {
    visibility: hidden;
    width: 0;
    height: 0;
  }
}

@media screen and (max-width: 992px) {

  .medical-apps .showcase {
    margin: 0 2vw;

  }

  .medical-apps .tebonin {
    display: flex;
    flex-direction: column;
    width: 100%;

  }

  .medical-apps .tebonin-img {
    display: flex;
    background-size: contain;
    background-position: -140px;
    /* background: white; */
  }

  .medical-apps .app-store {
    width: 40vw;
    height: auto;
  }

  .medical-apps .tebonin-mock {
    height: 70vw;
    max-height: 800px;
    width: auto;
  }

  .medical-apps .incontAlert-mock {
    height: 70vw;
    max-height: 800px;
    width: auto;
  }

  .medical-apps .incontAlert {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    padding-top: 5vw;

  }

  .medical-apps .incontAlert-img {
    background-position: 300px;
  }

  .dna-vector {
    visibility: hidden;
    width: 0;
    height: 0;
  }

  .medical-apps .tebonin-text {
    padding-top: 5vw;
  }


}