.division{
    position: relative;
}
.division__background{
    background: url(../media/division/division-1.webp) no-repeat center center / cover fixed;
    width: 100%;
    height: 70vh;
}
.division__background_Two{
    background: url(../media/division/division-2.webp) no-repeat center center / cover fixed;
    width: 100%;
    height: 70vh;
}
.division__front{
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}
.division__text{
    position: absolute;
    bottom: 0;
    left:0;
    color: white;
    font-family: var(--ff-titles);
    font-size: 2.5rem;
    padding: 0 2rem 1rem 2rem;
}