.box-icons-container{
    display: flex;
    flex-direction: row-reverse;
     justify-content: space-between;
      align-items: center;
}
.box-icon{
    font-size: 25px;
}