.page-hero-section {
  background-color: #f2f2f2;
  overflow: hidden;
}

.page-hero-section .section-wrap-right {
  display: flex !important;
  justify-content: center;
  align-items: stretch;
  position: relative;
  min-height: 582px;
}

.page-hero-section .section-wrap-right .content-left {
  width: 100%;
  max-width: 55%;
  padding: 80px;
  display: flex;
  align-items: center;
  z-index: 1;
}

.page-hero-section .section-wrap-right .content-left label {
  color: #735783;

  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 160% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.page-hero-section .section-wrap-right .content-left h1 {
  color: #020202;
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
  text-transform: none;
  margin-bottom: 32px;
}

.page-hero-section .section-wrap-right .content-left .smaller-font h1 {
  font-size: 56px;
  line-height: 64px;
  margin-top: 12px;
}

.page-hero-section .section-wrap-right .content-left h1 span {
  color: #543975;
}

.page-hero-section .section-wrap-right .content-left .content>p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.page-hero-section .section-wrap-right .content-left blockquote {
  border-radius: 2px;
  margin: 0;
  padding: 16px 16px 16px 38px;
  background: #D7E4EC;
  position: relative;
}

.page-hero-section .section-wrap-right .content-left blockquote::before {
  content: '';
  width: 6px;
  background: #000;
  position: absolute;
  left: 16px;
  top: 16px;
  bottom: 16px;
}

.page-hero-section .section-wrap-right .content-left blockquote * {
  color: #000;
  margin-bottom: 0;
}

.page-hero-section .section-wrap-right .content-left ul:not(.two-column-list) {
  padding: 0;
  list-style: none;
  flex-direction: column;
  display: flex;
  gap: 8px 0;
  margin-bottom: 0;
  margin-left: 0;
}

.page-hero-section .section-wrap-right .content-left ul.two-column-list li {
  padding-top: 0;
  padding-bottom: 0;
}

.page-hero-section .section-wrap-right .content-left ul li {
  position: relative;
  padding-left: 30px;
  border-bottom: unset;
  margin: 0;
  color: #141414;
}

.page-hero-section .section-wrap-right .content-left ul li::before {
  content: '';
  background-image: url("data: image/svg+xml, %3Csvg%20width%3D%2218%22%20height%3D%2224%22%20viewBox%3D%220%200%2018%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%2021C13.9706%2021%2018%2016.9706%2018%2012C18%207.02944%2013.9706%203%209%203C4.02944%203%200%207.02944%200%2012C0%2016.9706%204.02944%2021%209%2021ZM13.8881%2010.6574C14.2937%2010.2518%2014.2937%209.59431%2013.8881%209.18877C13.4826%208.78323%2012.8251%208.78323%2012.4195%209.18877L8.21024%2013.3981L6.16154%2011.8615C5.70272%2011.5174%205.05181%2011.6104%204.70769%2012.0692C4.36357%2012.5281%204.45656%2013.179%204.91538%2013.5231L7.68462%2015.6C8.09805%2015.9101%208.67657%2015.869%209.042%2015.5035L13.8881%2010.6574Z%22%20fill%3D%22%23082D5A%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 18px;
  height: 24px;
  left: 0;
}

.page-hero-section .section-wrap-right .content-left .button-wrapper {
  margin-top: 48px;
  display: flex;
  gap: 8px;
}

.page-hero-section .section-wrap-right .content-left .button-wrapper .btn {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  border-radius: 200px;
  padding: 20px 32px;
  display: block;
  /* width: 100%; */
  text-align: center;
  transition: all ease-in-out 200ms;
  white-space: nowrap;
  border: 2px solid #06A77D;
  margin-bottom: 0;
}

.page-hero-section .section-wrap-right .content-left .button-wrapper.btn-one .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.page-hero-section .section-wrap-right .content-left .button-wrapper .btn.btn-contained {
  background: #978A60;
  color: #fff;
  border-color: #978A60;
}

.page-hero-section .section-wrap-right .content-left .button-wrapper .btn.btn-contained:hover {
  background: #6D4087;
  color: #fff;
  border-color: #6D4087;
}

.page-hero-section .section-wrap-right .content-left .button-wrapper .btn.btn-contained:active {
  background: #6A5F3C;
  color: #fff;
  border: 2px solid #6A5F3C;
}

.page-hero-section .section-wrap-right .content-left .button-wrapper .btn.btn-outlined {
  border: 2px solid #6D4087;
  color: #6D4087;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.page-hero-section .section-wrap-right .content-left .button-wrapper .btn.btn-outlined:hover {
  background: #EFE4F5;
  color: #6D4087;
  border: 2px solid #6D4087;
}

.page-hero-section .section-wrap-right .content-left .button-wrapper .btn.btn-outlined svg path {
  fill: #6D4087;
}

.page-hero-section .section-wrap-right .content-left .button-wrapper .btn.btn-outlined:hover svg path {
  fill: #6D4087;
}

.page-hero-section .section-wrap-right .content-left .button-wrapper .btn.btn-outlined:active {
  background: #EFE4F5;
  color: #6D4087;
  border: 2px solid #6D4087;
}

.page-hero-section .section-wrap-right .content-left .button-wrapper .btn.btn-outlined:active svg path {
  fill: #6D4087;
}

.page-hero-section .section-wrap-right .content-left .content-wrapper {
  max-width: 620px;
  width: 100%;
  margin-left: auto;
}

.page-hero-section .section-wrap-right .content-right {
  width: 100%;
  max-width: 45%;
  display: flex;
  flex: 1;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  height: 100%;
  max-height: 550px;
}

.page-hero-section .section-wrap-right .content-right::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  background-position: 70%;
}

.page-hero-section .section-wrap-right .content-right .mobile-img {
  width: 100%;
  height: unset;
  -o-object-fit: cover;
  object-fit: cover;
  display: none;
}


@media screen and (max-width: 1279px) {
  .page-hero-section .section-wrap-right .content-left h1 {
    font-size: 56px;
    line-height: 56px;
  }

  .page-hero-section .section-wrap-right .content-left .button-wrapper .btn {
    line-height: 18px;
    font-weight: 700;
  }

  .page-hero-section .section-wrap-right .content-left {
    padding: 40px;
  }

  .page-hero-section .section-wrap-right {
    flex-direction: column-reverse;
  }

  .page-hero-section .section-wrap-right .content-right .mobile-img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
  }

  /* .page-hero-section .cr-1.content-right:before {
    content: unset !important;
  } */
  .page-hero-section .section-wrap-right .content-right {
    position: relative;
    /* background-position: center right; */
  }

  .page-hero-section .section-wrap-right .content-left,
  .page-hero-section .section-wrap-right .content-left .content-wrapper,
  .page-hero-section .section-wrap-right .content-right {
    max-width: 100% !important;
    min-height: unset;
    max-height: unset;
  }

  .page-hero-section .section-wrap-right .content-left {
    padding: 40px 20px;
  }

  .page-hero-section .section-wrap-right .content-left label {
    font-size: 16px;
    line-height: 24px;
  }

  .page-hero-section .section-wrap-right .content-left h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .page-hero-section .section-wrap-right .content-left .smaller-font h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .page-hero-section .section-wrap-right .content-left .content>p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }

  .home .page-hero-section .section-wrap-right .content-left .content-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}


@media screen and (max-width: 767px) {
  .home .page-hero-section .section-wrap-right .content-left h1 {
    text-align: center;
    margin-bottom: 24px;
  }

  .page-hero-section .section-wrap-right .content-left h1 {
    text-align: center;
  }

  .page-hero-section .section-wrap-right .content-left .content>p {
    text-align: center;
  }

  .page-hero-section .section-wrap-right .content-left .button-wrapper {
    flex-direction: column;
    width: 100%;
    margin-top: 24px;
  }

  .page-hero-section .section-wrap-right .content-left {
    padding: 32px 20px;
  }
}