body {
    color: #000;
}

.header {
    text-align: center;
    background:
        linear-gradient(
            to left,
            rgba(75, 75, 77, 0.52),
            rgba(19, 34, 117, 0.73)
        ),
        url("../images/privacypolicy/header-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 1.5rem;
}

.header h1 {
    color: #fff;
}

.questions {
    text-align: center;
}

.questions h3,
.presence h3 {
    font-weight: bold;
    color: #2b4660;
    width: 100%;
}

.presence .location {
    border: 1px solid #70707080;
    border-radius: 5px;
    padding: 1rem;
    color: #000;
}

.presence .location img {
    height: 2.5rem;
}

.presence .location p {
    color: #000;
}

.presence .location h5 {
    color: #2b4660;
    font-weight: bold;
}

.map {
    width: 100%;
    height: 60vh;
}

.form input,
.form textarea {
    border: 1px solid #70707080;
    padding: 0.8rem;
    width: 100%;
    border-radius: 5px;
    color: #000000;
}

.form input {
    margin-bottom: 1rem;
}

.form input:focus,
.form textarea:focus {
    border: 1px solid #9fbae280;
    outline: none;
}

#map {
    width: 100%;
    height: 100%;
}

.self-help h3 {
    text-align: center;
    color: #2b4660;
    font-weight: bold;
}

.self-help p {
    text-align: center;
    color: #000;
}

.self-help .help-card {
    border: 1px solid #2b466080;
    border-radius: 5px;
    padding: 0.1rem;
    position: relative;
    padding-left: 6rem;
    margin-bottom: 0.5rem;
}

.self-help .help-card h6 {
    font-weight: bold;
    color: #2b4660;
    text-align: left;
}

.self-help .help-card p {
    color: #000;
    text-align: left;
}

.self-help .help-card img {
    position: relative;
    width: 4rem;
    right: 5rem;
    top: 5rem;
}
