.pricing_main_container {
  display: flex;
  flex-direction: column;
  background-color: #37393f;
  align-items: center;
  text-align: center;
}

.pricing_container {
  width: 100%;
  display: flex;
  gap: 40px;
  justify-content: center;
}

.price_left, .price_right {
  width: 590px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

 .price_right {
  background-color: black;
  padding-top: 40px;
  padding-bottom: 40px;
 }
 
 .price_left {
  justify-content: center;
 }

.padding_fourty {
  padding-left: 40px;
  padding-right: 40px;
}

.pricing_header {
  text-align: center;
}

.branding_guidelines {
  background-color: black;
  width: 1220px;
  margin-bottom: 40px;
}

.branding_guidelines_header {
  font-size: 30px;
  margin: 40px 0;
}

.guideline_texts_container {
  width: 100%;
  display: flex;
  gap: 40px;
}

.guideline_texts {
  flex: 1;
  display: flex;
  gap: 40px;
  justify-content: center;
}

.guideline_flex {
  flex-direction: column;
  gap: 0px;
}

.process_main_div {
  display: flex;
  gap: 40px;
  margin-top: 40px;
  justify-content: center;
}

.process_sub_div {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.process_header {
  width: 100%;
  height: 55px;
  display: flex;
  justify-content: center;
  z-index: 3;
}

.process_header img{
 height: 55px;
 border-radius: 50%;
}

.process_text {
  width: 100%;
  text-align: center;
  margin-top: -25px;
  border-top: 2px solid #37393f;
  border-bottom: 2px solid #37393f;
}

.process_sub_div_bottom {
  width: 406px;
}

.pricing_margin {
  height: 100px;
}

.process_image {
  margin-top: 40px;
  height: 100px;
}

.header_process_div {
  display: flex;
  justify-content: center;
}

@media (max-width:1540px) {
  .price_left, .price_right {
    width: 340px;
  }
  .branding_guidelines {
    width: 720px;
  }

  .guideline_direction {
    flex-direction: column;
    gap: 0;
  }

  .process_sub_div_bottom {
    width: 240px;
  }

  .process_image {
    height: 75px;
  }
}

@media (max-width:1030px) {

.pricing_container {
  width: 90vw;
  gap: 20px;
  padding-bottom: 20px;
  flex-direction: column;
  align-items: center;
  padding-top: 0px;
}

.pricing_main_container {
  margin-top: 0px;
}

.price_left, .price_right {
  width: 80vw;
  margin-bottom: 0px;
}

.price_left {
  margin-top: 50px;
}

  .pricing_main_image {
    height: 70vh;
  }

  .pricing_image {
    margin: 60px auto 35px auto;
  }

  .branding_guidelines {
    width: 80vw;
  }

  .branding_guidelines_header {
    font-size: 25px;
    line-height: 25px;
  }

  .guideline_texts_container, .guideline_direction {
    flex-direction: column;
  }
  .guideline_texts_container {

    gap: 0px;
  }

  .process_main_div {
    display: flex;
    flex-direction: column;
  }

  .process_sub_div_bottom {
    width: 90vw;
  }

  .process_image {
    height: 60px;
  }

}