@media screen and (min-width:786px){
  .square-grid{
    gap:5rem;
  }
}

section.s-block h2{
  font-size:40px;
  text-align:center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.title-wrapper{
  flex: 1;
}

section.s-block h2::before,
section.s-block h2::after {
  content: '';
  flex: 1;
  height: 2px;
  background: linear-gradient(to right, #b8860b,   #ffd700);
}

section.s-block h2::after {
  background: linear-gradient(to left, #b8860b,   #ffd700);
}

.s-button-primary{
  background-color: #333333;
  border:1px solid #333333;
}

salla-button button{
  color: #333333;
  background-color:transparent;
}

section:nth-child(22) .container{
  max-width:100%;
}

section:nth-child(22) .container{
  padding:0;
}
section:nth-child(22) .container img{
  border-radius:0;
}

section.s-block .banner-entry{
  height:406px;
}

.s-block--slider-with-bg .slider-bg:before{
  background-color:transparent;
}