:root {
  --default-color: #222831;
  --contrast-color: #0077CC;
}

section.terms {
    padding: 120px 0 50px;
}
.term-header img {
    width: 6%;
    padding: 0 20px;
}
p.term-header {
    display: flex;
}
p.term-header a{
    color: var(--default-color)!important;
}
p.term-header a:hover{
    color: var(--contrast-color);
    transition: .4s;
}
section.terms h2{
    font-size: 36px;
    line-height: 54px;
    font-weight: 600;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}
section.terms h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    padding-bottom: 10px;
}
section.terms .content {
    margin-top: 30px;
}
section.terms .content li{
    list-style: disc;
    margin-left: 20px;
}
p, li {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: var(--default-color);
}
section.terms a{
    color: var(--contrast-color);
}

@media (max-width:1023px){
 section.terms h2 {
    font-size: 32px;
    line-height: 48px;
}
section.terms h3{
    font-size: 16px;
    line-height: 24px;
}
.term-header img {
    width: 4%;
    padding: 0 10px;
}
section.terms {
    padding: 100px 0 50px;
}
}

@media (max-width:767px){
 .term-header img {
    width: 10%;
    padding: 0 5px;
}
}