﻿section{
    margin-bottom:2rem;
}

section h2:first-of-type{
    margin-bottom:0.5rem;
}

.container a {
    text-decoration: underline;
}

h2{
    font-weight:bold;
}

.in-short-text {
    font-style: italic;
    margin-bottom: 1rem;
}


.thank-you {
    margin-bottom: 3rem;
}

.thank-you p:first-child{
    margin-bottom:1rem;
}

.what-information-do-we-collect h3{
    margin-bottom:0.5rem;
    color:red;
}

.how-do-we-use-your-info li {
    margin-left: 2rem;
    list-style-type: disc;
}

.share-data-list li {
    margin-bottom: 0.5rem;
}


@media only screen and (max-width:500px){
    .share-data-list li{
        flex-direction:column;
    }
}

.share-data-list li p:nth-of-type(1) {
    margin-right: 1rem;
    white-space: nowrap;
}

.how-can-you-contact-us p:nth-of-type(1) {
    margin-bottom: 1rem;
}
.how-can-you-contact-us p:nth-of-type(2) {
    margin-left: 1rem;
}