:root{
	--lightred: #d64848;
	--red: #a53e3e;
	--dark: #262626;
	--lightdark: #3e3e3e;
	--black: #000;
  --white: #fff;
	--whitegray: #eeeeee;
  --whitefordark: #cbcbcb;
  --darkgrey: #5e5e5e;
}

.secondSepa{
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #962727;
  margin-top: 150px;
}

.secondSepa p{
  font-weight: 300;
  font-size: 22px;
  margin-top: 40px;
}

.secondSepa-btn{
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 80px;
  width: 250px;
  height: 45px;
  margin-bottom: 40px;
  border-radius: 40rem !important;
  color: var(--dark) !important;
}
