@import url(variables.css);

.public-offer{
    padding-top: 100px;
    padding-bottom: 100px;
}
.flex-direction{
    display: flex;
    flex-direction: column;
    gap: 70px;
}
.flex-direction h1{
    text-align: center;
    font-size: var(--font-size-h1);
    font-weight: var(--font-weight-bold);
    line-height: 133%;
}
.flex-direction p{
    text-align: left;
    font-size: var(--font-size-medium);
    font-weight: var(--font-weight-regular);
    line-height: 150%;
    margin-bottom: 20px;
}
.list-information h4{
    text-align: center;
    font-size: var(--font-size-h4);
    font-weight: var(--font-weight-bold);
    line-height: 133%;
    margin-bottom: 30px;
}
.list-information p{
    text-align: left;
    font-size: var(--font-size-medium);
    font-weight: var(--font-weight-regular);
    line-height: 150%;
    margin-bottom: 20px;
}
ol{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
ol li{
    text-align: left;
    font-size: var(--font-size-light);
    font-weight: var(--font-weight-regular);
    line-height: 150%;
}