.isms_logo{
  height: 50px;
  margin-left: 15px;
}

.welcome__title{
  width: 870px;
  max-width: 100%;
}

.welcome{
  position: relative;
}

.welcome_man{
  position: absolute;
  right: 0;
  bottom: 0;
}

.cose_panel{
  padding: 20px 25px 50px;
  display: flex;
  align-items: flex-end;
  height: 100%;
  position: relative;
  right: -50px;
}

.cose_panel img{

}

@media screen and (min-width: 996px) and (max-width: 1259px){
  .welcome_man{
    width: 25%;
  }
}

@media screen and (min-width: 770px) and (max-width: 995px){
  .welcome_man{
    left: 0;
    width: 25%;
  }
}


@media (max-width: 769px){
  .welcome_man{
    width: 25%;
    right: 0;
  }
}