* {
    box-sizing: border-box;
}


body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    word-wrap: break-word;
    overflow-x: hidden;
}

html, body {
    min-height:100vh;
    display: flex;
    flex-direction: column;
}

#wrapper{
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center; 
    margin-top:25px;
}

.container {
    background-color:#d3e5ff;
    border-radius: 10px;
    width: 85%;
}

.container-outer{
    border-radius: 8px;
    height: 250px;
    padding: 10px;
}

.keyword-block {
    padding: 15px;
}

.container-inner {
    text-align: center;
    padding: 35px 15px 15px 15px;
    border-style: solid;
    border-color: white;
    color: white;
    border-radius: 8px;
    height: 100%;
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    word-wrap: break-word;
}

.container-inner:hover {
    color: #4d8ae8;
    text-decoration: underline;
    background-color: white;
    cursor: pointer;
}

.arrow-button {
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    right: 0px;
    left: 0;
    margin: 0 auto;
    bottom: 45px;
    width: 40px;
    z-index: 1;
    background-color: #8fadec;
    line-height: 40px;
}

.keyword-block:nth-child(6n+1) .container-outer {
    background-color:#4d8ae8;
}

.keyword-block:nth-child(6n+2) .container-outer {
    background-color:#2b6dd4;
}

.keyword-block:nth-child(6n+3) .container-outer {
    background-color:#1854b1;
}

.keyword-block:nth-child(6n+4) .container-outer {
    background-color:#134188;
}

.keyword-block:nth-child(6n+5) .container-outer {
    background-color:#012b6e;
}

.keyword-block:nth-child(6n+6) .container-outer {
    background-color:#032151;
}

footer{
    background: #f3f3f3;
    position: sticky;
    top: 100%;
    margin-top: 25px
}

footer a {
    color: #a1a1a1;
    font-size: 13px;
}
.wrapper-main {
    overflow: hidden;
    width:85%;
    max-width: 1300px;
    margin: 0 auto;
}

.privacy-policy-wrap {
    margin: 30px 15px 0 15px;
}

.sub-header {
    font-size: 22px;
    color: #134188;
    text-align: center;
    font-weight: bold;
    margin: 50px 0;
    text-transform: uppercase;
}

.sub-header span {
    color: #2b6dd4;
}

.privacy-policy-wrap p {
    margin-bottom: 25px;
    color: #666;
    font-size: 15px;
    line-height: 22px;
    text-align: justify;
    margin-top: 0;
}

.privacy-policy-wrap h4 {
    color: #666;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
}
