.pri-footer {
    margin-top: 80px;
    overflow: hidden;
    line-height: 1.4;
    color: #fff;
    background-color:#74ad23;
    margin-left:-40px;
    height: 100px;
}
    .pri-footer a {
        color: white;
        text-decoration: none;
        border-bottom: dotted 1px #fff;
    }
    .pri-logo {
        height: 40px;
        width: auto;
        margin: 30px 0;
    }
    .sbs-footer {
        line-height: 100px;
    }

.pri-faq {

}
    .pri-faq p {
        padding-bottom: 30px;
    }

    .pri-faq a {
        text-decoration: none;
        color: #741d69;
        border-bottom: dotted 1px #741d69;
    }
    .pri-faq a:hover {
        text-decoration: none;
        color: #999;
        border-bottom: dotted 1px #999;
    }

@media (min-width: 768px) {
    .pri-footer {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .pri-footer {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .pri-footer {
        width: 1170px;
    }
}
@media (max-width: 992px) {
    .pri-footer {
        min-width: 738px;
        width: calc(100% + 55px) !important;
    }
}
