.divChevron{
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: center;
      position: absolute;
      bottom: -23px;
 }
.chevrone{

    background-color: rgb(255, 115, 0);
    padding: 15px;
    border-radius: 100%;
    cursor: pointer;
  
    
}