.nameDesg h2{
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.6em;
  margin-bottom: 0;
  margin-top: 4.5em;
}
.nameDesg p{
  color: #fff;
  font-size: 0.8em;
}
.insideEducation{
  padding: 2em 0;
  background: #fff;
}
.insideEducation h3{
  color: #313071;
  font-size: 1.8em;
}
.insideEducation ul li{
  margin-bottom: 15px;
}
.insideEducation ul li{
  list-style: none;
}
.insideEducation ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #83b03d; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.insideExp{
  padding: 2em 0 0;
}
.insideExp h3{
  color: #313071;
  font-size: 1.8em;
}
.insideExp ul li{
  margin-bottom: 15px;
}
.insideExp ul li{
  list-style: none;
}
.insideExp ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #83b03d; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
div#block-gavias-vinor-page-title{
  display: none;
}
#block-gavias-vinor-content{
  padding-top: 0;
}
#block-gavias-vinor-content header{
  display: none;
}
.field--name-field-text-plain .field__item{
  color: #fff;
}
.field--name-field-email-address .field__item{
  color: #fff;
}
.field--name-field-landline-number .field__item{
  color: #fff;
} 
.node--type-team-member .field.field--name-body{
  width: 100% !important;
}