.servicesContentContainer{
  width: 100%;
  min-height: 800px;
  background-color: #666666;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size :cover;
}


.servicesContentDataContainer{
  width: 100%;
//            border: 1px solid #00FF00;
  min-height: 250px;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 40px 20px;
 -webkit-box-sizing:border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 text-align: center;
}

.servicesContentDataImage{
  width: 260px;
  height: 200px;
  flex: 0 0 auto;
}


.servicesContentDataTable{
  display: flex;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
//            border: 1px solid #FF00FF;
  flex: 1 1 auto;
}
.servicesContentDataTable th{
  font-size: 26px;
  font-weight: normal;
  font-family: 'Aldrich', sans-serif;
//            border: 1px solid #FF0000;
  padding-top: 20px;
  color: #FFFD71;
}

.servicesContentDataTable td{
  padding-top: 30px;
  font-size: 16px;
  font-family: 'Electrolize', sans-serif;
//            border: 1px solid #FFFF00;
color: #F3F3F3;
line-height: 1.7em;
}

.textAlignLeft{
  text-align: justify;
}
.textAlignRight{
  text-align: justify;
}
.buttonAlignLeft{
  text-align: center;
}
.buttonAlignRight{
  text-align: center;
}
.headingAlignLeft{
}
.headingAlignRight{
}

.lightBG{
  background-color: #999999;
}

.darkBG{
  background-color: #666666;
}


@media only screen and (min-width: 790px) {

.servicesContentDataContainer{
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 50px;
}
.servicesContentDataTable{
  margin-left: 30px;
  margin-right: 30px;
}
.servicesContentDataImage{
  width: 400px;
  height: 300px;
}
.textAlignLeft{
  padding-left: 20px;
  text-align: left;
}
.textAlignRight{
  padding-right: 20px;
  text-align: right;
}
.headingAlignLeft{
  padding-left: 20px;
  text-align: left;
}
.headingAlignRight{
  padding-right: 20px;
  text-align: right;
}
.buttonAlignLeft{
  padding-left: 20px;
  text-align: left;
}
.buttonAlignRight{
  padding-right: 20px;
  text-align: right;
}
.order1{
  order: 1;
  justify-content: flex-end;
}
.order2{
  order: 2;
}

.servicesContentDataTable th{
  padding-top: 0px;
}
}
@media only screen and (min-width: 1200px) {
  .servicesContentDataImage{
    width: 600px;
    height: 400px;
  }
}
