.works .title {
  margin: 0;
}

@media screen and (min-width: 1100px){
  .works {
    background-color: #D4DAE7;
    padding-bottom: 100px;
  }

  .works .title img {
    width: 10%;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .works .slider {
    margin: 0;
    padding: 0;
  }

  .works .slider img {
    width: 23vw;
    height: 23vw;
  }

  .works .static_works{
    display: none;
  }
}
@media screen and (max-width: 499px){
  .works {
    background-color: #D4DAE7;
    padding-bottom: 20px;
  }

  .works .title img {
    width: 20%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .works .slider {
    display: none;
  }

  .works .static_works{
    margin: 0;
    padding: 0;
  }
  
  .works .static_works li {
    position: relative;
    overflow: hidden;
    height: 100px;
  }
  .works .static_works img{
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: -60px;
  }
}
@media screen and (max-width: 1099px) and (min-width: 500px){
  .works {
    background-color: #D4DAE7;
    padding-bottom: 20px;
  }

  .works .title img {
    width: 20%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .works .slider {
    display: none;
  }

  .works .static_works{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
  .works .static_works li {
    list-style: none;
  }
  .works .static_works img{
    width: 100px;
    height: 100px;
    border-radius: 100%;
  }
}
