@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .business-question-img {
        width: 90%;
        max-width: 400px;
        height: auto;
        opacity: 0.9;
        -webkit-filter: drop-shadow(4px 4px 4px #222);
        filter: drop-shadow(4px 4px 4px #222);
     }

     .about-us-text-container {
        display: none;
     }

     .medium-container {
        text-align: justify;
        font-size: 1.3em;
        font-weight: 200;
     }
   
     .shared-vision-container {
        display: none;
     }

     .shared-vision-medium-container {
        padding-top: 50px;
        text-align: justify;
        padding-bottom: 30px;
     }

     .teamwork-img {
        width: 60%;
     }

      .shared-vision-container-text {
        text-align: center;
        font-size: 1.6em;
        font-weight: 300;
     }
}

@media only screen and (min-width: 1025px) {
    .business-question-img {
        width: 70%;
        max-width: 400px;
        height: auto;
        opacity: 0.9;
        -webkit-filter: drop-shadow(4px 4px 4px #222);
        filter: drop-shadow(4px 4px 4px #222);
     }

     .medium-container {
        max-width: 100%;
        font-size: 1.4em;
        text-align: justify;
        font-weight: 200;
        padding-top: 40px;
     }

     .shared-vision-medium-container {
        display: none;
     }

     .teamwork-img {
        width: 50%;
     }

      .shared-vision-container-text {
        text-align: justify;
        font-size: 1.6em;
        font-weight: 300;
     }
}


@media only screen and (min-width: 768px) {
    .business-question {
        //padding-top: 150px;
        //padding-left: 30px;
     }

     .business-about {
        padding-top: 100px;
        padding-right: 100px;
        text-align: justify;
     }
}

.about-container {
  padding-bottom: 50px;
}

.about-vision-texts-container {
   max-width: 800px;
}

@media only screen and (max-width: 767px) {
    .about-vision-texts-container {
       padding-left: 10px;
       padding-right: 10px;
    }

    .business-question {
        padding-top: 50px;
        padding-left: 10px;
     }

     .business-question-1 {
        padding-top: 50px;
        padding-left: 50px;
        padding-right: 50px;
     }

     .business-question-img {
        width: 100%;
        height: auto;
        opacity: 0.9;
        -webkit-filter: drop-shadow(3px 3px 3px #222);
         filter: drop-shadow(3px 3px 3px #222);
     }

     .business-about {
        text-align: justify;
     }

     .medium-container {
        text-align: justify;
        padding-left: 10px;
        padding-right: 10px;
     }

     .shared-vision-medium-container {
        display: none;
     }

     .shared-vision-container-h1-mobile {
        font-size: 2.2em;
     }
     
     .shared-vision-container-text {
        text-align: center;
        font-size: 1.5em;
        font-weight: 300;
     }

     .teamwork-img {
        width: 60%;
     }
}

@media only screen and (max-width: 420px) {
    .teamwork-img {
       width: 80%;
    }
}

.teamwork-img {
   opacity: 0.8;
   margin-left: auto;
   margin-right: auto;
   display: block;
   margin-top: 30px;
   margin-bottom: 30px;
   border-radius: 10px;
}

.shared-vision-container {
   text-align: center;
}

.shared-vision-container-text {
   color: #5e5e5e;
}
