﻿/*==================================================================================
//            Authors: Viativa Lda / (Patrick Sardinha)
//
//            Project: Leaseplan
//
//               Name: privacy
//               Type: CSS
//            Version: 1.0
//      Creation Date: 22/05/2024
//   Last Review Date: 22/05/2024
//
//	        Copyright: (c) 2024 Viativa Lda.
//
//================================================================================*/

/* wrapper */
.privacy-ctn {
    font-family: Arial;
}
.privacy-ctn a {
    color: #339B9B;
    text-decoration: underline;
}
.privacy-ctn h1 {
    font-size:28px;
    font-weight: 500;
    margin: 15px 0;
}
.privacy-ctn h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 20px 0;
}
.privacy-ctn p {
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    margin-bottom: 12px;
}
.privacy-ctn p strong {
    font-weight: bolder;
}
.privacy-ctn ul {
    list-style: initial;
    padding-left: 15px;
}
.privacy-ctn ul li {
    font-size: 16px;
    line-height: 28px;
}
.privacy-ctn .container {
    padding-left: 12px;
    padding-right: 12px;
}
@media (min-width: 740px) {
    .privacy-ctn .container {
        width: 66.6666666667% !important;
        max-width: 800px;
        padding-left: 24px;
        padding-right: 24px;
        margin: 0 auto;
        margin-right: 40%;
    }
}
