.nave {
    width: 50%;
    height: 100px;
    background: green;
    border: 2px;
    display: inline-block;
}
.figure * {
    max-width:1200px;
    width: 100%;
    background: white;
    padding: 20px;
    margin: auto;
    margin-top: 100px;
    text-align: center;
    border-radius: 14px;
    box-shadow: 0px 0px 40px -5px ;


}
