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

@media (min-width: 1100px) {
  #box-3 {
    height: 72vh;
    width: 100%;
    background-size: cover;
    background-image: url("../../assets/img/IMG_20210330_083332.jpg");
    display: table;
    background-attachment: fixed;
  }
}

@media (mAX-width: 775px) {
  h2 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 27px;
    color: #f8f8f8;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }
}

@media (mAX-width: 775px) {
  h1 {
    font-family: 'Raleway';
    font-weight: 300;
    font-size: 27px;
    letter-spacing: 1px;
    color: #f8f8f8;
    font-weight: 700;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
  }
}

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

@media (min-width: 776px) {
  h1 {
    font-family: 'Raleway';
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 45px;
    margin: 0px;
    text-align: center;
    display: table-cell;
    font-weight: 700;
    vertical-align: middle;
    text-transform: uppercase;
  }
}

