.elementor-35657 .elementor-element.elementor-element-2d8af2c3 > .elementor-container > .elementor-row{align-items:stretch;}/* Start custom CSS for text-editor, class: .elementor-element-125a408b */.container-for-text {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
  }
  h2 {
    text-align: center;
    margin-top: 30px;
  }
  p {
    margin-bottom: 15px;
    padding-left: 40px;
  }
  
  .container-for-text h2 {
  font-family: "Times New Roman", Times, serif;
  font-size: 24px;
  font-weight: bold;
  color: #333; /* Dark gray */
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  border-bottom: 2px solid #333; /* Dark gray */
  padding-bottom: 10px;
  text-transform: uppercase;
}

.container-for-text h2::before {
  font-size: 32px;
  margin-right: 5px;
}

.container-for-text h2::after {
  font-size: 32px;
  margin-left: 5px;
}

.container-for-text h1 {
  background-color: #333; /* Dark gray background */
  color: #fff; /* White text color */
  padding: 20px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 2px solid #fff; /* White border bottom */
}

.container-for-text p {
  margin-top: 5px;
}/* End custom CSS */