.payment_hero {
  max-width: 100%;
  background: linear-gradient(106.29deg, #111827 39%, #0c4a6e 108.37%),
              linear-gradient(179.48deg, #0c4a6e -66.46%, rgba(17, 24, 39, 0) 58.39%);
  padding: 2rem 1rem;
}
.payment_hero .breadcrumb-container {
  background-color: transparent;
  padding: 0;
}
.payment_hero .breadcrumb-container .breadcrumb {
  padding: 0;
  margin-bottom: 1.5rem;
}
.payment_hero .breadcrumb-container .breadcrumb a {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
}
.payment_hero .breadcrumb-container .breadcrumb span {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
}
.payment_hero .breadcrumb-container .breadcrumb span::before {
  content: "";
  background: url(../../../assets/img/split-arrow-white.png);
  padding-right: 10px;
  background-repeat: no-repeat;
  background-position: top center;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 8px;
}
.payment_hero .payment-section_wrapper {
  max-width: 1150px;
  margin: auto;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.payment_hero .payment-section_wrapper .payment-section {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  max-width: 100%;
  gap: 21px;
  justify-content: space-between;
}
.payment_hero .payment-section_wrapper .payment-section .payment-section-top {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.payment_hero .payment-section_wrapper .payment-section h1 {
  font-weight: 700;
  font-size: 2.75rem;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.payment_hero .payment-section_wrapper .payment-section img.hero-section_img {
  height: 5.625rem;
  width: 7.5rem;
  object-fit: cover;
  border: 1px solid #fff;
  border-radius: 0.5rem;
}
.payment_hero .payment-section_wrapper .inner_section-info,
.payment_hero .payment-section_wrapper .inner_section-info .article-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  flex-wrap: wrap;
}
.payment_hero .payment-section_wrapper .inner_section-info .article-info span {
  display: flex;
  gap: 5px;
  align-items: center;
  color: #fff;
}
.payment_hero .payment-section_wrapper .inner_section-info .article-info p {
  color: #fff;
  margin: 0;
  display: flex;
  min-height: 28.5px;
  flex-shrink: 0;
}
.payment_hero .payment-section_wrapper .inner_section-info .article-info span a {
  display: flex;
  color: #fff;
  text-decoration: none;
}
.payment_hero .payment-section_wrapper .inner_section-info .article-info span .linkedin-icon::before {
  content: url(/wp-content/themes/casinobee/assets/img/linkedin-icon-white.png);
  left: 0;
  top: 0;
  position: relative;
  background-size: 1.5rem;
  width: 1rem;
  height: 1rem;
  line-height: 1;
}
.payment_hero .payment-section_wrapper .inner_section-info .article-info p strong {
  color: #fff;
}
.payment_hero .payment-section_wrapper .inner_section-info .article-info img {
  border-radius: 0px;
  width: 1rem;
  height: 1rem;
  object-fit: none;
}
.payment_hero .payment-section_wrapper .inner_section-info .article-info img.avatar {
  width: 19px;
  height: 19px;
  object-fit: cover;
  border-radius: 50%;
}
.payment_hero .payment-section_wrapper .inner_section-info .article-info .verified-icon {
  align-items: center;
  display: flex;
  gap: 5px;
}
.payment_hero .payment-section_wrapper .inner_section-info .article-info .verified-icon::before {
  content: '';
  top: 0;
  position: relative;
  background: url(/wp-content/themes/casinobee/assets/img/checkmark.svg);
  background-size: 18px;
  width: 18px;
  height: 18px;
}
.payment_hero .payment-section_wrapper .inner_section-info p.date-holder {
  color: #fff;
}
.payment_hero .payment-section_wrapper .features-section {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 2px 10px 0px #0000001A;
  background: #fff;
  padding: 1rem;
  border-radius: 0.5rem;
}
.payment_hero .payment-section_wrapper .features-section .hero-section_img {
  width: 7.5rem;
  height: 5.625rem;
  border-radius: 0.5rem;
  border: 1px solid #9CA3AF;
}
.payment_hero .payment-section_wrapper .features-section .features-section-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.payment_hero .payment-section_wrapper .features-section .features-section-inner p {
  flex-direction: row;
  justify-content: space-between;
}
.payment_hero .payment-section_wrapper .features-section p, .payment_hero .payment-section_wrapper .features-section a {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  color: #1F2937;
  display: flex;
  gap: 5px;
  text-decoration: none;
}
.payment_hero .payment-section_wrapper .features-section p span, .payment_hero .payment-section_wrapper .features-section a span {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #1F2937;
}
.payment_hero .payment-section_wrapper .features-section .more-text {
  display: none;
}
.payment_hero .payment-section_wrapper .content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 100%;
  padding-top: 15px;
}
.payment_hero .payment-section_wrapper .content .pros {
  background: #F0FDF4;
  border-radius: 0.5rem;
  padding: 1.5rem;
  border: 1px solid #DCFCE7;
}
.payment_hero .payment-section_wrapper .content .pros h3 {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.2;
  color: #1F2937;
}
.payment_hero .payment-section_wrapper .content .pros .pros-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
  padding-left: 0;
}
.payment_hero .payment-section_wrapper .content .pros .pros-list p {
  display: flex;
  align-items: flex-start;
}
.payment_hero .payment-section_wrapper .content .pros .pros-list p img {
  margin-right: 10px;
  margin-top: 3px;
}
.payment_hero .payment-section_wrapper .content .pros .pros-list p span {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.1;
  color: #4B5563;
  display: flex;
  gap: 10px;
}
.payment_hero .payment-section_wrapper .content .cons {
  background: #FEF2F2;
  border: 1px solid #FEE2E2;
  border-radius: 0.5rem;
  padding: 1.5rem;
}
.payment_hero .payment-section_wrapper .content .cons h3 {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.2;
  color: #1F2937;
}
.payment_hero .payment-section_wrapper .content .cons .cons-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
  padding-left: 0;
}
.payment_hero .payment-section_wrapper .content .cons .cons-list p {
  display: flex;
  align-items: flex-start;
}
.payment_hero .payment-section_wrapper .content .cons .cons-list p img {
  margin-right: 10px;
  margin-top: 1px;
}
.payment_hero .payment-section_wrapper .content .cons .cons-list p span {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.1;
  color: #4B5563;
  display: flex;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  .payment_hero .payment-section_wrapper {
    flex-direction: column;
  }
  .payment_hero .payment-section_wrapper .payment-section {
    flex-direction: column;
    gap: 1rem;
  }
  .payment_hero .payment-section_wrapper .content {
    flex-direction: row;
    min-width: 0%;
    padding-top: 0px;
    max-width: 680px;
    width: 100%;
  }
  .payment_hero .payment-section_wrapper .content .pros,
  .payment_hero .payment-section_wrapper .content .cons {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) {
  .payment_hero .payment-section_wrapper .features-section {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .payment_hero .payment-section_wrapper .payment-section {
    text-align: center;
  }
}