﻿@charset "UTF-8";

@media screen and (min-width: 768px) {
  .button__group .c-button__primary{
    min-width: 450px;
  }
}

.button__group .c-button__secondary{
  font-size: 10px;
}

.button__group .c-button__primary{
  font-size: 1.8rem;
  line-height: 1;
  background-color: #ffa41c;
  border: 0;
  color: var(--color-white);
}

.button__group .c-button__primary:hover{
  background-color: #ff8400;
}

.button__group .c-button__primary .c-button__sub-text{
  display: inline-block;
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.5;
}