.information-header{
    position: relative;
    font-family: dana;
    font-weight: 800;
    font-size: 25px;
    margin-bottom: 25px;
    text-align: center;
}.information-header::before{
    content: '';
    background: #e8e8e8;
    position: absolute;
    z-index: -1;
    border-radius: 4px 0 4px 0;
}.information-text{
    background: #cecece66;
    padding: 40px 120px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 15.5px;
    line-height: 1.45;
    text-align: justify;
    max-width: 1600px;
    margin: auto;
    line-height: 1.6;
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
    z-index: 1;
}.svg-background-info{
    z-index: -1;
    position: absolute;
    right: -190px;
    bottom: -170px;
    width: 400px;
}.svg-background-info2{
    z-index: -1;
    position: absolute;
    left: -190px;
    top: -170px;
    width: 400px;
}.information-text-container{
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}