

.c-employees {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 3%;
}

@media (min-width: 768px) {
  .c-employees {
    display: flex;
    flex-direction: row;
    /* justify-content: space-around; */
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 3%;
  }
}

.c-employees-item {
  width:313px;
  background: #fff;
  margin-top: 20px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  margin-right: 15px;
  /* margin-right: 15px; */
}

.c-employees-bg {
  background-size: cover;
  padding-bottom: 100%;
  width: 100%;
  display: block;
  position: relative;
  background-size: cover;
  background-position: center;
}

.c-employees-gradient {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  height: 200px;
}

.c-employees-information {
  padding: 0 45px 20px 20px;
  position: absolute;
  z-index: 5;
  left: 0px;
  bottom: 0;
}

.c-employees-information p {
  color: #fff;
}

.c-employees-information-name {
  margin: 0;
  /* font-weight: bold; */
  font-size: 24px;
  font-weight: 800;
}

.c-employees-information-role {
  margin: 0;
  font-size: 14px;
}
ul {
  margin: 0;
  padding: 0 0 0 0px;
}

.c-employees-content {
  /* padding: 20px 20px 15% 20px;
  background-color: #fff; */
  height: 90px;
  padding: 20px 0;
  background-color: #fff;
}
.o-height-120 {
  height: 120px!important
}

.c-employees-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-employees-phone {
  color: #4ba82e;
  margin: 0 0 5px 0px;
  padding: 0;
  position: relative;
  font-size: 14px;
  padding-left: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
/* .c-employees-phone::before {
font-family: "Icon-Skoda";
font-size: 24px;
position: absolute;
top: 0;
left: 0;
content: "I";
} */

.c-employees-email {
  color: #4ba82e;
  margin: 0 0 5px 0px;
  padding: 0;
  position: relative;
  /* display: block; */
  font-size: 14px;
  padding-left: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.text-label {
  display: block;
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-label a {
  color: #4ba82e;
  text-decoration: none;
}
.text-label a:hover {
  color: #377220;
  text-decoration: underline;
}

.c-employees-btn {
  margin-left: 15px;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  margin-top: 5%;
  display: flex;
}
.c-employees-btnFull {
  margin: 5% 5% 0 5%;
}
.c-btn {
  text-decoration: none;
  background: #4ba82e;
  border-radius: 4px;
  padding: 10px;
  font-size: 14px;
  white-space: nowrap;
  max-width: 180px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 800;
  /* text-align: center; */
}
.c-btn:hover {
  background: #377220;
}

.c-btn-red {
  font-size: 14px;
  padding: 5px;
  background: #f00;
  color: #fff;
  text-align: center;
  border-radius: 4px;
}
.c-btn-green {
  font-size: 14px;
  padding: 5px;
  background: #4ba82e;
  color: #fff;
  text-align: center;
  border-radius: 4px;
}

.c-employees-icons {
  max-width: 5%;
}

.c-employees-title {
  font-family: "SkodaPro", "Arial";
  color: #000;
  font-size: 21px;
  line-height: 17px;
  font-weight: 400;
}
.c-employees-hours {
  font-family: "SkodaPro", "Arial";
  color: #000;
  font-weight: 400;
}
