@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #FFFFFF;
    color: #2D2D2D;
    line-height: 130%;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.main-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: #2E332F;
    margin-bottom: 40px;
}

.content {
    text-align: left;
}

.section-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #2D2D2D;
    margin-top: 25px;
    margin-bottom: 15px;
}

.subtitle {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #2D2D2D;
}

.paragraph {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #2D2D2D;
    margin-bottom: 15px;
}

.paragraph strong {
    font-weight: 600;
}

.list {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #2D2D2D;
    margin-left: 40px;
    margin-bottom: 15px;
}

.list li {
    margin-bottom: 10px;
}
