.privacy-top{
    padding-top: 90px;
    padding-bottom: 38px;
    border-bottom: 1px solid #D7D9DA;
    margin-bottom: 45px;
}
.privacy-mid{
    padding-bottom: 5px;
    border-bottom: 1px solid #D7D9DA;
}
.privacy-mid > .privacy-title{
    font-weight: bold;
    font-size: 16px;
    color: #27ae60;
    padding-bottom: 4px;
}

.privacy-mid > .privacy-content{
    line-height: 1.5em;
    padding-bottom: 26px;
}

.privacy-bottom{
    margin-top: 44px;
    margin-bottom: 65px;
}
.privacy-bottom > .privacy-content{
    line-height: 1.5em;
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .privacy-top {
        padding-top: 6.5625vw;
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 0;
    }

    .privacy-mid > .privacy-title {
        font-weight: bold;
        font-size: 4.375vw;;
        color: #27ae60;
        padding-top: 7.8125vw;
        padding-bottom: 1.5625vw;
        border-bottom: 1px solid #D7D9DA;
    }
    .privacy-mid > .privacy-content {
        line-height: 7.65625vw;
        padding-bottom: 0;
    }

    .privacy-mid {
        padding-bottom: 0;
        border-bottom: none;
    }

    .privacy-bottom {
        margin-top: 19.53125vw;
        margin-bottom: 15.9375vw;
    }
    .privacy-bottom > .privacy-content {
        line-height: 7.65625vw;
    }
}
