/* Small mobile phones (portrait) */
@media (max-width: 480px) {

  /* Styles for small phones */
  .heading-wrapper>h1,
  .ourmission-heading>h1,
  .therapy-designed-heading>h1,
  .teams-wrapper-heading>h1,
  .philosophy-heading>h1 {
    font-size: 25px;
  }

  .heading-wrapper>p,
  .ourmission-heading>p,
  .therapy-designed-heading>p,
  .teams-wrapper-heading>p,
  .philosophy-heading>p {
    font-size: 18px;
    width: 100%;
  }

  .sections-wrapper,
  .ourmission-sections,
  .therapy-designed-wrapper,
  .teams-wrapper,
  .our-teams-wrapper {
    display: inline-flex;
    flex-direction: column;
  }

  .ourmissions-boxes {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .sections-inner {
    width: 100%;
  }

  .banner-wrapper,
  .banner-content {
    width: 100%;
    min-height: 400px;
  }

  .teams,
  .ourmissions-boxes {
    width: 100%;
  }

  .contact-wrapper-main {
    display: inline-flex;
    flex-direction: column;
  }

  .contact-wrapper-left,
  .contact-wrapper-right {
    width: 100%;
  }

  .our-teams {
    width: 100%;
    text-align: center;
  }

  .michell-outter-wrapper {
    width: 100%;
  }

  .teams-flex-wrapper {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
  }

  .teams-outter-wrapper {
    width: 100%;
  }

  .teams-footer-text {
    font-size: 14px;
  }

  .our-teams>h1 {
    font-size: 30px;
  }

  .our-teams>p {
    font-size: 15px;
  }

  .profile-pic>img {
    width: 150px;
    height: 150px;
  }

  .profile-cover>h2 {
    font-size: 30px;
  }

  .profile-cover>h4 {
    font-size: 20px;
  }

  .teams-text>p {
    font-size: 15px;
  }

  .teams-text>a {
    width: 100%;
  }

  .banner-wrapper {
    width: 100%;
    background-position: center;
    background-size: cover;
  }

  .banner-content {
    width: 100%;
    padding: 5px;
  }

  .banner-content>h1 {
    width: 100%;
    font-size: 27px;
    line-height: 37px;
  }

  .banner-content>p {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
  }

  .banner-btn {
    width: 100%;
  }

  .banner-btn>a {
    text-align: center;
    padding: 10px 30px;
    font-size: 15px;
  }

  .banner-wrapper>span {
    text-align: center;
    text-transform: Italic;
  }
  .philosophy-heading > img {
    width: 100%;
  }
  .testimonail-designing-wrapper>img{
    width: 100px;
    height: auto;
  }
}

/* Large mobile phones (landscape) */
@media (max-width: 600px) {

  /* Styles for larger phones */
  .heading-wrapper>h1,
  .ourmission-heading>h1,
  .therapy-designed-heading>h1,
  .teams-wrapper-heading>h1,
  .philosophy-heading>h1 {
    font-size: 30px;
  }

  .heading-wrapper>p,
  .ourmission-heading>p,
  .therapy-designed-heading>p,
  .teams-wrapper-heading>p,
  .philosophy-heading>p {
    font-size: 18px;
    width: 99%;
  }

  .sections-wrapper,
  .ourmission-sections,
  .therapy-designed-wrapper,
  .teams-wrapper,
  .our-teams-wrapper {
    display: inline-flex;
    flex-direction: column;
  }

  .ourmissions-boxes {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .banner-wrapper,
  .banner-content {
    width: 100%;
    min-height: 100px;
  }

  .sections-wrapper {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .contact-wrapper-main {
    display: inline-flex;
    flex-direction: column;
  }

  .contact-wrapper-left,
  .contact-wrapper-right {
    width: 100%;
  }

  .our-teams {
    width: 100%;
    text-align: center;
  }

  .michell-outter-wrapper {
    width: 100%;
  }

  .teams-flex-wrapper {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
  }

  .teams-outter-wrapper {
    width: 100%;
  }

  .teams-footer-text {
    font-size: 14px;
  }

  .our-teams>h1 {
    font-size: 30px;
  }

  .our-teams>p {
    font-size: 15px;
  }

  .profile-pic>img {
    width: 150px;
    height: 150px;
  }

  .profile-cover>h2 {
    font-size: 30px;
  }

  .profile-cover>h4 {
    font-size: 20px;
  }

  .teams-text>p {
    font-size: 15px;
  }

  .teams-text>a {
    width: 100%;
  }

  .banner-wrapper {
    width: 100%;
    background-position: center;
    background-size: cover;
  }

  .banner-content {
    width: 100%;
    padding: 5px;
  }

  .banner-content>h1 {
    width: 100%;
    font-size: 27px;
    line-height: 37px;
  }

  .banner-content>p {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
  }

  .banner-btn {
    width: 100%;
  }

  .banner-btn>a {
    text-align: center;
    padding: 10px 30px;
    font-size: 15px;
  }

  .banner-wrapper>span {
    text-align: center;
    text-transform: Italic;
  }
  .philosophy-heading > img {
    width: 100%;
  }
  .testimonail-designing-wrapper>img{
    width: 100px;
    height: auto;
  }
}