/* Header */
.relative.logo {
        width: 200px;
    margin-top: 42px;
}
.text-sm .flex-shrink-0{
    display: none !important;
}
@media (max-width: 768px) {
  .relative.logo {
            width:150px;
    margin-top: 28px;
}
}
.policy-block{
        font-family: lato;
    font-weight: 400;
    font-size: 16px;
    margin: 0 2px 0 2px;
}