.free-quote-button-container {
  display: flex;
  margin: 1.25rem 0;
  align-items: center;
  flex-direction: column;

  .free-quote-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin: 0;
    color: #000;
    text-align: center;
  }

  .buttons-container {
    display: flex;
    gap: 0.75rem;
    @media only screen and (max-width: 767px) {
      flex-direction: column;
    }
  }

  .free-quote-btn {
    background-color: #000;
    color: white;
    border: none;
  }

  .book-call-btn {
    color: #000;
    border: 2px solid #000;
    &:hover {
      color: #fff;
      background-color: #000;
    }
  }

  .btn {
    padding: 0 3rem;
    text-decoration: none;
    border-radius: 46px;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 3.25rem;
    @media only screen and (max-width: 767px) {
      padding: 0 2rem;
    }
  }
}
