.introText {
  src: url('/fonts/Lora/static/Lora-Regular.ttf');
  font-family: 'Lora-Regular';
  font-size: 48px;
  display: grid;
  align-content: center;
  max-width: 600px;
  color: #f2cc9f;
}

.logoIntro img {
  width: 463px;
  margin-bottom: 70px;
}

@media screen and (max-width: 1460px) {
  .intro {  
    display: grid;
    grid-template-rows: 50% 50%;
    align-content: center;
    width: 100%;
    height: 100%;
    padding-top: 15%;
    padding-bottom: 150px;
    place-content: center;
  }

  .welcomeArea {
    display: grid;
    align-items: center;
    max-width: 80%;
  }

  .logoIntro img {
    width: 80%;
  }

  .introText {
    max-width: 90%;
    grid-row: 2;
    font-size: 36px;
    place-content: center;
  }

  .newsletterRegister {
    width: 100%;
  }

  ::placeholder {
    font-size: medium;
  }
}

@media screen and (min-width: 1460px) {
  .intro {
    display: grid;
    grid-template-columns: 800px 600px;
    align-content: center;
    width: 100%;
    height: 800px;
    place-content: center;
  }
}


.intro > div {
  text-align: center;
}

.welcomeArea {
  display: grid;
  align-items: center;
  max-width: 600px;
}

input[type=email] {
  width: 310px;
  height: 45px;
  margin: 8px 0;
  padding-left: 10px;
  border: 1px solid white;
  border-radius: 5px;
  box-sizing: border-box;
  border-color: #e0cfb6;
  background-color: #29236C;
  color: #e0cfb6;
  font-size: 1.2em;
}

button[type=submit] {
  width: 125px;
  height: 45px;
  margin: 8px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  border-color: #e0cfb6;
  background-color: #e0cfb6;
  color: black;
  font-size: 1.2em;
  padding: 0px;
}

button[type=submit]:hover {
  width: 125px;
  height: 45px;
  margin: 8px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  border-color: #e0cfb6;
  background-color: #29236C;
  color: #e0cfb6;
  cursor: pointer;
  font-size: 1.2em;
  padding: 0px;
}

.whySofiks {
  display: grid;
  grid-template-rows: 235px auto;
  width: 100%;
  height: 600px;
}

.whySofiksIntro {
  text-align: center;
}

h1 {
  font-size: 48px
}

h1, h2, h3, h4, h5, h6 { 
  src: url('/fonts/Lora/static/Lora-Bold.ttf');
  font-family: 'Lora-Bold.ttf';
}

.whySofiksExplain {
  display: grid;
  grid-template-columns: 25% 25% 25%;
  place-content: center;
  text-align: center;
}

.newItems {
  padding-top: 65px;
  display: grid;
  grid-template-columns: 200px 200px 200px 200px;
}