.welecome-section {
  width: 85%;
  padding: 2rem;
  margin: 0 auto;
}
.welecome-section img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.welecome-section h1 {
  font-weight: bold;
  margin: 10px 0 5px 0;
  padding: 10px 0 0 0;
  line-height: 1.1;
  color: white;
  font-size: 30px;
  border-top: 2px solid;
}
.welecome-section span {
  font-weight: 300;
  margin: 0;
  font-size: 20px;
  opacity: 0.8;
  color: white;
}
