htmi {
   font-family: 'M PULS Rounded 1c',sans-serif;
}

header {
    font-family: 'Poppins',sans-serif;
    font-size: 24px;
    font-weight: 700;
    padding: 24px;
    text-align: center;
}

footer {
    font-family: 'Poppins',sans-serif;
    font-size: 12px;
    padding: 14px;
    text-align: center;
    background-color: #000000;
    color: #ffffff;
}

.hero {
    background-image: url(../images/hero.jpg);
    background-position: center;
    background-size: cover;
    height: 90vh;
}

section {
    padding: 80px 0
}
.row {
   width:  90%;
   max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}
.col:first-child {
    width: 40%;
}
.col:last-child {
    width: 50%;
}
h2 {
    font-family: 'Poppins',sans-serif;
    font-size: 48px;
    font-weight: 700;
}
.heading {
    font-size: 14px;
    margin-bottom: 40px;
}
li {
    border-bottom: solid 1px lightgray;
    padding: 20px 0;
    font-size: 15px;
}
li span {
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}





















