

/* WELCOME 4*/


#welcome-4 {
  position: relative;
}

#welcome-4 .section-title {
  color: var(--color1);
  margin-bottom: 35px;
  text-transform: uppercase;
  font-weight: 100;
}

#welcome-4 .about-text {
  padding: 40px 15px 40px;
}

#welcome-4 .about-bg {
  /*background: url('/../../templates/demorb/images/welcome-3.jpg') center center no-repeat;*/
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  
}

#welcome-4 .about-bg > img {
    border-radius: var(--border-radius1);
}

#welcome-4 a {
    color: var(--color1);
}

#welcome-4 ul {
  list-style-type: disc;
  margin-left: 40px;
}

/*///////// WELCOME 4 //////////*/