﻿.privacy__policy {
    padding: 0px 280px;
    color: #464647;
}

p {
    margin-bottom: 25px !important;
}

    p.title {
        margin: 25px 0 5px 0 !important;
    }

    p.paragraph {
        margin-bottom: 0 !important;
    }

.phones__container, .comunication__container {
    display: flex;
    justify-content: start;
    align-items: baseline;
}
.comunication__title {
    font-size: 2rem ;
    font-weight: 700;
    margin-bottom: 15px;
}
.phones__container {
    font-size: 20px;
    margin-bottom: 15px;
}
.phones__container > div:first-child {
    margin-right: 60px;
}
.phone__item > div:first-child {
    font-weight: 700;
}
@media only screen and (max-width: 991px) {
    .padding__default {
        padding: 15px !important;
    }
}
