/* IMAGES */

img {
    border-radius: 12px;
    border: 1px solid #e0d8ce;
    margin: 1rem 0;
    display: block;
}

.section img {
    width: 100%;
}

.img-sm {
    max-width: 300px;
}

.img-md {
    max-width: 500px;
}

.img-lg {
    max-width: 700px;
}