﻿#divAboutUs .details {
  background-color: rgba(157, 193, 204, 0.13);
  min-height: 200px;
  font-weight: 500;
  text-align: center;
  padding-top: 15px;
  position: relative;
  font-family: 'Raleway', sans-serif;
  font-size: 1.125em;
}
#divAboutUs .details .designations {
  font-size: 12px;
  line-height: 1.33;
}
#divAboutUs .details .jobType {
  font-weight: 600;
  font-size: 16px;
}
#divAboutUs .details .bio {
  position: absolute;
  bottom: 0px;
  height: 40px;
  color: #c88b11;
  font-weight: 600;
  text-align: center;
  width: 100%;
  cursor: pointer;
  font-family: 'Raleway', sans-serif;
  font-size: 0.75em;
}
#divAboutUs ol {
  list-style: none;
}
#divAboutUs li {
  counter-increment: item;
  margin-bottom: 20px;
  margin-left: 40px;
}
#divAboutUs li:before {
  margin-right: 10px;
  content: counter(item);
  background: #5D99B5;
  border-radius: 100%;
  color: white;
  width: 1.2em;
  text-align: center;
  display: inline-block;
  line-height: 1.2;
}
@media screen and (max-width: 576px) {
  #divWorkingArea {
    width: 100%;
  }
  #divContentArea {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    padding-left: 25px;
    padding-right: 25px;
  }
  #divAboutUs .pic,
  #divAboutUs .details {
    width: 50%;
  }
  #divAboutUs .details {
    text-align: center;
    background-color: rgba(157, 193, 204, 0.13);
    font-weight: 600;
    font-size: 16px;
  }
  #divAboutUs .details .bio {
    position: absolute;
    bottom: 0px;
    height: 40px;
    color: #c88b11;
    width: 100%;
    cursor: pointer;
    font-size: 13px;
  }
  #divAboutUs li {
    margin-left: 0px;
  }
}