/* Mobile responsive */
@media (max-width: 768px) {
  #homeSection {
    background-color: #8e99a2;
    margin: 0;
    height: 100dvh;
    display: grid;
    place-items: center;
  }

  /* .home-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  } */

  .home-container > .left-content {
    background-color: #8e99a2;
    padding: 20px;
    opacity: 0.96;
    width: 90%;
    border-top: solid 1px white;
    border-right: solid 1px white;
    border-bottom: solid 1px white;
  }

  .home-container > .left-content > h2 {
    font-size: 28px;
    color: white;
    text-align: left;
  }

  .home-container > .left-content > p {
    font-size: 14px;
    color: white;
    text-align: left;
  }

  .home-container > .left-content > .call-btn {
    background-color: white;
    color: #ffbde4;
    border: none;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all ease-in-out 0.2s;
    text-decoration: none !important;
  }

  .home-container > .left-content > .call-btn:hover {
    background-color: #ffbde4;
    color: white;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #homeSection {
    background-image: url(/assets/images/lgt-home-back-wide.png);
    margin: 0;
    padding: 0;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    height: 100dvh;
    width: 100dvw;
  }

  .home-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }

  .home-container > .left-content {
    grid-area: 2 / 1;
    margin-left: 50px;
    background-color: #8e99a2;
    padding: 50px;
    border-radius: 20px;
    opacity: 0.96;
  }

  .home-container > .left-content > h2 {
    font-size: 48px;
    color: white;
  }

  .home-container > .left-content > p {
    font-size: 18px;
    color: white;
  }

  .home-container > .left-content > .call-btn {
    background-color: white;
    color: #ffbde4;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all ease-in-out 0.2s;
    text-decoration: none !important;
  }

  .home-container > .left-content > .call-btn:hover {
    background-color: #ffbde4;
    color: white;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #homeSection {
    background-image: url(/assets/images/lgt-home-back-wide.png);
    margin: 0;
    padding: 0;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    height: 100dvh;
    width: 100dvw;
  }

  .home-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1.2fr 1fr 1fr;
  }

  .home-container > .left-content {
    grid-area: 2 / 1;
    margin-left: 50px;
    background-color: #8e99a2;
    padding: 30px;
    border-radius: 20px;
    opacity: 0.96;
  }

  .home-container > .left-content > h2 {
    font-size: 30px;
    color: white;
  }

  .home-container > .left-content > p {
    font-size: 12px;
    color: white;
  }

  .home-container > .left-content > .call-btn {
    background-color: white;
    color: #ffbde4;
    border: none;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all ease-in-out 0.2s;
    text-decoration: none !important;
  }

  .home-container > .left-content > .call-btn:hover {
    background-color: #ffbde4;
    color: white;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #homeSection {
    background-image: url(/assets/images/lgt-home-back-wide.png);
    margin: 0;
    padding: 0;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    height: 100dvh;
    width: 100dvw;
  }

  .home-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }

  .home-container > .left-content {
    grid-area: 2 / 1;
    margin-left: 50px;
    background-color: #8e99a2;
    padding: 50px;
    border-radius: 20px;
    opacity: 0.96;
  }

  .home-container > .left-content > h2 {
    font-size: 32px;
    color: white;
  }

  .home-container > .left-content > p {
    font-size: 14px;
    color: white;
  }

  .home-container > .left-content > .call-btn {
    background-color: white;
    color: #ffbde4;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all ease-in-out 0.2s;
    text-decoration: none !important;
  }

  .home-container > .left-content > .call-btn:hover {
    background-color: #ffbde4;
    color: white;
  }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  #homeSection {
    background-image: url(/assets/images/lgt-home-back-wide.png);
    margin: 0;
    padding: 0;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    height: 100dvh;
    width: 100dvw;
  }

  .home-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }

  .home-container > .left-content {
    grid-area: 2 / 1;
    margin-left: 50px;
    background-color: #8e99a2;
    padding: 50px;
    border-radius: 20px;
    opacity: 0.96;
  }

  .home-container > .left-content > h2 {
    font-size: 48px;
    color: white;
  }

  .home-container > .left-content > p {
    font-size: 18px;
    color: white;
  }

  .home-container > .left-content > .call-btn {
    background-color: white;
    color: #ffbde4;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all ease-in-out 0.2s;
    text-decoration: none !important;
  }

  .home-container > .left-content > .call-btn:hover {
    background-color: #ffbde4;
    color: white;
  }
}
