.body{
    overflow-x: hidden;
}

.works-section{
    width: 100%;
  max-width: 100vw;
  overflow: hidden;
  position: relative;
  padding: 30px 0px;
  margin: 0 auto;
}

.works-section p{
    position: relative;
    font-size: 24px;
    text-align: center;
    margin: 0 10%;
    min-height: 100vh;
}

.works-section img{
    max-width: 300px;
    width: 90%;
    height: auto;
    border-radius: 10px;
}

.works{
    position: relative;
    display: flex;
    height: auto;
    width: 300px;
    border-radius: 10px;
}