                              
body {padding-top: 120px; font-family: 'IBM Plex Sans', sans-serif; font-size: 15px; color: #666; line-height: 1.6; letter-spacing: 0.015rem;}
h1 {font-size: 30px; margin: 0 0 4rem; font-weight: 700; color: #111; line-height: 1.4;}
a, a:hover, a:focus, a:active {color: #111; outline: none; }
b, strong {font-weight: 700;}
p, ul, ol {margin-bottom: 2.5rem;}
ul li {margin-bottom: 1rem;}


/* RESPONSIVE */

@media (max-width: 1199px) {   
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
    body {padding-top: 60px;}
    h1 {font-size: 22px; margin-bottom: 2.5rem;}
}

@media (max-width: 575px) {
}                                                                                                                                                                                    