.callout_outer {
  min-height: 634px;
  display: flex;
  align-items: center;
}

.callout_outer--container {
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 20px;
  height: 434px;
  width: 100%;
}

.callout_inner--container {
  background-image: url('/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_two_col_cta/templates/Images/Pattern.png');
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  height: 100%;
  width: 100%;
}

.callout_wrapper {
  display: flex;
  padding: 40px 30px;
  height: 100%;
}

.callout_wrapper hr {
  width: 1px;
  height: 100%;
  background: #000;
  border: none;
  margin-left: 20px;
  margin-right: 20px;
}

.callout__copy {
  max-width: 527px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}

.callout_cta__wrapper {
  display: flex;
}

.callout_cta__wrapper a:first-child {
  margin-right: 10px;
}

.callout_desc {
  max-width: 527px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}

.callout-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.callout-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.callout-list li:before {
  content: '\00a0\00a0\00a0\00a0';
  position: absolute;
  top: 0;
  left: 0;
  color: #36bdb5;
  font-size: 23px;
  background: url('/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_two_col_cta/templates/Images/white_check.svg') 50% 50% / 100% 100% no-repeat;
}

.callout-list li {
  color: #000;
}

@media (max-width: 1250px) {
  .callout_outer--container {
    margin-left: 24px;
    margin-right: 24px;
    padding-top: 60px;
    padding-bottom: 24px;
  }
}

@media (max-width: 1160px) {
  .callout_outer--container {
    height: 100%;
  }

  .callout__copy p {
    margin-bottom: 50px;
    margin-top: 20px;
  }

  .callout_desc h6 {
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .callout_wrapper hr {
    height: 373px;
  }
}

@media (max-width: 1090px) {
  .callout_wrapper {
    flex-direction: column;
    padding: 20px;
  }

  .callout__copy h2 {
    font-family: 'Metric-semibold';
    font-size: 32px;
  }

  .callout__copy p {
    margin-top: 16px;
    margin-bottom: 0;
  }

  .callout_wrapper hr {
    display: none;
  }

  .callout__copy {
    max-width: 100%;
  }

  .callout__copy p {
    margin-bottom: 20px;
  }

  .callout_desc {
    max-width: 100%;
    margin-top: 30px;
  }

  /* .callout_outer {
    padding-top: 60px;
    padding-bottom: 24px;
  } */
}

@media (max-width: 767px) {
  .callout_inner--container {
    background-image: url("/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_two_col_cta/templates/Images/mobile-background-pattern.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .callout_cta__wrapper {
    flex-direction: column;
  }

  .callout_cta__wrapper a:first-child {
    margin-right: 0;
    margin-bottom: 14px;
  }

  .callout_cta__wrapper a {
    width: 100%;
  }

  .callout__copy .banner_cta-container.flex-grid--links {
    gap: 12px;
  }

  .callout_desc h6 {
    margin-top: 0;
  }
}
