/**************************************
  Sections
**************************************/
.section_wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
}


/****************************
paragraph view
************************/

.wrapper_view.row {
    /* border: 2px solid red; */
}
.paragraph--type--view .wrapper_view.banner_type {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5rem 0;
}
 h4 {
  font-family: var(--title-font);
  font-size: 1.5rem;
}
.paragraph--type--view .text_and_link {
    display: flex;
    align-items: center;
}
.paragraph--type--view .text_and_link .link svg {
  margin-left: 1rem;
}
/****************************
paragraph slide
************************/
.slide_wrapper {
  position: relative;
}

.box_shadow,
.slide_wrapper .slide_txt {
  position: absolute;
  bottom: 0;
  left: 0;
}

.slide_wrapper .slide_txt {
  padding: 0.75rem;
  color: var(--white);
  z-index: 1;
}

.box_shadow {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

/* -----------------------
.paragraph--type--parallax .parallax
----------------------- */
.paragraph--type--parallax .paragraph.parallax {
  background-size: cover;
  min-height: 100vh;
  height: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* margin: 0 var(--negativeMarginX); */
}

.paragraph--type--parallax .parallax-text {
  margin: 0 auto;
  font-weight: 500;
  position: relative;
  z-index: 2;
  color: var(--white);
}

.paragraph--type--parallax .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 37, 37, 0.5);
  z-index: 1;
}

/* paragraph--type--box-content */
.paragraph--type--box-content .field_title {
  font-weight: bold;
  font-size: 4rem;
}

.box_item_col {
  padding: 2rem;
  aspect-ratio: 1.5/1;
}

.box_item_col * {
  color: var(--white);
}
