.fifthSections {
    height: 100vh;
    width: 100vw;
    background-color: #f0ebd8;
}

.fifthSections .backImg {
    height: 100vh;
    width: 100vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('/public-static/data/108115546.jpg');
}

.sixthSections {
    height: 100vh;
    width: 100vw;
    background-color: #f0ebd8;
}

.sixthSections .backImg {
    height: 100vh;
    width: 100vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('/public-static/data/1748820385.jpg');
}

.seventhSections {
    width: 100vw;
    background-color: #f0ebd8;
}

.seventhSections .img {
    width: 100vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.seventhSections .i0 {
    height: calc(100vw * (5 / 9));
    background-image: url('/public-static/1130207108.jpg');
}

.seventhSections .i1 {
    height: calc(100vw * (3 / 4));
    background-image: url('/public-static/621097550.jpg');
}

.seventhSections .i2 {
    height: 100vw;
    background-image: url('/public-static/2026585666.jpg');
}

.seventhSections .i3 {
    height: calc(100vw * 0.75);
    background-image: url('/public-static/600325997.jpg');
}