.intro-columns {
  margin: 0 auto 80px;
}

.orange-border--right::after {
  border-top: 6px solid var(--il-orange);
  content: "";
  display: inherit;
  width: 80px;
  margin: 10px 0;
}


@media screen and (min-width: 854px) {
  
  .orange-border--right {
    border-right: 6px solid var(--il-orange);
  }
  .orange-border--right::after {
    display: none;
  }

  .intro-columns h2 {
    padding-right: 20px;
  }

}

/*****/

/* || Quote */

.quote--narrow-width{
  padding: 0;
}

.quote--narrow-width > div {
  max-width: 630px;
  margin: 60px auto;
}
/*****/

/* || List of Links */

.wp-block-group.three-row-list__wrapper{
  padding: 80px 0;
}
.three-row-list__wrapper h2{
  font-size: 29px;
}

.three-row-list, .arrow-list {
  font-size: 20px;
  font-weight: 700;
  list-style: none;
  padding: 0;
}
.three-row-list li, .arrow-list li{
  position: relative;
  padding-bottom: 20px;
}

.three-row-list{
  margin: 0;
}


.arrow-list a {
  position: relative;
  padding-left: 42px; 
  display: inline-block;
  max-width: 400px;
}

.arrow-list a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(../assets/chevron-right.svg) center no-repeat;
  background-size: contain;
  transition: transform 0.25s;
}
.arrow-list a:hover::before{
  transform: translateX(6px);
  background: url(../assets/right-chevron-white-bg.svg) center no-repeat;
}

.arrow-list a:focus::before{
    background: url(../assets/right-chevron-focus.svg) center no-repeat;

}

@media (prefers-reduced-motion: reduce) {
  .arrow-list a::before {
    transition: none;
    transform: none;
  }
}

@media screen and (min-width: 551px) {
  .three-row-list, .two-col-list{
    width: 100%;
    column-count: 2;
    column-gap: 60px;
  }

  .two-col-list{
    width: fit-content;
  }

   .three-row-list li {
    min-height: 51px;
  }


 
}
@media screen and (min-width: 1279px) {
  .three-row-list {
    width: 100%;
    column-count: 3;
    column-gap: 24px;
  }

  .three-row-list li {
    min-height: 51px;
  }


}

 .custom-two-col .wp-block-group{
    padding: 0;  
  }
  .custom-two-col .wp-block-group:not(:first-child){
    padding-top: 60px;  
  }

@media screen and (min-width: 782px) {
  .custom-two-col > .wp-block-group__inner-container{
    display: flex;
    gap: 60px;
  }
  .custom-two-col .wp-block-group,  .custom-two-col .wp-block-group:not(:first-child){
    padding: 0;
  }
  .grouped-columns > .wp-block-group__inner-container{
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
  }
  .custom-two-col > .wp-block-group__inner-container > * {
    flex: 1;
  }
 
}


@media screen and (min-width: 1279px) {
  
  .grouped-columns > .wp-block-group__inner-container{
    flex-wrap: nowrap;
  }
  .custom-two-col > .wp-block-group__inner-container > * {
    flex: unset;
  }

}



/*****/

/* || Statistics */
.stats__wrapper.wp-block-cover {
  padding: 80px 0;
  background-color: var(--il-blue);
}
.stats.wp-block-columns {
  gap: 0;
  margin-bottom: 0;
}
.stats p{
  font-family: var(--il-font-montserrat);
  font-weight: 700;
  line-height: normal;
}
.stats em{
  font-weight: normal;
}
.stats .wp-block-column .wp-block-group {
  max-width: 240px;
  margin: 0 auto;
  padding: 0;
}
.stats .wp-block-column::after {
  border-top: 6px solid var(--il-orange);
  content: "";
  display: inherit;
  width: 42px;
  margin: 16px auto;
}
.stats.wp-block-columns:last-of-type .wp-block-column:last-of-type::after {
  content: none;
}


@media screen and (min-width: 782px) {
  .stats{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .stats.wp-block-columns {
    margin-bottom: 1.75em;
  }
  .stats .wp-block-column::after {
    border-top: none;
  }
  .stats .wp-block-column {
    width: fit-content;
    position: relative;
    padding: 0 42px 0 36px;
    flex-basis: 0 !important;
  }
  .stats--four>.wp-block-column, .stats--three-stacked>.wp-block-column {
    flex: 0 0 50%;
    min-width: 50%;
  }
  .stats--four>.wp-block-column {
    max-width: 50%;
  }
  .stats--four, .stats--three-stacked{
    flex-basis: 100%;
    flex-wrap: wrap !important;
  }
  .stats:not(.stats--four, .stats--three-stacked) .wp-block-column:not(:last-child)::after,
  .stats.stats--four .wp-block-column:nth-child(odd):not(:last-child)::after,
  .stats.stats--three-stacked .wp-block-column:nth-child(odd):not(:last-child)::after  {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 6px;
    height: 80px;
    background-color: var(--il-orange);
  }
}
@media screen and (min-width: 1280px) {
  .stats {
    max-width: fit-content;
    margin: 0 auto;
  }
  .stats .wp-block-column {
    padding: 0 78px 0 72px;
  }

  .stats--four>.wp-block-column, .stats--three-stacked>.wp-block-column {
    min-width: 0%;
  }
  .stats .wp-block-column:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 6px;
    height: 80px;
    background-color: var(--il-orange);
  }
}

/* || Search and photo */
.page-end--content {
  width: fit-content;
  margin: 140px 24px 80px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.page-end--img {
  height: 530px;
  width: 100%;
  margin-bottom: -11px;
  object-fit: cover;
}

@media screen and (min-width: 550px) {
  .page-end--content {
  margin: 140px auto 80px;
  }
}

@media screen and (min-width: 900px) {

  
  .page-end--img {
    display: block;
    margin: 0px auto;

  }

}

@media screen and (min-width: 1920px){
  .page-end--img-wrapper{
      position: relative;
  }
  .page-end--img-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;               
    transform: translateX(-50%);  
    width: 1925px;            
    height: 100%;
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 8%,
      rgba(255, 255, 255, 0) 92%,
      rgba(255, 255, 255, 1) 100%
    ), rgba(255, 255, 255, 0);
    z-index: 0;
  }
  .page-end--img{
    position: relative;
    max-width: 1920px;
    z-index: -1;
  }
}
/*****/