.section1 {
    text-align: center;
}

.section1 p:last-of-type {
    margin: 0;
}

.section2 img {
    border-radius: .5rem;
}

@media(max-width: 767px) {
    .section2 {
        text-align: center;
    }

    .section2 figure {
        margin-bottom: 1rem;
    }
}

