/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
@media (max-width: 980px) {
  .call-to-actions {
    order: 2;
    justify-content: center; } }

@media (min-width: 768px) {
  .call-to-actions {
    display: flex;
    align-items: center;
    gap: 1rem; } }

@media (max-width: 767px) {
  .call-to-actions a.btn {
    display: block;
    margin-bottom: 1.5rem;
    width: 100%; }
    .call-to-actions a.btn:last-of-type {
      margin-bottom: 0; } }

/*# sourceMappingURL=call-to-actions.css.map */
