.desktop {
    align-items: center;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    min-height: 1080px;
    position: relative;
  }
  
  .desktop .hero {
    align-items: center;
    align-self: stretch;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 48px;
    padding: 120px 64px 60px;
    position: relative;
    width: 100%;
  }
  
  .desktop .text {
    align-items: center;
    align-self: stretch;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #000000;
    display: flex;
    flex: 0 0 auto;
    justify-content: space-between;
    padding: 0px 0px 24px;
    position: relative;
    width: 100%;
  }
  
  .desktop .aikasi-fi {
    color: #000000;
    font-family: "Open Sans-Semibold", Helvetica;
    font-size: 64px;
    font-weight: 400;
    letter-spacing: -1.60px;
    line-height: 70.4px;
    margin-top: -1.00px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: fit-content;
  }
  
  .desktop .by-receptum {
    display: block;
    height: 16px;
    position: relative;
    width: 178.27px;
  }
  
  .desktop .img {
    align-self: stretch;
    flex: 0 0 auto;
    object-fit: cover;
    position: relative;
    width: 100%;
  }
  
  .desktop .div {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 32px;
    padding: 120px 64px;
    position: relative;
    width: 100%;
  }
  
  .desktop .headline {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 16px;
    position: relative;
    width: 100%;
  }
  
  .desktop .eyebrow {
    align-self: stretch;
    color: #00000099;
    font-family: "Open Sans-Bold", Helvetica;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.10px;
    line-height: 29.0px;
    margin-top: -1.00px;
    position: relative;
  }
  
  .desktop .text-wrapper {
    align-self: stretch;
    color: #000000;
    font-family: "Open Sans-Bold", Helvetica;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.64px;
    line-height: 38.4px;
    position: relative;
  }
  
  .desktop .jos-olet-tullut-t {
    align-self: stretch;
    color: #000000cc;
    font-family: "Open Sans-Bold", Helvetica;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
    position: relative;
  }
  
  .desktop .footer {
    align-items: center;
    align-self: stretch;
    display: flex;
    flex: 0 0 auto;
    gap: 120px;
    justify-content: center;
    padding: 64px;
    position: relative;
    width: 100%;
  }
  
  .desktop .nav-wrapper {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 32px;
    justify-content: center;
    position: relative;
  }
  
  .desktop .nav {
    align-items: flex-start;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 32px;
    position: relative;
  }
  
  .desktop .p {
    color: #00000073;
    font-family: "Open Sans-Bold", Helvetica;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.10px;
    line-height: 29.0px;
    margin-top: -1.00px;
    position: relative;
    white-space: nowrap;
    width: fit-content;
  }

  section.welcome {
    background-image: url('/common/img/ShadyBackground.png'); 
    background-position:top; 
    background-size:cover; 
    background-repeat:no-repeat;
    padding-top:5em; 
    padding-bottom: 2em; 
  }

  .comfort-info {
    background-image: url('/common/img/ShadyBackground.png'); 
    padding: 1em;
    font-weight: 500;
  }

  .receptumlogo {
    max-width: 224px;
    height: auto;
    margin-right: 5px;
  }

  h1 {
    font-weight: 600;
  }

  .logo {
    font-size: 2em;
    font-weight: 600;
  }

h2 {
    font-size: calc(1.275rem + .3vw) !important;
  }