.home-header
{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.home-header p
{
    font-family: Montserrat, sans-serif;
    font-size: 1.2em;
    letter-spacing: 1px;
}

section
{
    max-width: 750px;
    display: flex;
    align-items: center;
    margin: auto auto 40px;
    padding: 20px 20px 50px;
    border-bottom: 1px solid lightgray;
}

section.last
{
    margin-bottom: 20px;
    border-bottom: none;
}

section h2
{
    margin: 0;
}

section img
{
    align-self: center;
    margin: 20px;
}

section:nth-of-type(2n) img
{
    order: -1;
}

section a
{
    font-weight: bold;
    margin-top: 20px;
    margin-left: 10px;
}

section a:before
{
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    margin-right: 10px;
}

@media (max-width: 479px)
{
    section
    {
        flex-direction: column;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    section:nth-of-type(2n) img
    {
        order: 0;
    }
}
