.full-content {
    width: 100%;
    min-height: calc(100vh - 100px); 
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-content-politic {
    color: #fff;
    transform: scale(0.8);
    width: 70%;
}

.main-content-politic p {
    color: #4884dd;
    font-size: 20px;
}



