.privacy-policies,.yeebaa-logo{
    margin-left: 140px;
}

svg{
    margin-top: 47px;
    margin-bottom: 70px;
}

.privacy-policy,.terms-conditions{
    font-family: Lora;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 60px;
    text-transform: uppercase;
    color: #000000;
}
.terms{
    font-family: Lora;
    font-style: normal;
    font-weight: normal;
    width: 900px;
    margin-top: 60px;
    font-size: 38px;
    line-height: 50px;
    color: #000000;
}
.term{
    font-family: Jost;
    font-style: normal;
    font-weight: normal;
    font-weight: 500;
    font-size: 34px;
    line-height: 40px;
    color: #000000;
}
.term-text{
    font-family: Jost;
    font-style: normal;
    font-weight: 500;
    width: 87%;
    margin-top: 10px;
    margin-bottom: 70px;
    font-size: 28px;
    line-height: 40px;
    color: #000000;
}

.terms-policies-mobile{
    display: none;
}
.terms-policies-desktop{
    display: flex;
    align-items: center;
    margin-top: 175px;
    height: 116px;
    background-color: rgba(196, 196, 196, 0.1);
}
.terms-a{
    margin-left: 140px;
    font-size: 22px;
    line-height: 140%;
    color: #000000;
}
.privacy-policies-a{
    margin-left: 30px;
    font-size: 22px;
    line-height: 140%;
    color: #000000;
}:hover{
    color: #000000 !important;
}
.copy-rights{
    position: absolute;
    right: 141px;
    font-size: 22px;
    line-height: 140%;
    color: #000000;
}
.terms-a,.privacy-policies-a,.copy-rights{
    font-family: Jost;
    font-style: normal;
    font-weight: normal;
}
.definitions{
    line-height: 50px;
}
@media only screen and (min-width: 1000px){
    .terms-conditions{
        width: 900px;
    }    
}
@media only screen and (max-width: 1050px) {
    svg{
        margin-bottom: 20px;
    }
    .privacy-policies,.yeebaa-logo{
        margin-left: 25px;
    }
    .privacy-and-policies {
        margin: 0 auto;
    }
    .terms {
        width: 96%;
        margin-top: 0px;
        font-size: 20px;
        line-height: 20px;
    }
    .term{
        font-size: 25px;
    }
    .term-text {
        width: 96%;
        margin-top: 10px;
        font-size: 19px;
        line-height: 26px;
    }
    .privacy-policy,.terms-conditions{
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 50px;
        margin-top: 10px;    
    }
    .terms-policies-mobile{
        display: block;
    }
    .terms-policies-desktop{
        display: none;
    }
    .terms-policies-mobile{
        margin: 0 auto;
        text-align: center;
        margin-top: 70px;
        height: 116px;
        background-color: rgba(196, 196, 196, 0.1);
    }
    .copy-rights{
        position: inherit;
        font-size: 18px;
        margin-top: 20px;
    }
    .privacy-policies-a {
        margin-left: 0px;
        font-size: 18px;
    }
    .terms-a {
        margin-left: 0px;
        font-size: 18px;
    }
    .definitions{
        line-height: 30px !important;
    }
}