main {
    min-height: calc(100vh - 200px);
    display: flex;
    align-items: center;
    
}
.hero-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.hero-title {
font-size: 40px;
color: #5a5151;
}
.hero-subtitle {
font-size: 24px;
color: #5a5151;

margin-top: 16px;
margin-bottom: 64px;
}


.hero-button {
    height: 56px;

    background-color: #fc7d07f5;
    border-radius: 10px;
    font-size: 32px;
    font-weight: 700;
    padding: 0 32px;


    display: flex;
    align-items: center;
    justify-content: center;

}

.juntos-contra-fogo {
    width: 450px;
}