.defaultH1 {
   font: 900 48px / 1.02 Montserrat, sans-serif;
}

.defaultH2 {
    font: 900 32px / 1.05 Montserrat, sans-serif !important;
    margin: 0;
    text-transform: uppercase;
    background: linear-gradient(120deg, #ffffff, #28e0ff, #ff4fa3);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
        font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.defaultH3 {
    font-size: 24px !important;
    margin: 0 0 6px;
    font-weight: 300;
}

.defaultH4 {
    font-size: 20px !important;
    font-weight: 300;
}

.defaultP,
li {
    font-size: 18px !important;
    line-height: 1.2 !important;
    font-weight: 300;
    margin: 0;
    color: #83878f;
}

section {
    
    margin-bottom: 10px !important;
}

section h2 {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}

section h2 + p {
    margin: 0 !important;
    margin-bottom: 20px !important;
}

/* ====== ADAPTIVE ====== */
@media screen and (width < 1100px) {
    .defaultH1 {
        font-size: 40px !important;
        line-height: 1.2;
    }
    .defaultH2 {
        font-size: 28px !important;
    }
    .defaultH3 {
        font-size: 22px !important;
    }
    .defaultH4 {
        font-size: 18px !important;
    }
    .defaultP,
    li {
        font-size: 15px !important;
    }

    section {
       
        margin-bottom: 20px !important;
    }

    .left section {
        padding: 10px 0 !important;
        margin-bottom: 0px !important;
    }
    section h2 {
        margin-top: 0 !important;
        margin-bottom: 20px !important;
    }
}

@media screen and (width < 700px) {
    .defaultH1 {
        font-size: 34px !important;
    }
    .defaultH2 {
        font-size: 24px !important;
    }
}

@media screen and (width < 500px) {
    .defaultH1 {
        font-size: 30px !important;
    }
    .defaultH2 {
        font-size: 22px !important;
    }
}

@media screen and (width < 380px) {
    .defaultH1 {
        font-size: 26px !important;
    }
    .defaultH2 {
        font-size: 20px !important;
    }
}

.left section {
  padding: 10px 0 !important;
  margin-bottom: 0 !important;
}



.left-title {
    margin-block: 40px
}