.privacy-section {
    display: flex;
    padding: 40px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
    background: #F6F6F6;
}
.privacy-section .h1-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    color: #9D042C;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.56px;
}
.privacy-section .h2-heading {
    color: var(--Neutral-Black, #000);
    font-size: 15px;
    font-weight: 700;
    line-height: 160%; /* 24px */
    letter-spacing: 0.6px;
    text-align: left;
    display: inline-block;
}
.privacy-section .main-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.6px;
}
.privacy-section .text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}