.background-xs{
    background: #b1a188;
    max-width: 1440px;
}
.big-box-sizes {
    width: 100%;
    padding: 0 0 10% 0;
    box-sizing: border-box;
    display: flex;
  }
  .side-bar {
    max-width: 30%;
  }
  .size-name {
    text-shadow: 0px 0px 7px #177c90;
    font-family: Quicksand;
    font-size: 340px;
    font-weight: 700;
    line-height: 320px;
    letter-spacing: -9px;
    color: #b1a188;
    z-index: 0;
  }
  .copy {
    margin: -170px 50px 0 50px;
    color: #fff;
    font-family: Hind Siliguri;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
  }
  .volver{
    color:#177c90;
    margin-left: 50px;
    font-size: 12px;
  }
  .image-section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 33px;
    grid-template-rows: 100px auto;
    width: 100%;
    padding-left: 30px;
    gap: 30px;
  }
  .inner-header {
    grid-column: 1/3;
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
  }
  .inner-items {
    color: #fff;
    font-family: Hind Siliguri;
    font-size: 20px;
    font-weight: 700;
  }
  .inner-items:hover {
    color: #a5e5f2;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .active {
    color: #a5e5f2;
    font-family: Hind Siliguri;
    font-size: 20px;
    font-weight: 700;
  }
  .image-container{
    grid-column: 1/4;
  }
  .sq-boxes-pages {
    grid-column: 4;
    margin: 18rem 0 0 auto;
  }
  .square {
    width: 33px;
    height: 33px;
    color: #131210;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    padding-top: 6px;
    box-sizing: border-box;
    margin-bottom: 12px;
  }
  .square-color-one {
    background-color: #e7dbc3;
  }
  .square-color-two {
    background-color: #c4b8a0;
  }
  .square-color-three {
    background-color: #928b7b;
  }
  .square-color-four {
    background-color: #686257;
  }
  .square-color-five {
    background-color: #49463e;
  }
  .img-line{
    display: flex;
    margin-top: 24px;
  }  
  .img-box{
    width: 150px;
    height: 150px;
    overflow: hidden;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
  }
  .img-box-k{
   
    height: 150px;
    overflow: hidden;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
  }
  .img-box-m{
    width: 20%;
    display: flex;
    margin-right: 12px;
  }
  .img-box-xl{
   height: 20%;
   margin-right: 12px;
  }
  .img-box-xl img{
    width: 30%;
  }


  @media only screen and (min-width: 768px) and (max-width: 1080px) {
    .big-box-sizes{
        flex-direction: column;
    }
    .side-bar{
        max-width: 100%;
        height: 340px;
    }
    .image-section{
        padding-left: 50px;
        box-sizing: border-box;
        grid-template-rows: 50px auto;
    }
    .inner-header{
        grid-column: 1/4;
        margin: 40px 0 0;
    }
    .img-line{
        grid-column: 1/4;
        flex-wrap: wrap;
    }
    .img-box-xl{
       margin-right: 8px;
    }
  }

  @media only screen and (min-width: 300px) and (max-width: 767px){
    .big-box-sizes{
        flex-direction: column;
    }
    .side-bar{
        max-width: 100%;
        height: 360px;
    }
    .copy{
        font-size: 24px;
        line-height: 30px;
        margin: -170px 30px 0 30px;

    }
    .inner-header{
        grid-column: 1/4;
        margin: 40px 40px 0 0;
    }
    .size-name{
        font-size: 280px;
    }
    .image-section{
        grid-template-columns: 1fr 1fr 1fr;
        box-sizing: border-box;
        grid-template-rows: 60px auto;
    }
    .volver{
        margin-left: 40px;
    }
    .img-line{
       gap: 10px;
        flex-wrap: wrap;
        margin-top: 0;
    }
    .img-box-xl{
        margin-right: 0;
    }
    .img-box-m{
        width: 40%;
    }
    .sq-boxes-pages{
        display: none;
    }
  }
        
 
