.whitebox-section {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 384px auto;
  border-radius: 24px;
  margin: 96px auto;
  max-width: 1008px;
  grid-gap: 32px;
}

.whitebox_content {
  position: relative;
  z-index: 1;
  color: #002E2D;
  text-align: left;
  width: 100%;
  margin: 1px auto 4px;
}

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

.whitebox_content h2 {
  color: #002E2D;
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: -1%;
  margin-bottom: 8px;
}

.whitebox_content h2 strong {
  color: #FFFD82;
}

.whitebox_infotext {
  font-size: 22px;
  line-height: 34px;
  font-weight: 400;
  color: #002E2D;
  margin-bottom: 12px;
}

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

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

.whitebox_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;
}

.whitebox_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: 30px;
  border: 1px solid #D3C606;
  cursor: pointer;
  transition: transform 0.15s ease-in-out;
  background-size: 200% 100%;
  background-position: 15% 50%;
  margin-top: 20px;
}

.whitebox_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;
}

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

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

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

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

.whitebox-bg {
  border-radius: 24px;
  height: 100%;
  object-fit: cover;
}


@media only screen and (max-width: 800px) {
  .whitebox-section {
    margin: 80px auto;
    grid-template-columns: 100%;
    border-radius: 12px;
    min-height: 228px;
    gap: 24px;
  }

  .whitebox-bg {
    width: 100%;
    position: relative;
	  height: 210px;
  }

  .whitebox_content {
    text-align: center;
  }

  .whitebox_content h2 {
    font-size: 26px;
    line-height: 32px;
    text-align: left;
  }

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

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

  .whitebox_button {
    font-size: 18px;
    line-height: 24px;
    margin-top: 24px;
  }

}
