body, html {
    overflow-x: hidden;
}
body {
	font-family: "Poppins", sans-serif !important;
}

.breve {
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breve h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 45.9532px;
    line-height: 52px;
    background: linear-gradient(90deg, #CC9955 0%, #CC9955 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.breve p {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 15.4009px;
    line-height: 22px;
    color: #FFFFFF;
}

.breve span {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 13.6897px;
    line-height: 21px;
    color: #FFFFFF;
    border: 3.42241px solid #CC9955;
    box-shadow: inset 0px 0px 1.71121px 3.42241px rgba(255, 255, 255, 0.08);
    border-radius: 37.6466px;
    padding: 10.2672px 17.1121px;
    display: inline-block;
}

.breve span a {
    color: #CC9955;
}

@media (max-width: 767px) {
	
	
.breve h1 {
    font-size: 30px;
    line-height: 36px;
}
	
	
}


