.c-flyout__foot--borderless {
  font-size: 19px;
  font-size: 1.1176470588rem;
  line-height: 1.4210526316;
  background: #E60005;
  border: 0;
  border-radius: 1.7647058824rem 1.7647058824rem 1.7647058824rem 1.7647058824rem;
  color: white;
  display: block;
  line-height: 1.3;
  outline: none;
  padding: 20px 20px 15px 15px;
  text-align: center;
  width: 100%;
  transition-duration: .4s;
  transition-property: all;
  transition-timing-function: ease-in-out;
}

.c-flyout__foot--borderless:hover {
  transform: scale(1.05);
}

.c-flyout__foot--borderless a {
  color: white;
  text-decoration: none;
  font-weight: 700;
}

.c-flyout__foot--borderless a:hover {
  text-decoration: none;
}
