.gt-home-page__bookmark a {
  transition: transform 0.2s ease;
  transform-origin: center;
  text-decoration: none;
}

.gt-home-page__bookmark a:hover {
  transform: scale(1.01);
}

.gt-home-page__bookmark-text {
  font-family: Wadik;
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 700;
  width: 120px;
  line-height: 1.2;
}

.gt-home-page__bookmark-text-mobile {
  font-family: Wadik;
  color: #000;
  font-size: 20px;
  width: 100%;
  line-height: 1.2;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 18px;
}

.gt-right-bookmark {
  float: right;
  margin: 24px 0;
  text-align: right;
}

.gt-home-page {
  margin-top: 110px;
  display: grid;
  gap: 54px;
  grid-template-columns: 1fr 1fr;
}

.gt-home-page h1 {
  color: #1a1a1a;
  text-align: center;
  font-family: Montserrat;
  font-size: 64px;
  font-weight: 600;
  line-height: 72px;
}

.gt-home-page p {
  color: #1a1a1a;
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.gt-issue-cover-mobile {
  display: none;
}

.gt-home-page-background {
  position: relative;
}

.gt-issue-cover-mobile__background-1,
.gt-issue-cover-mobile__background-2 {
  display: none;
}

.gt-issue-cover-desktop__background {
  background-image: url(/wp-content/themes/theGlobalTechnology/assets/images/background-1.webp);
  position: absolute;
  width: 700px;
  height: 750px;
  background-size: cover;
  z-index: -1;
  top: 30px;
  left: -102px;
}

.gt-issue-cover-mobile__background-1 {
  background-image: url(/wp-content/themes/theGlobalTechnology/assets/images/background-3.webp);
  position: absolute;
  width: 599px;
  height: 300px;
  background-size: cover;
  z-index: -1;
  top: 0px;
  left: 38%;
  opacity: 0.5;
}

.gt-issue-cover-mobile__background-2 {
  background-image: url(/wp-content/themes/theGlobalTechnology/assets/images/background-2.webp);
  position: absolute;
  width: 334px;
  height: 600px;
  background-size: cover;
  z-index: -1;
  top: 1600px;
  left: 7%;
  opacity: 0.5;
}

@media (max-width: 991px) {
  .gt-issue-cover-desktop {
    grid-row: 2;
  }
  .gt-home-page {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .gt-home-container {
    padding: 0;
  }
  .gt-issue-cover-mobile__background-1,
  .gt-issue-cover-mobile__background-2 {
    display: block;
  }
  .gt-home-page__bookmark-text {
    font-size: 15px;
  }
  .gt-home-page h1 {
    font-size: 42px;
    line-height: 50px;
  }
  .gt-issue-cover-desktop,
  .gt-issue-cover-desktop__background {
    display: none;
  }
  .gt-issue-cover-mobile {
    display: block;
    grid-row: 2;
  }
  .gt-home-page {
    grid-template-columns: 1fr;
  }
  .gt-home-page > div:last-child {
    padding: 0 15px;
  }
}
