    :root{
        --primary-color : #0C63A3;
        --gray-color: #33475B;
    }
    .getstartedbuttons {
      margin-top: 3.5rem;
      padding-bottom: 3rem;
      display: flex;
      align-items: flex-start;
      justify-content: center;
    }

    .alignment-managescreentime a {
      text-decoration: none;
    }

.section-in {
    text-align: left;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 71px;
}
.content-section{
    width: 80vw;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.space{
    padding-top:1rem;
}

.terms-header {
    font-size: clamp(24px, 3vw, 58px);
    font-weight: 700;
    background-color: var(--section-background);
    font-family: 'Open Sans';
    text-align: center;
    padding: clamp(2rem, 3vw, 5rem) 0;
    color: var(--primary-color);
}

.last-modified-date {
    background-color: var(--section-background);
    padding: 0.5rem 2rem;
    border-left: 4px solid var(--primary-color);
    color: var(--gray-color);
    font-size: clamp(16px, 1vw, 20px);
}

.text {
    color: var(--gray-color);
    margin: 0;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    line-height:1.8;
}
.main-heading{
    color: var(--primary-color);
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
}

.text-strong {
    font-weight: bold;
}
.list-items {
    color: var(--gray-color);
    font-size: 16px;
    padding-bottom: 8px;
    line-height:1.6;
}
.list-heading{
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
}
.sub-heading {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: var(--primary-color);
    font-weight:bold;
}
@media (max-width : 1536px) and (min-width : 640px) {

.content-section {
    width: 85vw;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

}

@media (max-width:640px){
    .content-section {
    width: 90vw;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.text{
    font-size: 14px;
}
.main-heading{
    font-size: 18px;
}
.sub-heading{
    font-size:16px;
}
}
