@media (max-width: 1099px) {
  #box-2 {
    height: 65vh;
    width: 100%;
    background-size: cover;
    display: table;
    background-attachment: inherit;
    background-position: center;
  }
}

@media (min-width: 1100px) {
  #box-3 {
    height: 80vh;
    width: 100%;
    background-size: cover;
    background-image: url("aurinkosuojakalvot.webp");
    display: table;
    background-attachment: fixed;
  }
}

@media (mAX-width: 775px) {
  h1 {
    font-family: 'Be Vietnam Pro';
    font-weight: 600;
    font-size: 29px;
    letter-spacing: 0px;
    color: #1a2830;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }
}

@media (min-width: 776px) {
  h2 {
    font-family: 'Montserrat';
    letter-spacing: 0px;
    color: #ffffff;
    font-size: 43px;
    margin: 0px;
    text-align: center;
    display: table-cell;
    font-weight: 600;
    vertical-align: middle;
  }
}

@media (min-width: 776px) {
  h1 {
    font-family: 'Be Vietnam Pro', sans-serif;
    letter-spacing: 0px;
    color: rgb(25,40,48);
    font-size: 45px;
    margin: 0px;
    text-align: center;
    display: table-cell;
    font-weight: 600;
    vertical-align: middle;
  }
}

