* {
	font-family: 'Montserrat', sans-serif;
}

.bl-btn {
  background-color: #0071e3;
  border: none;
  border-radius: 2rem;
  color: white;
  padding: 0.8rem 2.5rem 0.8rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  transition: background-color 0.3s ease; 
}

.bl-btn:hover {
  background-color: #007efc;
}

.bl-btn-outline {
  background-color: white;
  border: 0.1rem solid #0071e3;
  border-radius: 2rem;
  color: #0071e3;
  padding: 0.8rem 2.5rem 0.8rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  transition: background-color 0.3s ease; 
}

.bl-btn-outline:hover {
  background-color: #0071e3;
  color: white;
  border: 0.1rem solid #0071e3;
}

@media (min-width: 768px) {
  .width-md-75 {
    width: 75%;
  }
}

