#sg_b.sungroup .sg-recykling-top-section {
  max-width: 100%;
  width: 100%;
  margin: 32px auto;
}

#sg_b.sungroup .sg-recykling-top-title {
  margin-left: 64px;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 32px;
  line-height: 44px !important;
  text-align: left !important;
  color: #333;
}

#sg_b.sungroup .sg-recykling-section {
  width: 100%;
  max-width: 100%;
}

#sg_b.sungroup .sg-recykling-txts {
  margin-bottom: 48px;
}

#sg_b.sungroup .sg-recykling-txts:nth-child(2),
#sg_b.sungroup .sg-recykling-txts:last-child {
  background: #F7F7F7;
  box-sizing: border-box;
  padding: 24px 0;
}

#sg_b.sungroup .sg-recykling-title {
  min-width: 347px;
  max-width: 347px;
  width: 100%;
  margin-right: 48px;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 20px;
  line-height: 30px !important;
  text-align: left !important;
  color: #333;
  box-sizing: border-box;
  padding-left: 32px;
}

#sg_b.sungroup .sg-recykling-txt {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 15px;
  line-height: 24px !important;
  text-align: left !important;
  color: #555;
}

#sg_b.sungroup .sg-recykling-txt .sg-txt-title {
  font-weight: 500;
  display: block;
  margin: 0
}

#sg_b.sungroup .sg-recykling-txt span {
  display: list-item;
  margin-left: 20px;
}

#sg_b.sungroup .sg-recykling-table {
  width: 100%;
  max-width: 100%;
  border: 1px solid #DDD;
  border-top: 8px solid #FF6100;
  border-radius: 4px;
  padding: 32px;
  box-sizing: border-box;
}

#sg_b.sungroup .sg-rec-table-el:nth-child(2n+1) {
  background: #F6F6F6;
}

#sg_b.sungroup .sg-rec-table-el {
  box-sizing: border-box;
  padding: 16px 24px;
}

#sg_b.sungroup .sg-rec-table-el::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  min-width: 1px;
  background: #DDD;
}

#sg_b.sungroup .sg-rec-table-title {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 17px;
  line-height: 27px !important;
  text-align: left !important;
  color: #333;
  padding-right: 24px;
  box-sizing: border-box;
  width: 50%;
  max-width: 100%;
}

#sg_b.sungroup .sg-rec-table-txt {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 15px;
  line-height: 24px !important;
  text-align: left !important;
  color: #555;
  padding-left: 24px;
  box-sizing: border-box;
  width: 50%;
  max-width: 100%;
}

#sg_b.sungroup .sg-recykling-txt a {
  color: #0D4DE4 !important;
  text-decoration: none;
  transition: .3s;
}

#sg_b.sungroup .sg-recykling-txt a:hover {
  text-decoration: underline;
  transition: .3s;
}

#sg_b.sungroup .sg-recykling-txt .sg-txt-title.cont {
  display: contents;
}


@media (max-width:1360px) {
  #sg_b.sungroup .sg-recykling-top-title {
    margin: 0;
    padding: 0 16px;
    box-sizing: border-box;
  }
  #sg_b.sungroup .sg-recykling-section {
    padding: 0 16px;
    box-sizing: border-box;
  }
}

@media (max-width:1100px) {
  #sg_b.sungroup .sg-recykling-top-title {
    font-size: 26px;
    line-height: 34px !important;
  }
}

@media (max-width:1000px) {
  #sg_b.sungroup .sg-recykling-top-section {
    flex-direction: column-reverse;
  }
  #sg_b.sungroup .sg-recykling-top-title {
    margin-bottom: 16px;
  }
  #sg_b.sungroup .sg-recykling-txts {
    margin-bottom: 32px;
    flex-direction: column;
  }
  #sg_b.sungroup .sg-recykling-title {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}

@media (max-width:700px) {
  #sg_b.sungroup .sg-recykling-table {
    padding: 16px;
  }
}

@media (max-width:600px) {
  #sg_b.sungroup .sg-rec-table-el {
    flex-direction: column;
  }
  #sg_b.sungroup .sg-rec-table-title {
    padding-right: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 8px;
  }
  #sg_b.sungroup .sg-rec-table-txt {
    padding-left: 0;
    width: 100%;
    max-width: 100%;
  }
  #sg_b.sungroup .sg-rec-table-el::before {
    display: none;
  }
  #sg_b.sungroup .sg-recykling-table {
    padding: 16px 0;
  }
}

@media (max-width:500px) {
  #sg_b.sungroup .sg-recykling-top-title {
    font-size: 22px;
    line-height: 28px !important;
  }
}
