.text_centered{
    padding:2rem 0;
}
.text_centered_images{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:1rem;
}