.text-about {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 5%;
    margin-bottom: 5%;
}

.images-about {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.images-about img {
    padding: 0 0 3% 3%;
}

.images-about img:first-child {
    border-radius: 0 20px 0 0;
}

.images-about img:last-child {
    border-radius: 0 0 20px 0;
}

.text-about .text img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}