/*WELCOME BOX*/

.wel_news {
padding: 30px;
  font-size: 12px;
  text-align: justify;
  line-height: 170%;
}

.welcome_news {
width: 35%;
  box-sizing: border-box;
  background: url(../../../images_dark/background1.jpg);
  background-size: auto;
  background-size: 201%;
  background-position-y: 30%;
  border-left: 1px solid var(--line1);
}

.welcome_top {
display: flex;
  align-items: center;
  height: 50px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 30px;
  letter-spacing: 2px;
  width: 100%;
  border-bottom: 1px solid var(--accent2);
}

.welcome_box {
width: 65%;
  box-sizing: border-box;
  padding: 30px;
  font-size: 12px;
  line-height: 170%;
  text-align: justify;
}

.welcome {
	margin-bottom: 20px;
  box-sizing: border-box;
background: var(--accent1);
  border: 1px solid var(--line1);
  display: flex;
  flex-wrap: wrap;
}