.sessions_section {
    margin: 10px 0 10px 0;
}

h2 {
    text-align: center;
    margin-bottom: 5px;
}

p {
    text-align: center;
    font-size: large;
    margin-bottom: 5px;
}

.images {
    display: block;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

@media screen and (min-width: 635px) {
    .images {
        width: 50%;
    }
}

@media screen and (min-width: 850px) {
    .sessions_wrapper {
        display: flex;
        flex-direction: row;
    }

    .images {
        width: 90%;
    }

    .session {
        width: 50%;
    }
}
