.legal_title {
 background: url(/skins/theme1/media/images/pricing-top-bg.svg), #fff;
 object-fit: cover;
 background-repeat: no-repeat;
 background-size: cover;
 align-items: center;
 width: 100%;
 margin: 0;
 height: 80vh;
}

.legal_title h2 {
 color: #FFFFFF;
 font-family: "Red Hat Display";
 font-size: 50px;
 font-weight: bold;
 letter-spacing: 0;
 line-height: 64px;
}

.legal_title hr {
 border-top: 1.5px solid #FFF;
 width: 60%;
 margin-top: 30px;
}

.legal_first_section {
    margin-top: 50px;
}

.privacy_policy .terms_subtitle {
 color: #FF963B;
 font-family: "Red Hat Display";
 font-size: 25px;
 font-weight: 500;
 letter-spacing: 2.73px;
 line-height: 40px;
 text-transform: uppercase;
 margin: 15px auto;
 margin-bottom: 2px;
}

.privacy_policy p {
 color: #444444;
 
 font-size: 22px;
 font-weight: 300;
 letter-spacing: 0;
}

.legal_title p {
 color: #FFFFFF;
 
 font-size: 32px;
 font-weight: 300;
 letter-spacing: 0;
 line-height: 40px;
}

@media screen and (max-width: 768px) {
 mobile_hide {
  display: none;
 }
}