@media screen and (min-width: 1201px) { 
#vertical-text-review {
    position: relative;
    max-width: 1440px;
  }
  
  #box-vertical-section {
    transform: rotate(-90deg);
    position: absolute;
    left: -140px;
    top: 0;
    white-space: nowrap;
  }
}

@media screen and (min-width: 1430px) { 
#vertical-text-review {
    position: relative;
    max-width: 1440px;
  }
  
  #box-vertical-section {
    transform: rotate(-90deg);
    position: absolute;
    left: -180px;
    top: 0;
    white-space: nowrap;
  }
}

@media screen and (min-width: 791px) { 
  #vertical-text-review .title-vertical-section {
      margin-right: 0px;
      margin-bottom: 0px;
}
    #box-vertical-section {
      display; flex; 
  }

    #box-vertical-section img {
      width: 99px;
    padding-bottom: 20px;
    margin-bottom: -4px;
}
     #box-vertical-section {
    text-align: center;
    font: normal normal normal 10px/18px Proxima Nova;
    letter-spacing: 2.59px;
    color: #BBC5C1;
    text-transform: uppercase;
    display: flex;
       flex-direction: row-reverse;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
       gap: 12px;
  }

    
    .title-vertical-section {
      order: 2; /* Change the order of this item to 2 */
      padding-top: 0px;
      padding-bottom: 14px;
    }
    
     .icon-vertical-section {
      order: 1; /* Change the order of this item to 2 */
    }
}

  @media screen and (max-width: 790px) {
    #vertical-text-review .title-vertical-section {
      margin-right: 0px;
      margin-bottom: 0px;
}
    #box-vertical-section {
      grid-template-columns: repeat(1,1fr);
      gap: 8px;
}
    #vertical-text-review {
      left: unset;
      position: unset;
      top: unset;
      transform: unset;
      writing-mode: unset;
}
    #box-vertical-section img {
      padding-bottom: 2px;
      transform: auto;
      width: 90px;
  
}
    #box-vertical-section {
      text-align: center;
      font: normal normal normal 10px/18px Proxima Nova;
      letter-spacing: 2.59px;
      color: #BBC5C1;
      text-transform: uppercase;
      display: grid;
      grid-template-columns: repeat(1,1fr);
    }
     #box-vertical-section img {
      margin-left: auto;
      margin-right: auto;
  }
    
    .title-vertical-section {
      order: 2; /* Change the order of this item to 2 */
      padding-top: 5px;
      padding-bottom: 10px;
    }
    
     .icon-vertical-section {
      order: 1; /* Change the order of this item to 2 */
       padding-top: 20px;
    }

  }
