.btn.policy {
    display: inline-block;
    border: 2px solid transparent;
    color: red;
    letter-spacing: .5px;
    line-height: inherit;
    border-radius: 0;
    text-transform: uppercase;
    width: auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    white-space: nowrap;
    border: 1px solid red;
    border-radius: 25px;
}

.policy {
    margin-top: 50px;
    background-color: #081530;
    color: white;
    border: 2px solid #081530;
    font-family: 'Avenir', sans-serif;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    background-color: white;
    padding: 6px 15px;
    font-size: 16px;
    width: 230px;
    border-radius: 20px;
}

.policy:hover {
    background-color: white;
    color: #081530;
}

.privacy-policy-content > .line {
    /* position: absolute; */
    border-bottom: 1px solid #000000;
    width: 345px;
    height: 0px;
}

@media (min-width: 768px) { 
    .privacy-policy-content > .line {
        display: none;
        /* border-bottom: 0px;
        border-right: 1px solid #000000;
        width: 0px;
        height: 345px; */
    }
    .privacy-policy-content img {
        height: 218px;
        width: auto;
    }
}
.privacy-policy-content img {
    width: 190px;
}


.privacy-policy-container.logos-container {
    margin-bottom: 90px;
    padding: 50px 0px
}

.privacy-policy-container .logos {
    /* max-height: 300px; */
    margin: 48px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (min-width: 768px) { 
    .privacy-policy-container .logos:first-child {
        height: 345px;
        border-right: solid 1px black;
    }
}

.news {
    display: block !important;
}