.policy_wrapper {
    padding: 40px 10%;
}

.flex_row {
    display: flex;
    flex-direction: row;
}

.back_home_wrapper a {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 120%;

    color: #2B2D33;

    opacity: 0.6;
    text-decoration: none !important;
    padding-left: 5px;
    padding-top: 1px;
}

.policy_title {
    font-family: Gilroy, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 120%;

    padding-top: 40px;
    padding-bottom: 16px;

    color: #2B2D33;
}

.policy_subtitle {
    font-family: Gilroy, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    color: #2B2D33;
    padding-bottom: 16px;
    padding-top: 8px;
}

.policy_text {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: #2B2D33;
}

.policy_text_li {
    font-weight: bold !important;
}
