.tg-content {
  background-color: white;
  height: 100%;
  width: 100%;
  padding: 96px 0;
}

.tg-content .tg-content-heading h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 68px !important;
  font-weight: 500;
  line-height: 74.8px !important;
  letter-spacing: normal;
  text-align: left;
  color: #222222;
  margin-bottom: 0px;
}

.tg-content h3.tg-title-text {
  font-family: "DM Sans", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38.4px;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 16px;
  color: black;
}

.tg-content .row.tg-content-stack-container> :nth-child(odd),
.tg-content .row.tg-content-stack-container .row> :nth-child(odd) {
  padding-left: 0px;
  padding-right: 16px;
}

.tg-content .row.tg-content-stack-container> :nth-child(even),
.tg-content .row.tg-content-stack-container .row> :nth-child(even) {
  padding-right: 0px;
}

.tg-content .row.tg-content-stack-container > .col-md-6:nth-child(even){
  padding-left: 16px;
}

.tg-content .tg-content-stack {
  margin-top: 64px;
}

.tg-content .tg-content-stack .row {
  position: relative;
}

.tg-content .tg-content-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  color: #000;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px !important;
  display: flex;
  height: 25px;
  padding: 4px 16px !important;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 29px;
  background: #fff;
  width: auto;
}

.tg-content .tg-content-container {
  margin-top: 24px;
}


.tg-content .tg-content-container p {
  padding-left: 0px;
  max-width: 82.5%;
  color: #414141;
  /* Large/Body 1 */
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  margin-bottom: 0px;
}

.tg-content .tg-content-container span.tg-content-condition {
  margin-top: 16px;
  max-width: 79.8%;
  color: #414141;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  display: block;
}

.tg-content .tg-content-links {
  margin-top: 16px;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 31.4px;
  /* 22.4px */
  padding-left: 0px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.tg-content .tg-content-links a:not(:last-child) {
  margin-bottom: 8px;
}

.tg-content .tg-content-link {
  display: inline-flex;
  color: #00873C;
  align-items: center;
}

.tg-content .tg-content-link::after {
  content: url("/assets/images/products/Cheveron.png");
  width: 24px;
  height: 24px;
  margin-top: 1px;
}

.tg-content .tg-content-links>.tg-content-link:not(:first-child) {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px){
  .tg-content .tg-content-heading h1{
    font-size: 42px !important;
    line-height: 44px !important;
  }
}

@media only screen and (max-width: 992px) {
  .tg-content .tg-content-links{
    line-height: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .tg-content{
    padding: 64px 0;
  }
  
  .tg-content .tg-content-heading h2 {
    font-family: "DM Sans", sans-serif;
    text-align: left;
    color: #222222;
    font-size: 42px !important;
    font-style: normal;
    align-self: stretch;
    line-height: 44.1px !important;
    letter-spacing: normal;
  }

  .tg-content .tg-content-stack {
    margin-top: 32px;
  }

  .tg-content .tg-content-badge {
    left: 16px;
    bottom: 16px;
  }

  .tg-content .tg-content-container {
    margin-top: 24px;
  }

  .tg-content .tg-content-container p {
    max-width: 100%;
  }

  .tg-content .tg-content-container p.tg-content-condition {
    max-width: 100%;
  }

  .tg-content .tg-content-links>.tg-content-link:not(:first-child) {
    margin-top: 8px;
  }

  .tg-content .row.tg-content-stack-container> :nth-child(odd),
  .tg-content .row.tg-content-stack-container .row> :nth-child(odd) {
    padding-left: 0px;
    padding-right: 0px;
  }

  .tg-content .row.tg-content-stack-container> :nth-child(even),
  .tg-content .row.tg-content-stack-container .row> :nth-child(even) {
    padding-right: 0px;
    padding-left: 0px !important;
  }
  #trupro .tg-content .tg-content-badge {
    padding-left: 20px !important;
}
}

.tg-content-stack img {
  position: relative;
}

.white-badge {
  position: absolute;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  background: #ffffff;
  border-radius: 20px;
  padding: 5px 3px;
  bottom: 20px;
  left: 20px;
  width: 130px !important;
}
.tg-content-heading sup {
  top: -.2em;
}

@media only screen and (min-width: 1024px) {
  .tg-content-stack img {
    height: auto;
    border-radius: 16px;
        padding-right: 0 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .tg-content-stack img {
    border-radius: 16px;
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 600px) {
  .tg-content .tg-content-link{
    display: inline-block;
    width: calc(100% - 5px);
    position: relative;
  }

  .tg-content .tg-content-link::after {
    position: absolute;
    left: unset;
    right: unset;
  }
}

