.btn {
  border-radius: 0;
}

.btn.focus, .btn:focus, .btn:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #1485ee;
  border: none;
}

.btn {
  font-family: 'Roboto';
  font-weight: 400;
}

.text-box-row {
    padding-left: 30px;
    padding-right: 30px;
    column-gap: 100px;
}

.text-box-row > .col-lg-7 {
    flex: 0 0 42%;
    max-width: 42%;
}

.text-box-row > .col-lg-5 {
    flex: 0 0 42%;
    max-width: 42%;
}