body {
    background-color: var(--background-color);
}


.first {
    background: var(--comp1-color);
    padding: 50px 40px;

    color: var(--background-color);
}

h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
}

.first p {
    max-width: 90%;
}

ol {
    padding: 50px 0;
    padding-left: 5rem;
    width: 95%;
}

ol li {
    color: var(--text-color);

    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}

ol p {
    color: var(--text-color);

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.8px;

    /* margin-left: -55px; */
    margin-top: 10px;
    position: relative;
}

ol.inner {
    list-style: lower-alpha;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 2rem;
}

ol.inner li {
    font-size: 20px;
}

ol.inner p::before {
    content: "";
    display: inline-block;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: var(--text-color);
    position: relative;
    bottom: 3px;
}

.agree {
    padding: 20px 0 0 2rem;
    margin-bottom: -30px;
}

center {
    margin-top: 20px;
}

center p {
    width: 60vw;
    min-width: 280px;
}