.legal {
    margin-top: 150px;
    margin-bottom: 100px;
    padding-left: 10%;
    padding-right: 10%;
}

.privacy-policy p span {
    color: #41414d;
    font-size: 18px;
    text-align: -webkit-match-parent;
    font-family: latoregular;
}
.privacy-policy ul li {
    font-size: 18px;
    color: #0caee9;
}
.privacy-policy ul li span {
    color: #41414d;
    text-align: -webkit-match-parent;
    font-family: latoregular;
}

.cookie-policy {
    margin: auto;
    max-width: 715px;
}
.cookie-policy p span {
    color: #41414d;
    font-size: 18px;
    text-align: -webkit-match-parent;
    font-family: latoregular;
}
.cookie-policy ul li {
    font-size: 18px;
    color: #0caee9;
}
.cookie-policy ul li span {
    font-size: 18px;
    color: #41414d;
    text-align: -webkit-match-parent;
    font-family: latoregular;
}

.terms-and-conditions {
    margin: auto;
    max-width: 800px;
}
.terms-and-conditions h5 span {
    margin-left: 15px;
}
.terms-and-conditions p span {
    color: #41414d;
    font-size: 18px;
    text-align: -webkit-match-parent;
    font-family: latoregular;
}

.terms-and-conditions ul li span {
    margin-left: 0;
    margin-right: 10px;
    font-size: 18px;
    color: #41414d;
    text-align: left;
    font-family: latoregular;
}

.terms-and-conditions ul li {
    list-style-type: none;
    display: flex;
}


@media only screen and (max-width: 600px) {
    .legal {
        margin-top: 100px;
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 480px) {
    .legal {
        margin-bottom: 50px;
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
}
@media only screen and (max-width: 320px) {
    .legal {
        margin-bottom: 20px  !important;
    }
}
