﻿
.dvBody {
    margin-top: 80px;
}

.mrg60 {
    margin: 60px auto;
}

.dvWhy h3 {
    color: #e79f54;
}

.pTxt {
    font-size: 22px;
    font-weight: bold;
    color: #808080;
}

@media only screen and (max-width: 420px) {
    .pTxt {
        font-size: 18px;
        font-weight: bold;
    }

    h2 {
        font-size: 22px !important;
    }
}
