.div-hight {
    height: 2em;
}

.ul-li { 
  width: 100%; 
  border-radius: 50%; 
  overflow: hidden;
  max-width: 200px;
  max-height: 200px;
}

.ul-li img { 
  width: 100%; 
  height: 100%;  
  max-width: 200px;
  max-height: 200px;
}

.round_it {
  border: solid black;
  border-radius: 50%;
}

.border_radius_50 {
  border-radius: 50%;
}

.width-50 {
  width: 50%;
}

.text_align_center {
  text-align: center;
}

.margin_top_and_bottom_4 {
  margin-top: 4%;
  margin-bottom: 4%;
}

.div_height_3em {
  height: 3em;
}

.height_100 {
  height: 100%;
}

.height_33 {
  height: 33%;
}

.logo-work-company {
  max-width: 130px;
  max-height: 100px;
}

.padding_20px {
  padding: 20px;
}

.height_2em {
  height: 2em;
}