.cta_band{
    width: 100%;
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    background-color: #f0f0f0;
}

.cta_band_title{
    text-align: center;
    margin: 0;
    font-size: 1.7rem;
    font-weight: 800;
}

.cta_band_button{
    color: #fff;
	text-decoration: none;
	width: 100%;
	height: 50px;
	max-width: 600px;
	background: var(--blue);
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 1.1rem;
}