.manzel-cta-section{
  padding:0 0px 150px;
}
.manzel-cta-container{
	max-width:1078px;
	margin:0 auto;
}
.manzel-cta-container .head-title{
   font-family: Albert Sans;
	font-weight: 500;
	font-size: 32px;
	line-height: 44px;
	letter-spacing:-0.042em;
	text-align: center;
	color:#000000;
	margin: 0 0 10px 0;
    padding: 0;
}
.manzel-cta-container .manzel-cta-btn{
	text-align:center;
	margin-top:30px;
}
.manzel-cta-container p{
    font-family: Albert Sans;
	font-weight: 400;
	font-size: 17px;
	line-height: 32px;
	letter-spacing: 0;
	text-align: center;
	color:#000000;
	margin:0 0 20px 0;
	padding:0;
} 
.manzel-cta-container .manzel-cta-btn a {
    display: inline-flex;
    padding: 10px 36px;
    justify-content: center;
    align-items: center;
    background: #000000;
    color: #ffffff;
	font-family: Albert Sans;
	font-weight: 500;
	font-size: 17px;
	line-height: 100%;
	letter-spacing: 0;
    text-decoration: none;
    min-width: 220px;
    text-align: center;
    min-height:44px;
    -webkit-transition: all 0.5s 
ease 0s;
    transition: all 0.5s 
ease 0s;
}
.manzel-cta-container .manzel-cta-btn a:hover {
	 background: #242424;
}
