.medical-apps .development-2 {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin: 0 auto;
}

.medical-apps .medical {
  display: flex;
  flex-direction: column;
  margin: 1vw;
  padding-left: 1vw;
  padding-right: 1vw;
}

.medical-apps .medical-text-headline {
  font-family: Roboto-Medium;
  font-weight: 500;
  color: var(--dark-blue);
  font-size: 2em;
  text-align: center;
  letter-spacing: 0.25px;
}

.medical-apps .medical-text-content {
  color: #757575;
  text-align: justify;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.75px;
}

.medical-apps .medical-icon {
  display: flex;
  justify-content: center;
  border-radius: 210px;
  border: 7px solid;
  border-color: var(--neutralswhite);
  margin-bottom: 0.5vw;
}

.medical-apps .medical-img-wrapper {
  border-radius: 210px;
  border: 7px solid;
  border-color: var(--neutralswhite);
}

.medical-apps .medical-img {
  width: 250px;
  height: 250px;
  flex-shrink: 0;

}

.medical-apps .quote-response {
  display: none;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  border-radius: 5vw;
  background: var(--orange, #F1962E);
  padding: 5vw;
  font-size: 2em;
  width: 80%;


}

/* .medical-apps .quote {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  margin: 0 auto;
  width: 80%;
  

}

.medical-apps .quote-text {
  color: var(--neutrals-white, #FFF);
  text-align: center;
  font-family: Roboto;
  font-size: 2em;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.25px;
  border-radius: 3vw;
  background: var(--orange, #F1962E);
  padding: 5vw;
  margin-left: 2%;
  margin-right: 2%;
} */

.medical-apps .quote {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  border-radius: 5vw;
  background: var(--orange, #F1962E);
  padding: 5vw;
  font-size: 2em;
  width: 80%;

}

.medical-apps .quote-text {
  color: var(--neutrals-white, #FFF);
  text-align: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.25px;
  margin-left: 2%;
  margin-right: 2%;
}


@media screen and (max-width: 1600px) {
  .medical-apps .development-2 {
    max-width: 100%;
    margin-left: 2%;
    margin-right: 2%;

  }

  .medical-apps .quote {
    max-width: 100%;
    margin: 0 auto;

  }

  .medical-apps .medical-img {
    width: 200px;
    height: 200px;

  }


}

@media screen and (max-width: 1350px) {
  .development-2 {
    flex-wrap: wrap;
  }

  .medical {
    flex-basis: 40%;
  }
}



@media screen and (max-width: 992px) {
  .medical-apps .development-2 {
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0 2vw;
  }

  .medical-apps .quote {
    display: none;

  }

  .medical-apps .quote-response {
    display: flex;

  }




}