.privacy h1 {
  font-size: 28px;
  font-weight: 500;
  padding-bottom: 20px;
  color: #00234c;
}
section.privacy {
  padding-top: 0;
}
.privacy h4 {
  font-size: 18px;
  font-weight: 500;
  padding-block: 20px 10px;
  color: #00234c;
}
.privacy p.sub__heading {
  font-weight: 600;
  padding-top: 10px;
}
.privacy p {
    list-style: none;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 20px;
}
section.privacy li{
        list-style: none;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 20px;
}
/* download document screen */
.download__document__screen {
    padding-block: 60px;
}
.download__document__screen .title {
    font-size: 36px;
    padding-bottom:12px;
    color:#000;
    text-align:center;
}
.download__document__screen .des{
   font-size:15px;
   color:#000;
   text-align:center;
}
.download__document__screen .des span{
    font-weight:600;
}
.download__document__screen .icon{
    display:flex;
    align-items:center;
    margin-bottom:20px;
    justify-content:center;
}

.download__document__screen .details__row p{
    display:flex;
    align-items:center;
    justify-content:space-between;
    max-width:900px;
    margin-inline:auto;
    border-bottom:1px solid #ddd;
    padding-block:12px;
    font-weight:600;
}
.download__document__screen .details__row span{
    font-weight:600;
}
.download__document__screen .links__wrapper{
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top: 20px;
    gap:20px;
}
    .download__document__screen .home__link {
        color: rgb(255, 255, 255);
        box-shadow: rgba(59, 130, 246, 0.4) 0px 1px 2px 0px;
        background: rgb(29, 91, 216);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        font-weight: 500;
        height: 48px;
        width: max-content;
        padding-inline: 20px;
        border-radius: 90px;
        font-size: 15px;
    }
.download__btn {
    color: rgb(255, 255, 255);
    box-shadow: rgba(59, 130, 246, 0.4) 0px 1px 2px 0px;
    background: #fff;
    border: 1px solid rgb(29, 91, 216);
    color: rgb(29, 91, 216);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 500;
    height: 48px;
    width: max-content;
    padding-inline: 20px;
    border-radius: 90px;
    font-size: 15px;
    cursor:pointer;
}