@media (max-width: 599px) {
  .about-img img{
    width: 70%;
  }

  .studio-testi-img-block img{
    display: none;
  }

  .contact-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;     
    align-items: center;
   }


   .list-social ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;     
    align-items: center;
   }



   .footer-bottom .row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-bottom .col-lg-7,
    .footer-bottom .col-lg-5 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }

    .footer-bottom p {
        margin: 0;
        text-align: center;
    }
   

}

@media only screen and (min-width: 600px) and (max-width: 1380px) and (orientation: landscape) {
  

  .studio-testi-img-block img{
    display: none;
  }


  .content-box img{
    width: 450px !important; 
    height: 250px !important; 
    object-fit: cover;
  }

  /* 🔧 Asegurar que las 3 cajas estén una al lado de la otra */
  .our-philosophy .row.justify-content-center {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 20px;
  }

  .our-philosophy .col-xl-4,
  .our-philosophy .col-lg-6,
  .our-philosophy .col-md-6 {
    flex: 0 0 30%;
    max-width: 30%;
    box-sizing: border-box;
  }

  

}

@media only screen and (min-width: 600px) and (max-width: 1380px) and (orientation: portrait) {
    
  .studio-testi-img-block img{
    display: none;
  }

  .about-img img{
    width: 75%;
  }

  .text-md-left {
        text-align: center !important;
  }

  .justify-content-between {
    display: flex;
    justify-content: center !important;
    align-items: center; 
    text-align: center;
  }

  .text-right {
    text-align: center !important;
  }

  .ot-process .process_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 0;
    margin: 0 auto;
    max-width: 100%;
  }

  .ot-process .process_nav li {
    flex: 0 0 45%; 
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto; 
  }

  #site-footer .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  #site-footer .col-lg-4:nth-child(2),
  #site-footer .col-lg-4:nth-child(3) {
    flex: 0 0 45%;
    max-width: 45%;
    box-sizing: border-box;
  }

  #site-footer .col-lg-4:nth-child(2) .widget-footer,
  #site-footer .col-lg-4:nth-child(3) .widget-footer {
    text-align: left;
  }

}
