.postsale
{
    background-color: #f5f5f5;
}

.postsale p
{
    text-align: center;
    margin-bottom: 70px;
}

.postsale .icon
{
    height: 105px;
    margin-bottom: 25px;
}

.postsale .icon.first
{
    height: 95px;
    margin-top: 10px;
}

.postsale .col-md-3 p
{
    font-size: .9rem;
    line-height: 1.2rem;
    margin-bottom: 25px;
}

.postsale .col-md-3 a
{
    font-weight: 500;
    font-size: .9rem;
    color: #C30D23;
    text-decoration: underline;
}
.postsale .col-md-3 a:hover
{
    color: #000;
}

.postsale h4
{
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.dealers
{
    background-image: url(/assets/img/home/dealers_background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.dealers h3
{
    margin-top: 30px;
    color: #FFF;
}

.dealers p
{
    font-size: .9rem;
    line-height: 1.2rem;
    margin-bottom: 25px;
    color: #FFF;
    width: 50%;
    text-align: center;
    margin-left: 25%;
}

.dealers .btn-red
{
    margin-top: 30px;
}

@media screen and (orientation: portrait) {
    .postsale p
    {
        margin-bottom: 30px;
    }

    .postsale .col-md-3
    {
        padding-bottom: 30px;
    }
    .postsale .col-md-3:last-child
    {
        padding-bottom: 0;
    }

    .postsale .icon, .postsale .icon.first
    {
        height: 65px;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .postsale h4
    {
        margin-bottom: 5px;
    }

    .postsale .col-md-3 p
    {
        margin-bottom: 10px;
    }

    .dealers
    {
        background-image: url(/assets/img/home/dealers_background_2.png);
    }

    .dealers p
    {
        width: 100%;
        margin-left: 0;
    }
}