.page-block-default{
  .block-image-text1 {
    margin:0;
    background-color: #F7F8F9;
  }
  .block-image-text-column {
    padding:70px;
  }
  .links-wrapper{
    gap:0;
  }
  .btn{
    display: flex;
    width:100%;
    max-width: 400px;
    align-items: center;
    justify-content: space-between;
    border-left: none;
    border-right: none;
    border-bottom:none;
    border-color: rgba(0,0,0,.1);
    padding-left:10px;
    padding-right:10px;
    .icon{
      display:block;
      line-height:1;
    }
  }
  .last-btn{
    border-bottom:1px solid rgba(0,0,0,.1);
  }
}