
.title-with-button-setion {
  padding: 60px 0;
  text-align: center;
  background: var(--bg-color);
  color: var(--text-color);
}

.twb-button-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-top: 30px;
}

.twb-button-list .twb-button-item .btn {
  border-radius: 0px;
  border: 1px solid #2c4e78;
}