  .footer-desktop--secondary{  
    color: #0f3d58;
    background-color: #e4e8f0;
  }
.footer-desktop--secondary .footer-bottom {
   max-width: 1300px;
   margin: 0 auto;
   display: flex;
   justify-content: space-between;
   padding: 12px 1%;
}
.footer-desktop--secondary .footer-bottom__left {
    display: flex;
    align-items: center;
    margin: 0 5px;
    width: 50%;
    font-family: 'tablet-gothic-narrow', 'Gotham Rounded A', 'Gotham Rounded B', 'Arial', sans-serif !important;
    width: 100%;
}
.footer-desktop--secondary .footer-bottom__left a {
    display: inline-block;
    color: #f04f23;
    padding: 5px 10px;
}
.footer-desktop--secondary .footer-bottom__left a:hover {
    color: #28C2FE;
}
.footer-desktop--secondary .footer-bottom__left p {
    margin: 0;
    padding: 0;
    color: #0f3d58;
    font-size: 14px;
}
.footer-desktop--secondary .footer-bottom__right {
    margin: 0 5px;
    display:flex;
}
.footer-desktop--secondary .footer-bottom__right__logo--norton {
    height: 55px;
    background-color: #fff;
    padding: 0 5px;
    border-radius: 8px;
    width: 150px;
    text-align: center;
}
.footer-desktop--secondary .footer-bottom__right__logo {
    margin: 0 10px;
}
.footer-desktop--secondary .footer-bottom__right__logo a {
    display: block;
}
@media (max-width: 1050px) {
    .footer-desktop--secondary .footer-bottom {
        flex-direction: column;
    }
}
