.main-image{
    padding-top: 50px;
    background-image: url('./imagens/politica.jpg');
    background-size: 100% 100%; 
    background-repeat: no-repeat;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.secundary-image-politica{
    padding-right: 20px;
}