#whoWeAre{
    position: relative;
}

#whoAreWeContainer{
    min-height: 720px;
    margin-bottom: 10px;
    margin-top: 20px;


}
#whoAreWeTitle{
    font-size: 22px;
    text-align: center;
    top: 15px;
    height: 20px;
    position: relative;
    color:#337ab7;

}
#whoAreWeText{
    width: 800px;
    min-width: 800px;
    text-align: justify;
    top: 40px;
    font-size: 20px;
    color: #969696;
    font-style: italic;
    position: relative;
    margin: 0 auto;
}

#technologiesContainer{
    width: 1000px;
    height: auto;
    margin: 0 auto;
    position: relative;
    margin-top: 40px;
    font-size: 17px;
}
.technologies{
    margin-right: 5px;
    color: #969696;
    text-align: center;
    width: 50%;
    position: absolute;
}


.rightTechnologies{
    right: -1000px;
}

#leftTechnologies{

}

.whoWeAreTech{
    border: solid 1.5px #337ab7;
    border-radius: 10px;
    margin: 20px;
    padding: 20px;
    font-size: 16px;
    height: 60px;
     display: flex;
    flex-direction: column;
    justify-content: center;
  /* vertically aligns items */
    align-items: center;
}

.techText{
    margin:0;
}
#whoWeAreFooterText{
    width: 800px;
    text-align: justify;
    top: 210px;
    font-size: 20px;
    color: #969696;
    font-style: italic;
    position: relative;
    margin: 0 auto;
}

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

   #whoAreWeContainer{
        min-width: 0px;
    }
    #whoAreWeTitle{
        font-size: 20px;
        text-align: center;
    }
    #whoAreWeText{
        min-width: 0px;
        width: 85%;
        font-size: 17px;
        text-align: justify;
        opacity: 1;
    }

    #rightTechnologies{
        width: 100%;
        left:0;
    }
    #leftTechnologies{
        width: 100%;
        left:0;
    }
    .whoWeAreTech{
        height: 80px;
    }
    .technologies{
        width: 90%;
        position:relative;
    }
    #technologiesContainer{
        width: 100%;
    }
    #whoWeAreFooterText{
        width: 85%;
        top:0px;
        margin-bottom: 10px;
        font-size: 17px;
        text-align: justify;
    }
}

@media only screen and (max-width: 600px){
    #whoAreWeText{
        font-size: 17px;
    }
    .whoWeAreTech{
        height: 100px;
    }

    #whoAreWeContainer{
        min-height: 650px;
        margin-bottom: 30px;
        position: relative;
    }
    #highlightTitle{
        font-size: 30px;   
        white-space:normal;

    }
    #highlightDescription{
        font-size: 18px;  
    }

    .hihglightImage{
        height: 70px;
    }
}

@media only screen and (max-width: 600px){
    .whoWeAreTech{
        height: 100px;
        padding: 0px;
    }
}

