.hero_section {
  background-color: black;
}

.hero_section_container {
  width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  padding: 50px 0px;
  color: white;
  grid-gap: 30px;
}

.hero_section_container > .hero_left > h1 {
  color: white;
  font-weight: lighter;
  font-size: 33.3px;
  line-height: normal;
}

.hero_section_container > .hero_left > h1 > span {
  color: #e49e3b;
}

.hero_section_container > .hero_left {
  padding-top: 20px;
}

.hero_section_container > .hero_left > p {
  padding-top: 30px;
  line-height: normal;
  font-size: 18.455px;
  font-weight: lighter;
}

button.page_button {
  background-color: #e49e3b;
  padding: 15px 20px;
  margin: 15px 0px;
}

.brand_logo {
  text-align: center;
  margin-bottom: 30px;
  padding: 20px;
}

.brand_logo > h5 {
  font-weight: bold;
  margin: 10px 0px;
}

h1 {
  color: #333;
}

.brand-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.brand-logos img {
  max-width: 100px;
  max-height: 100px;
  margin: 0 50px;
}

.feature_section {
  background-color: azure;
  padding: 20px;
}

.text {
  color: black;
}

.feature_section_row {
  margin-top: 20px;
}

.feature_section_row > div {
  padding: 20px;
}

.feature_section_row > div > .icon_container {
  display: flex;
  justify-content: center;
}

.feature_section_row > div > .icon_container > img {
  width: 20%;
}

.feature_section_row > div > p {
  margin: 10px;
  font-size: 15px;
}

.feature_section,
.feature_section_container {
  width: 100%;
}

.feature_section_container > h5 {
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.feature_section_container > h5 > span {
  color: #daa14f;
}
.section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 30px;
  /* margin: 0 10rem; */
}

.table_container {
  display: grid;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1.5fr 1.25fr 1fr 1fr;
  margin-top: 50px;
  padding-right: 0;
}

.table_container > .table_cell_first {
  border: 0 solid #707070;
  border-bottom: 1px solid #d1d1d1;
  padding-top: 10px;
  padding-bottom: 10px;
}

.table_container > .table_cell {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d1d1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.table_container > .table_cell > img {
  width: 50%;
}
.table_container > .table_cell > p {
  margin-top: 10px;
}

.card_section {
  background-color: #f9f3f1;
  width: 100%;
  padding-bottom: 40px;
}

.check_icons {
  width: 7% !important;
}

.table_cell > p {
  font-size: 15px;
  text-align: center;
  color: black;
}

@media (max-width: 750px) {
  .hero_section_container {
    display: flex;
    flex-direction: column-reverse;
  }

  .check_icons {
    width: 15% !important;
  }

  .bad_traffic_container {
    display: flex;
    flex-direction: column-reverse !important;
  }
}

.column1 {
  /* flex: 2;
  margin-right: 20px; */
  padding-left: 0;
  padding-right: 0;
  /* margin-top: ; */
}

.w-col-6 {
  width: 50%;
}

.w-col {
  position: relative;
  float: left;
  min-height: 1px;
}

.column__text-wrap.clmn__padd-left.right-padding.max-w-540 {
  max-width: 540px;
  padding-left: 0;
}
.column__text-wrap.clmn__padd-left.right-padding {
  padding-right: 60px;
}
.column2 {
  padding-left: 0;
  padding-right: 0;
}

.section-heading {
  font-weight: 900;
  margin-bottom: 10px;
  margin-top: 0;
  /* font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px; */
}

.paragraph paragraph--large {
  font-size: 20px;
  line-height: 33px;
  margin-bottom: 20px;
  text-align: justify;
}

.paragraph {
  color: #282421;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 300;
}

.single-image {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  /* height: auto;
  max-height: 500px;
  margin-top: 10px;
  border-radius: 8px; */
}
.content-clmns {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

* {
  box-sizing: border-box;
}

.columns {
  float: left;
  width: 33.3%;
  padding: 8px;
}
.account {
  font-style: normal;
  font-weight: bold;
}
.price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}

.price .header {
  background-color: #111;
  color: white;
  font-size: 25px;
}

.price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
}

.price .grey {
  background-color: #eee;
  font-size: 20px;
}

.button {
  background-color: #04aa6d;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}

/* Integration Section */
.easy_integration_section {
  background-color: black;
  padding: 20px;
  width: 100%;
  margin-top: 50px;
}

.easy_integration_heading {
  color: white;
  text-align: center;
  width: 100%;
}

.easy_integration_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 40px 0px;
  text-align: center;
}

.integration_imgs {
  width: 100%;
}

.gdpr_ccpa_section {
  width: 100%;
  background-color: black;
  padding: 50px;
}

.gdpr_ccpa_container {
  color: white;
}

.gdpr_right {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.gdpr_right > div {
  width: 100%;
  text-align: center;
}

.gdpr_right > div > p {
  margin-top: 10px;
}

.gdpr_right > div > img {
  width: 20%;
}

@media only screen and (max-width: 600px) {
  .columns {
    width: 100%;
  }

  .button {
    font-size: 12px;
  }

  .gdpr_left {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .column1 {
    order: -1;
  }
}
@media screen and (max-width: 479px) {
  .w-col {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 479px) {
  .column__text-wrap.clmn__padd-left.right-padding.max-w-540 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .column__text-wrap.clmn__padd-left.right-padding.max-w-540 {
    max-width: none;
  }
}
@media screen and (max-width: 991px) {
  .column__text-wrap.clmn__padd-left.right-padding {
    padding-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .brand-logos img {
    max-width: 80px;
    max-height: 40px;
    margin: 0 10px;
  }

  .card_section {
    /* width: 550px; */
    overflow-x: scroll;
  }

  .table_cell > p {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 479px) {
  .section-heading {
    font-size: 26px;
    line-height: 120%;
  }
}
@media screen and (max-width: 767px) {
  .paragraph.paragraph--large {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 479px) {
  .paragraph {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 479px) {
  .column2 {
    margin-top: 0;
  }
}
@media screen and (max-width: 479px) {
  .content-clmns.last {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .column2,
  .column2.left {
    order: 1;
  }
}
@media screen and (max-width: 991px) {
  .column2 {
    justify-content: center;
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  .w-col {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .content-clmns {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 40px;
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  .column__img-wrap {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .content-clmns {
    flex-direction: row;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }
}
@media only screen and (max-width: 600px) {
  .brand-logos img {
    max-width: 80px;
    max-height: 40px;
    margin: 0 10px;
  }
}
