#work{ background-color:rgb(197, 162, 66);
    display: flex;
    width: 1125px; height: 600px;}

.text{background-color: rgb(236, 217, 152);
        margin: 40px;
        width: 550px; height: 500px;}

#bott{clear: both; float: right;
    overflow: visible; cursor: pointer;
     position: fixed; bottom: 7%;right: 7%;}
p{margin-left: 20px;}
.img {background-color: azure; width: 550px;height: 500px; margin: 40px;}
.name{margin-left: 80px;}

.test{width: 497px;background-color: aquamarine;}
@media screen and (max-width: 600px) {
    p{clear: both;}

}