#gppopup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  color: #fff;
  font-size: 18px;
  z-index: 999999;
  width: 100vw;
  height: 100vh;
}

#gppopup-content {
  background-color: #fff;
  padding: 20px;
  text-align: center;
}

#close-gppopup {
  display: block;
  margin-top: 10px;
}

.g-p-main {
  width: 100%;
  max-width: 1200px;
  padding: 0 0px;
  box-sizing: border-box;
  margin: 0 auto;
}

.gp-row {
  width: 100%;
  background: #98b6bb;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px 70px 30px;
  box-sizing: border-box;
  align-items: center;
}

.gp-left,
.gp-right {
  width: 50%;
}

.gp-left h2 {
  font-family: "Mali";
  font-weight: 700;
  font-size: 60px;
  color: #fff;
  line-height: 1em;
  margin: 0;
  text-align: left;
  padding-right: 30px;
}

.gp-right img {
  width: 100%;
  object-fit: cover;
}

.gp-left p {
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8em;
  padding-right: 30px;
  color: white;
  margin-top: 30px;
  text-align: left;
}
#gppopup-content {
  padding: 0;
}
.g-p-close {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  height: 85px;
  background: white;
  padding-right: 10px;
}

.g-p-close button.pum-close.popmake-close {
  height: 28px;
  width: 28px;
  border-radius: 30px;
  border: 0;
  font-size: 20px;
  color: #fff;
  background: rgba(49, 91, 124, 1);
  line-height: 14px;
  cursor: pointer;
}

.gp-btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 27px 13px 27px;
  font-size: 30px;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  line-height: 35px;
  font-family: "Josefin Sans", Helvetica, Arial, Lucida, sans-serif !important;
}

.gp-btn {
  background: #e2b463;
  border-radius: 13px;
  width: 85%;
  text-align: center;
  margin-top: 50px;
  cursor: pointer;
}

@media (max-width: 820px) {
  .gp-row {
    flex-direction: column;
  }

  .gp-left,
  .gp-right {
    width: 100%;
  }

  .gp-left h2 br {
    display: none;
  }

  .gp-right {
    order: 1;
  }

  .gp-left {
    order: 2;
  }

  .gp-left {
    margin-top: 50px;
  }

  .gp-row {
    padding: 30px 30px 30px 30px;
  }

  .gp-left p {
    width: 100%;
  }

  .gp-btn {
    padding: 0px 10px;
    width: 100%;
    margin-top: 30px;
    box-sizing: border-box;
  }

  .gp-btn a {
    font-size: 18px;
  }

  .gp-btn {
    padding: 16px 25px;
  }

  .g-p-close {
    height: 60px;
  }

  .gp-left {
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .gp-left h2 {
    font-size: 38px;
  }

  .gp-left p {
    margin-top: 20px;
  }

  .g-p-main {
    height: 70vh;
    overflow: scroll;
  }

  .gp-btn {
    padding: 0px 10px;
  }
}
