/* Custom Styles */
.header__content .btn {
    font-weight: 500;
    padding: 5px 15px;
    font-size: 14px;
}
.header__content {padding: 10px 0;}
.feature__text h2, .feature__text h3, .feature__text h4{margin-bottom: 1rem;}
.block-type--feature{position: relative;}
.block-type--feature .block:before{content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    margin: 0 auto;
    width: 0px;
    height: 0;
    border-bottom: 25px solid #e43b2c;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    z-index: 1;}
    
@media screen and ( max-width: 767px )
{
#block-1613460912180{text-align: center;}
}

@media screen and ( max-width: 767px ){
    .header__block .btn{
      display:block;
      margin: 20px;
  }  
.logo__image, .menu-heading, .link-list__link{
    text-align: center;
    margin: auto;
}
}