@media screen and (max-width: 500px) {

  .s-intro .row{
    display: flex;
    flex-direction: column;
    margin-top: -90px;
    margin-bottom: -40px;
  }

  .s-works{
    margin-top: -25px;
  }

  .folio-list{
    margin-top: 25px;
  }

  .image-header {
    background-size: cover; /* Mengisi seluruh container, mungkin memotong gambar */
    margin: 0 auto;
    height: 350px;
  }

  .port-web-dev{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
    display: flex;
    flex-direction: column-reverse;
  }

  .port-web-dev-mobile{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
    display: flex;
    flex-direction: column;
  }

  .foto-port-web-dev {
    /* Optional styling for the image container */
    width: 100%; 
    height: 300px; 
    background-color: #ccc; 
    flex: none;
    object-fit: cover;
}

  .tulisan-port-web-dev{
    margin-top: -60px;
    margin-bottom: 40px;
  }

  .intro-it-div3{
    margin-top: -10px;
    font-size: 15px;
  }

  .card-content{
    margin-bottom: 30px;
  }

/* Optional styling for the image within the container */
/* .foto-port-web-dev img {
    width: 100%; 
    height: auto; 
    object-fit: cover; 
} */

  }