.privacy-term,
.terms-section {
    padding: 120px 0 20px;
    margin-bottom: 55px;
    border-bottom: 4px solid #14151b;
}
h1 {
    color: #14151b;
    font-size: 4.4rem;
    position: relative;
    padding: 20px 0;
    margin-bottom: 30px;
    font-weight: 900;
    font-family: "Proxima Nova Bl";
}
h1:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    height: 8px;
    background-color: #14151b;
}
h1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 65px;
    height: 8px;
    background-color: #14151b;
}
p {
    color: #14151b;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.get-wrap {
    display: block;
    margin-bottom: 70px;
}
.btn-get {
    display: inline-block;
    background-color: #02789e;
    color: #fff;
    font-size: 1.6rem;
    font-family: "Proxima Nova Rg";
    font-weight: bold;
    padding: 16px 22px;
    border-radius: 14px;
    transition: all 0.5s;
    border: 2px solid transparent;
}
.btn-get:hover {
    border: 2px solid #02789e;
    color: #14151b;
    background: transparent;
}
.privacy-term p b {
    font-weight: 700;
}
.privacy-term p a {
    color: #e01321;
    text-decoration: underline;
}
.privacy-term p a:hover {
    text-decoration: none;
}
.privacy-term h3 {
    margin: 40px 0 14px;
}
.privacy-term strong {
    display: block;
    font-size: 1.8rem;
    font-weight: 600;
    margin: 18px 0 10px;
}
.cookies-info strong {
    display: inline-block;
}
.terms-list {
    list-style-position: inside;
}
.terms-list li {
    list-style-type: disc;
    font-size: 16px;
    margin-bottom: 6px;
    letter-spacing: 0.3px;
}
address {
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 1.4;
    padding-top: 15px;
    margin-bottom: 20px;
}
.consents-wrap h4 {
    font-size: 35px;
    margin-bottom: 45px;
    text-align: center;
}
.consents-panel h4 {
    padding: 0;
    font-size: 28px;
    margin-bottom: 15px;
    text-transform: capitalize;
    text-align: left;
}
.consents-panel p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 45px;
    color: #231f20;
    letter-spacing: 0.3px;
}
.terms-section {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.terms-section h2 {
    font-size: 22px;
    line-height: 1.1;
}
@media screen and (min-width: 1024px) {
    .privacy-term,
    .terms-section {
        padding-top: 160px;
    }
    .privacy-term h1,
    .terms-section h1 {
        font-size: 4.4rem;
    }
    .terms-section h2 {
        font-size: 32px;
    }
}
@media screen and (min-width: 1280px) {
    .privacy-term h1,
    .terms-section h1 {
        font-size: 7.2rem;
    }
    h3 {
        font-size: 3rem;
    }
}
