#more_speakers_btn {
  cursor: pointer;
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.elementor,
.elementor-section,
.e-con,
.e-con-inner {
  max-width: 100%;
}

.textwrapper, .weird-praragraph{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  white-space: normal !important;
  overflow-wrap: break-word;
  box-sizing: border-box;
}



.header-btn,
.header-btn i,
.header-btn svg,
.header-btn-3,
.header-btn-3 i,
.header-btn-3 svg {
  color: #ffffff !important;
  fill: #ffffff !important;
  stroke: #ffffff !important;
}

.header-btn-2,
.header-btn-2 i,
.header-btn-2 svg {
  color: #011434 !important;
  fill: #011434 !important;
  stroke: #011434 !important;
}



@media (max-width: 767px) {
  .header-btn .elementor-button-text{
        display: none;
    }
}


