/* Target the h2 inside the Text Editor widget */
.elementor-widget-text-editor h2.elementor-heading-title {
  font-size: 45px; /* adjust size as needed */
  font-weight: 600; /* similar to Elementor heading */
  line-height: 1.2;
  margin: 0 0 1em 0;
  color: inherit; /* or a color you want */
}

.full-width-header {
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
}

.full-width-header h1 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600 !important;
    font-size: 45px;
    line-height: 45px;
    letter-spacing: 0.6px;
    color: rgb(122, 122, 122);
    margin: 0;
    padding: 0;
    text-align: left;
}

/* Tablet style adjustments (between 481px and 768px) */
@media (min-width: 481px) and (max-width: 768px) {
    .full-width-header h1 {
        font-size: 31px !important;
    }
}

/* Mobile style adjustments (480px and below) */
@media (max-width: 480px) {
    .full-width-header h1 {
        font-size: 28px !important;
    }
}

.text {
  color: rgb(122, 122, 122);
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
}