.monetory_container {
    padding: 0 20% 2% 20%;
    margin-bottom: 1em;
    text-align: center;
    margin-block-end: 20px;
}
.justify_center {
    justify-content: center;
    display: flex;
}
.padding-bottom62 {
    padding-bottom: 62px;
}
.textDivFirstPage_monetary{
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 100px 0 90px 0;
}
.style_monetary_text_subtitle {
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: start;
}
.margin-block-end20 {
    margin-block-end: 20px;
    margin-bottom: 34px;
    display: flex;
}

.grid {
    display: grid;
}
.padding-right50px{
    padding-right: 50px;
}
.main_message {
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 50px 100px 50px 100px;
}
@media (max-width: 1024px) {
    .width50 {
        width: 100%;
    }
}