.employee_header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 80px 0;
  gap: 40px;
}
.employee_header img {
  flex: 1;
  display: flex;
  justify-content: center;
}
.employee_header div:first-child{
  right: 100px;
}
.employee_header div:last-child{
  right: -50px;
}

.employee_header .header-content {
  flex: 2;
  text-align: center;
  min-width: 420px;
}
.icons_list li i{
  font-size: 20px;
}
@media (max-width: 992px) {
  .container {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .nav-container{
    margin: 0;
  }
  .employee_header {
    flex-direction: column;
    padding: 0 0 40px 0;
  }
  .employee_header div:last-child{
    right: 0;
  }

  .employee_header .header-content{
    order: 2;
    min-width: 200px;
  }

  .employee_header img {
    order: 1;
    max-height: 300px;
  }
  .green-bg-block img{
    width: 100%!important;
  }
  .grey-bg-img img{
    max-width: 90%!important;
  }
}
@media  (max-width: 576px){
  .green-bg-block img{
    width: 100%!important;
  }
  .grey-bg-img img{
    max-width: 90%!important;
  }
}