h1, h2 {
    font-family: "Montserrat", sans-serif;
}

h2 {
    margin-top: 45px;
}

p , ul li {
    margin-top: 15px;
    font-family: "Poppins", sans-serif;
}

p {
    line-height: 30px;
}

ul {
    list-style-position: inside;
}