.fourthSections {
    height: 100vh;
    width: 100vw;
    background-color: rgb(204, 225, 250);
}
.fourthSections .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

