.logo img {
  width: 48px;
  border-radius: 12px;
}

.container {
  max-width: 1200px !important;
}

.welcome-area {
  background: none;
  min-height: auto;
  height: 100vh;
  max-width: 1200px;
  margin: 0 auto;

  display: flex;
  align-items: center;
}

.welcome-area .container {
  padding-right: 0;
  padding-left: 0;
}

.welcome-area .header-text {
  width: auto;
  margin: 0 auto;
  max-width: 768px;
  text-align: center;
  padding-top: 0;
}

.welcome-area .header-text .left-text {
  padding: 64px;
  margin-top: 0;
  background-color: #fafafa;
  transform: none !important;
  border-radius: 16px;
}

.welcome-area .header-text img {
  display: none;
}

.features-icon img {
  width: 100px;
  height: 100px;
  opacity: 0.75;
}

@media (min-width: 1024px) {
  .welcome-area .header-text img {
    width: 200px;
    border-radius: 16px;
    margin-top: 128px;
  }    
}

.welcome-area .header-text img {
  width: 200px;
  border-radius: 16px;
  margin-top: 128px;
}