*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container-all{
    width: 100%;
    height: 80vh;
    background: gray;
}
.content1{
    width: 100%;
    height: 240px;
    background: white;
    margin: auto;
    position: relative;

}