h1.section-header {
    text-transform: uppercase;
    font-size: 48px;
    text-align: center;
    margin-bottom: 20px;
}

#advertise .content {
    font-size: 18px;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
    margin: 0 auto;
}

#advertise .content p {
    max-width: 770px;
    margin: 0 auto;
}

#advertise .content-two {
    margin: 40px auto;
}

#advertise .content h2 {
    margin: 40px 0 25px;
}

#advertise .advertise-links {
    max-width: 770px;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
}

#advertise .advertise-links a {
    display: inline-block;
    width: 50%;
    padding: 40px;
    border-bottom: 1px solid #BABABA;
    background: #fff;
}

#advertise .advertise-links a img,
#advertise .advertise-links a span {
    transition: all 0.2s ease;
}

#advertise .advertise-links a:hover img,
#advertise .advertise-links a:hover span {
    transform: scale(1.1);
}

#advertise .advertise-links a:nth-last-child(2),
#advertise .advertise-links a:last-child {
    border-bottom: none;
}

#advertise .advertise-links a:nth-child(even) {
    border-left: 1px solid #BABABA;
}

#advertise .advertise-links img {
    height: 185px;
    width: auto;
    display: block;
    margin: 0 auto 25px;
}

#advertise .advertise-links span {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 32px;
    display: block;
}
