.background-term {
    background-image: url("../../../assets/images/image_background.png");
    background-position: center center;
    background-repeat: repeat-y;
    padding-bottom: 50px;
}

.background-term::before {
    left: 0;
    height: max(100% , 100%);
    opacity: 1;
    background-image: url("../../../assets/images/image_background2.png");
    content: "";
    mix-blend-mode: initial;
    background-position: center center;
    background-repeat: repeat-y;
    --background-overlay: '';
    top: 0;
    width: max(100%, 100%);
    position: absolute;
}

.block-term {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 4%;
    background: #FFFFFF;
    z-index: 2;
    position: relative;
}

.block-term .title {
    border-bottom: 2px solid #707070;
    width: 100%;
}

.block-term .content {
    padding: 50px 8%;
    width: 100%;
    color: #000000;
}

@media only screen and (max-width: 769px) {
    .block-term .content {
        padding: 30px 4%;
    }
}
