.legals {
    background-image: url(../images/legals-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    position: relative;

}

.legals h2 {
    text-align: center;
    padding: 20px 0;
    color: #94a832;
    text-decoration: underline;
    font-weight: bold;
}

.legals:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #e7f9bf70 51%, rgba(255, 255, 255, 1) 100%);
}

.legals .container {
    width: 90%;
    margin: auto;
    position: relative;
    z-index: 10;
}

.legals .main-txt {
    background-color: #cde98f96;
    backdrop-filter: blur(10px);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 20px 40px;
}