.fotosContainer{
    padding: 1.25em;
    display: flex;
    justify-content: center;
}
.circle {
    width: 19em;
    height: 19em;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 2.5em;
}

.circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.explicacionContent{
    padding: 1.25em;
}