.content .container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.content .container .h2 {
    text-align: center;
}

.content_text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    color: #323232;
}

.content_important_information {
    font-weight: 600;
}
