.sbp {
    width: 250px;
    height: 135px;
    
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    
    margin-left: -149px;
z-index: 11;
    
  }

  .sbp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  .illustration {
    height: 430px;
    background-color: #ffffff;
    margin-left: 20px;
    margin-top: 20px;
    border-radius: 10px;
    width: calc(100% - 40px);
}

  .illustration img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    
  }

  @media (min-width: 700px) and (max-width: 899px) {
    /* Zoom: 170% */
    .illustration {
      height: 260px;
      margin-left: 10px;
      margin-top: 14px;

  }
  .sbp {
    width: 160px;
    height: 70px;
    margin-left: -100px;
    flex-shrink: 0;
    
  }
  }
  
  @media (min-width: 900px) and (max-width: 1099px) {
    /* Zoom: 150% */
    .illustration {
      height: 285px;
      margin-left: 10px;
      margin-top: 14px;

  }
  .sbp {
    width: 160px;
    height: 90px;
    margin-left: -100px;
    flex-shrink: 0;
    
  }
  }
  
  @media (min-width: 1100px) and (max-width: 1199px) {
    /* Zoom: 130% */
    .illustration {
      height: 320px;
      margin-left: 10px;
      margin-top: 14px;

  }
  .sbp {
    width: 170px;
    height: 95px;
    margin-left: -135px;
    flex-shrink: 0;
  }
  }
  
  @media (min-width: 1200px) and (max-width: 1299px) {
    /* Zoom: 120% */
    .illustration {
      height: 345px;
      margin-left: 13px;
 

  }
  .sbp {
    width: 190px;
    height: 105px;
    margin-left: -138px;
    flex-shrink: 0;
  }
  }
  
  @media (min-width: 1300px) and (max-width: 1449px) {
    /* Zoom: 110% */
    .illustration {
      height: 400px;
      margin-left: 16px;
 

  }
  .sbp {
    width: 250px;
    height: 125px;

  }
  }
  
  @media (min-width: 1450px) {
    /* Zoom: 100%*/
  }
  
  @media (min-width: 1650px) {
    /*Zoom: 90% */
  }
  
  @media (min-width: 1850px) {
    /*Zoom: 80% */
  }
  
  @media (min-width: 2050px) {
    /*Zoom: 60%*/
  }