/* welcome section */
.welcome_section {

  background-color: #f8faf9;
}

.welcome_container {
  padding: 100px 0;
}

.welcome_container>* {
  margin-bottom: 35px;
}

.welcome_container h4 {
  font-weight: normal;
}

.welcome_container h4,
.welcome_container p {
  font-family: 'Poppins', sans-serif;
}

.welcome_section::before {
  content: "";
  width: 40%;
  height: 100%;
  background-image: url(../images/Welcome3.jpg);
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

/* end welcome section */