.srollto_links-buttons {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 96px;
  padding-top: 32px;
  text-align: center;
}

.srollto_links-buttons:after {
  content: '';
  height: 1px;
  opacity: 0.5;
  background: rgba(0, 30, 96, 0.50);
  display: block;
  width: 100%;
  max-width: 1248px;
  margin-inline: auto;
  margin-top: 16px;
}

.srollto_links-buttons button {
  border: 0;
  padding: 0;
  color: #001E60;
  font-family: Rubik,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; 
  letter-spacing: 0.56px;
  text-transform: uppercase;
}

.srollto_links-buttons button:hover,
.srollto_links-buttons button:focus {
  background: transparent;
  color: #001E60;
  border-color: transparent;
}


.srollto_links-buttons button + button {
  margin-left: 32px;
}

@media (max-width: 1024px) {
  .srollto_links-buttons {
     padding-inline: 40px;
  }
}

@media (max-width: 767px) {
  
  .srollto_links-buttons {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    padding-bottom: 16px;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  
  .srollto_links-buttons button {
    white-space: nowrap;
  }
  
  .srollto_links-buttons:after {
    position: absolute;
    bottom: 0;
    left: 20px;
    max-width: calc(100% - 40px);
}
