.main-block {
    height: auto;
    width: auto;
    max-width: 1152px;
    color: #fff;
    border-radius: 16px;
}

.title-block {
    height: auto;
    width: auto;
    padding: 38px 22px 10px 22px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.title-title {
    font-size: 1.7em;
    font-weight: 500;
}

.text-block {
    padding: 22px;
    background-color: rgb(40, 40, 50);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.text-text {
    font-size: 1.5em;
    font-weight: 500;
}

ol {
    padding: 0px 0px 10px 20px;
}

li {
    list-style-type: none;
}
