.borderless-elementor-split-hero-widget .borderless-elementor-split-hero .borderless-elementor-split-hero__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  height: 75vh;
}

.borderless-elementor-split-hero-widget .borderless-elementor-split-hero .borderless-elementor-split-hero__container .borderless-elementor-split-hero__content {
  display: flex;
  justify-content: center;
  background-color: #f5f5f5;
}

.borderless-elementor-split-hero-widget .borderless-elementor-split-hero .borderless-elementor-split-hero__container .borderless-elementor-split-hero__content-inner {
  display: flex;
  flex-direction: column;
}

.borderless-elementor-split-hero-widget .borderless-elementor-split-hero .borderless-elementor-split-hero__container .borderless-elementor-split-hero__overlay {
  height: 100%;
}

@media (max-width: 767px) {

  .borderless-elementor-split-hero-widget .borderless-elementor-split-hero .borderless-elementor-split-hero__container {
    grid-template-columns: 1fr;
  }
  
}

.borderless-elementor-split-hero-widget .borderless-elementor-split-hero .borderless-elementor-split-hero__container .borderless-elementor-split-hero__content-inner .borderless-elementor-split-hero__buttons {
  display: flex;
  margin-top: 30px;
}

.borderless-elementor-split-hero-widget .borderless-elementor-split-hero .borderless-elementor-split-hero__button  {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  
  
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1c1f23;
  --bs-btn-hover-border-color: #1a1e21;
  --bs-btn-focus-shadow-rgb: 66,70,73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1a1e21;
  --bs-btn-active-border-color: #191c1f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
  
  
  display: flex;
  align-items: center;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.borderless-elementor-split-hero-widget .borderless-elementor-split-hero .borderless-elementor-split-hero__button:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
}