html body#terms-of-service .shopify-policy__container .shopify-policy__body, html body#privacy-policy .shopify-policy__container .shopify-policy__body,
html body#refund-policy .shopify-policy__container .shopify-policy__body, html body#shipping-policy .shopify-policy__container .shopify-policy__body {
    .d-flex{
        display: flex;
    }
    .flex-col{
        flex-direction: column;
    }
    ul, table{ 
    font-family: "Switzer" !important;
     margin-bottom: 1.5rem;
    }
    .upper-alpha{
        list-style-type: upper-alpha;
        margin-bottom: 1.5rem;
    }
    h2{
        font-weight: bold;
        padding-block: 20px !important;
    }
    margin-bottom:6rem;

}
.policy-back{ 
&:hover{
    opacity: 0.8;
    text-decoration: underline;
}
font-family: "Switzer" !important;
font-weight: bold;
position: absolute;
top: 222px;
left: 87px;
font-size: 28px;
   @media(max-width: 1220px){        
        top: 60px;
        left: 0;
        text-align: center;
        width: 100%;
        font-size: 1rem;
    }
}