* {
    margin: 0;
    padding: 0;
    transition: 0.5s ease-in-out;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.linha_01,
.linha_02,
.linha_03,
.linha_04 {
    flex: 1;
    height: 900px;
}

.todo {
    height: 100vh;
    display: flex;
    flex-direction: column;
}
.linha_02 {
    display: flex;
}
.linha_04 {
    display: flex;
}

.img_02,
.img_05 {
    width: 40%;
}
.img_03,
.img_04 {
    width: 60%;
}

@media (max-width: 980px) {
    .linha_02,
    .linha_04 {
        display: block;
    }
    .img_02,
    .img_03,
    .img_04,
    .img_05 {
        width: 100%;
        height: 400px;
    }
}
