.content-imagem {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
    width: 100%;
    height: 100vh;
}

.content-imagem .imagem{
    width: 600px;
    height: 300px;
    margin: 0 auto;
}

.content-imagem .imagem img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.content-imagem h1 {
    text-transform: uppercase;
    margin-top: 20px;
}

.content-imagem p {
    max-width: 1220px;
    padding: 20px;
    font-size: 18px;
    margin-top: 20px;
}
