.wgt-separator {
  background-color: #f3f4f7;
  padding-top: 72px !important;
  padding-bottom: 72px !important;
  margin-bottom: 24px;
}

.wgt-separator__subheadline {
  color: #2e74b2;
  margin-top: 0px;
  margin-bottom: 16px !important;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500 !important;
}

.wgt-separator__headline {
  text-align: center;
  margin-top: 0px !important;
  margin-bottom: 16px !important;
  font-size: 36px;
  padding-left: 15% !important;
  padding-right: 15% !important;
}

.wgt-separator__headline-underscore:after {
  border-bottom: 4px solid #2e74b2;
  content: "";
  display: block;
  width: 20%;
  margin-top: 16px;
}

.wgt-separator__button-link{
  text-decoration: none !important;
}

.wgt-separator__button {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
  font-family: Inter !important;
  font-size: 16px !important;
  color: #ffffff !important;
  background-color: #327fc2 !important;
  border-radius: 10px !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  text-transform: none !important;
  width: fit-content !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  min-height: 56px;
  font-weight: 500;
}

.wgt-separator__button:hover {
  background-color: #398fdb !important;
}

.wgt-separator__button:active:after {
  background-color: #398fdb !important;
}

.wgt-separator__paragraph {
  color: #49494b !important;
  font-size: 20px !important;
  padding-left: 15% !important;
  padding-right: 15% !important;
  overflow-wrap: break-word;
  text-decoration:none !important;
  text-align: left !important;
  font-family: inter;
}

.wgt-separator__more-link {
  float: right !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #8e8f93 !important;
}

.wgt-separator__more-link img {
  width: 20px;
  height: 20px;
  margin-left: 8px !important;
  margin-bottom: 1px !important;
  filter: invert(30%) sepia(12%) saturate(0%) hue-rotate(337deg) brightness(95%)
    contrast(106%);
}

.wgt-separator__more-link:hover {
  text-decoration: underline !important;
  color: var(--design-sys-sec-color__grey--3) !important;
  font-weight: 500 !important;
}