.content-Legal {
    padding-left: 328px;
    padding-right: 150px;
    padding-top: 145px;
}

.h1-back-arrow {
    display: flex;
    justify-content: space-between;
}

.back-arrow-img {
    height: 37px;
    width: 37px;
    display: flex;
    margin-top: 82px;
}

.back-arrow-img:hover {
    cursor: pointer;
    background-color: #eeeeee;
    border-radius: 50%;
    transform: scale(105%);
}

h1 {
    font-size: 48px;
    color: black;
    padding-top: 70px;
    padding-bottom: 50px;
    margin: 0;
}

h2 {
    font-size: 32px;
    color: black;
    margin: 0;
}

h3 {
    font-size: 26px;
    color: black;
    display: flex;
    margin: 0;
    padding-bottom: 8px;
    padding-top: 6px;
}

.target-link {
    text-decoration: none;
    color: #29ABE2;
    white-space: nowrap;
}

/**************************/
/* Media Querya 
 Legal Notice            */
/**************************/

@media only screen and (max-width: 840px) {
    .content-Legal {
        padding-left: 6px;
        padding-right: 6px;

    }
}