
.btn_main .btn_col.btn_1 {
  display: inline-block;
}

.btn_main .btn_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  padding: 0 2.5%;
}
.btn_main .btn_col a {.btn_main 
  line-height: 1.5;
  font-weight: 500;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 30px;
  border-radius: 25px;
  display: inline-block;
  width: auto;
  margin: 15px 0 15px 25px;
  text-decoration: none;
}
@media(max-width:1280px){
  .btn_main .btn_row {
    justify-content: center;
  }

  .btn_main  .btn_col a {
    font-size: 12px !important;
}

.btn_main .btn_col {
    padding: 1% 25px !important;
}
}