* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}

section {
    width: 100%;
    color: white;
    background-color: black;
    padding: 140px 40px;
    text-align: center;
}

section > .content {
    text-align: center;
    justify-content: center;
    align-items: center;
}

section > .content > h1 {
    font-size: 45px;
    text-transform: capitalize;
    margin-bottom: 40px;
}

section > .content > p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    font-family: Arial, Helvetica, sans-serif;
}