h1 {
    font-size: 88px;
    font-weight: 800;
    line-height: 90px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
h2 {
    font-size: 50px;
    font-weight: 800;
    line-height: 50px;
    color: var(--primary--color);
    font-family: 'Plus Jakarta Sans', sans-serif;
}
h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: var(--primary--color);
    font-family: 'Plus Jakarta Sans', sans-serif;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
p{
    font-size: 16px;
}
.padding-top{
    padding-top: 140px;
}
.padding-bottom{
    padding-bottom: 140px;
}
.generic-title{
    width: 73%;
    margin: 0 auto;
}
.generic-title span{
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 21px;
    color: var(--sky-blue-color);
}
.generic-title h2{
    margin-bottom: 75px;
} 
.green-btn a{
    color: var(--white-color);
    background: var(--accent-color);
}
.green-btn a:hover{
    background: var(--sky-blue-color);
}
.generic-btn a{
    font-size: 18px;
    line-height: 18px;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    padding: 20px 27px 20px 28px;
}