#main-section {
  background: linear-gradient(45deg, #00213d 0%, #004470 100%);
  color: #fff;
  border-top: 50px solid #0b152d;
  border-bottom: 50px solid #0b152d;
  padding: 80px 0;
}
#main-section h1 {
  margin: 0;
}
#payout-section {
  margin: 40px 0;
}
#find-section ol {
  margin: 30px 0;
  padding: 0;
  counter-reset: points-content;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
#find-section ol li {
  padding: 15px;
  position: relative;
  z-index: 1;
  width: 50%;
}
#find-section ol li:before {
  position: absolute;
  z-index: -1;
  font-size: 70px;
  font-weight: 900;
  top: -35px;
  left: -5px;
  color: #00447082;
  opacity: 0.5;
  counter-increment: points-content;
  content: counters(points-content, ".") " ";
}
#percentages-section {
  background: #004470;
  color: #fff;
  padding: 40px 0;
}
#listing-section {
  padding: 40px 0;
}
#listing-section h2,
#listing-section h3 {
  margin: 0;
}
#listing-section .list-item {
  margin-bottom: 15px;
  background: #fff;
  padding: 15px;
  border-radius: 5px;
}
#listing-section .list-item .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#listing-section .list-item .wp-block-group__inner-container figure {
  margin: 0;
  display: flex;
  margin-right: 10px;
  border-radius: 5px;
  overflow: hidden;
}
#listing-section .list-item .wp-block-group__inner-container p {
  margin: 0;
  margin-top: 10px;
}
#check-section {
  background: #004470;
  color: #fff;
  padding: 40px 0;
}
#check-section .wp-block-column {
  background: #00213d;
  padding: 15px;
  border-radius: 5px;
}
#check-section h3 {
  margin: 0;
}
#faq-section {
  padding: 40px 0;
}
#faq-section h2 {
  margin-top: 0;
}
#faq-section .rank-math-list-item {
  background: #fff;
  padding: 15px;
  border-radius: 5px;
}
#faq-section .rank-math-list-item:not(:last-child) {
  margin-bottom: 20px;
}
#faq-section .rank-math-list-item .rank-math-question {
  margin: 0;
  margin-bottom: 10px;
}
#faq-section .rank-math-list-item .rank-math-answer {
  margin: 0;
}
@media (max-width: 1250px) {
  #check-section .wp-block-columns {
    flex-wrap: wrap;
    margin: 0;
  }
  #check-section .wp-block-column {
    flex-grow: unset;
    width: 100%;
    flex-basis: unset;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  #main-section {
    padding: 20px 0;
    border-top: 40px solid #0b152d;
    border-bottom: 40px solid #0b152d;
  }
  #main-section h1 {
    font-size: 35px;
  }
  #payout-section .wp-block-columns {
    margin: 0px;
  }
  #payout-section .wp-block-column {
    flex-basis: unset !important;
    flex-grow: unset;
    width: 100%;
    margin: 0;
  }
  #payout-section figure {
    margin-bottom: 0;
  }
  #find-section ol li {
    width: 100%;
  }
  #percentages-section .wp-block-columns {
    margin: 0px;
  }
  #percentages-section .wp-block-column {
    flex-basis: unset !important;
    flex-grow: unset;
    width: 100%;
    margin: 0;
  }
  #percentages-section figure {
    margin-bottom: 0;
  }
  #listing-section .wp-block-columns {
    margin: 0px;
  }
  #listing-section .wp-block-columns:nth-child(2) .wp-block-column:nth-child(1) {
    order: 1;
  }
  #listing-section .wp-block-column {
    flex-basis: unset !important;
    flex-grow: unset;
    width: 100%;
    margin: 0;
  }
  #check-section .wp-block-columns {
    margin: 0px;
  }
  #check-section .wp-block-column {
    flex-basis: unset !important;
    flex-grow: unset;
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
}
