.greenbox-section {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  background-color: #003838;
  border-radius: 24px;
  margin: 96px auto;
}

.greenbox_content {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: left;
  padding: 64px;
  width: 100%;
  margin: 0px auto 0;
}

.greenbox_content h2 {
  display: inline-block;
  margin-bottom: 20px;
}

.greenbox_content h2 p {
  margin-bottom: 0;
}

.greenbox_content h2 {
  color: #fff;
  font-weight: 600;
  font-size: 44px;
  line-height: 52px;
  letter-spacing: -1%;
}

.greenbox_content h2 strong {
  color: #FFFD82;
}

.greenbox_infotext {
  font-size: 22px;
  line-height: 34px;
  font-weight: 400;
  color: #F2F4F4;
}

.greenbox_infotext ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.greenbox_infotext li {
  position: relative;
  padding-left: 44px;
  margin-bottom: 16px;
}

.greenbox_infotext li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background-image: url('check.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.greenbox_button {
  background-color: #FFFD82;
  padding: 16px 24px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  color: #002E2D;
  font-size: 22px;
  line-height: 28px;
  border: 1px solid #D3C606;
  cursor: pointer;
  transition: transform 0.15s ease-in-out;
  background-size: 200% 100%;
  background-position: 15% 50%;
  margin-top: 20px;
}

.greenbox_button::after{
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("/wp-content/themes/generatepress-child/img/ic-arrow-right.svg") no-repeat center;
  background-size: contain;
  margin-left: 10px;
}


.greenbox_button:hover {
    color: #726900;
  background-color: #FFFD82;
  background-size: 200% 100%;
  background-position: 15% 50%;
  box-shadow: 0 2px 12px -2px rgba(211, 198, 6, 0.60);
}

.greenbox_button:hover::after {
  background: url("/wp-content/themes/generatepress-child/img/ic-arrow-right-hoved.svg") no-repeat center;
}

.greenbox_button_infotext {
  font-size: 14px;
  line-height: 20px;
}

.cert_image {
  height: 100%;
  width: 100%;
  z-index: 1;
  display: block;
  position: relative;
  object-fit: cover;
}

.greenbox-bg {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  height: 100%;
}

@media only screen and (max-width: 800px) {
  .greenbox-section {
    height: unset;
    grid-template-columns: 100%;
    margin-bottom: 48px;
    margin-top: 48px;
  }

  .greenbox-bg {
    position: relative;
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 24px;
    border-bottom-right-radius: 0;
  }

  .greenbox_content {
    order: 2;
    padding: 32px 24px 48px;
    text-align: center;
  }

  .greenbox_content h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 24px;
    text-align: left;
  }

  .greenbox_infotext {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0px;
    text-align: left;
  }

  .greenbox_infotext li {
    padding-left: 36px;
    margin-bottom: 16px;
  }

  .greenbox_button {
    font-size: 18px;
    line-height: 24px;
    padding: 12px 16px;
    margin: 24px auto 0;
  }

  .greenbox_button_infotext {
    color: #002E2D;
  }
}
