/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.17.6.1660076852
Updated: 2022-08-09 20:27:32

*/

.payment-methods {
  padding-bottom: 1.5rem;
}

.et_pb_button_6 {
  color: #000 !important;
  border-color: #fff !important;
  border-radius: 100px;
  background-color: #fff !important;
  line-height: 1em !important;
}

.et_pb_button_6:after {
  content: none;
}

.et_pb_button_6:hover {
  padding: 0.3em 1em !important;
  background-color: #f0f0f0 !important;
  border-color: #f0f0f0 !important;
}

.et_pb_section_11 .et_pb_column_29 {
  padding-top: 1rem;
  position: relative;
}

.et_pb_section_11 .et_pb_column_29::before {
  content: "";
  width: 70%;
  height: 4px;
  position: relative;
  background-color: #009fe3;
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem;
  border-radius: 8px;
}

.et_pb_image_0.et_pb_logo {
  display: grid;
  grid-template-columns: 40% 1fr;
  align-items: center;
  gap: 0.5rem;
}

@media only screen and (min-width: 768px) {
  .et_pb_section_11 .et_pb_column_29 {
    padding-top: 0;
  }
  .et_pb_section_11 .et_pb_column_29::before {
    content: none;
  }
  .et_pb_image_0.et_pb_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
}
