

.header{
    background-color: rgb(245, 246, 248);
}
.header-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding:4rem;
}
.header-title{
    /* color: var(--grey--60); */
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: Robotocondensed, sans-serif;
    /* font-size: 64px; */
    font-weight: 700;
    line-height: 140%;

}
.header-text{
    letter-spacing: .63px;
    width: 100%;
    font-family: Robotocondensed, sans-serif;
    font-weight: 400;
    color: var(--grey--90);
    margin-bottom: 20px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 400;

}
.second-section{
    padding:4rem;
}
.cookies-text{
    color: #fe7719;
    text-decoration: underline;

}

.section {
    margin-bottom: 4rem;
    max-width: 726px;
}
.third-section{
    padding:4rem;
}
.third-section h3{
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    color: #484a50;
    margin-bottom: 4rem;

}
.third-section h4{
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #484a50;
}
.third-section h6{
    font-size: 16px;
    color: #484a50;
}
.third-section p{
    font-size: 15px;
    font-weight: 600;
    /* line-height: 24px; */
    color: #484a50;
}

.third-section a{
    color: #fe7719;
    text-decoration:none;
    font-family: Roboto, sans-serif;
}



