

a.new-btn-style {
    background-color: #292929;
    padding: 15px 30px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: white!important;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	font-size: 16px;
    line-height: 20px;
	text-transform: uppercase;
	font-weight:bold;
}

p.chapo, p.chapo span {
    font-size: 26.6666666667px;
    line-height: 30px;
}