With the use of the grid template we can use the frame to set the particular alignement with that li tags so we can change the outlet for li tags
.Doing-better-main-right ul{
display: grid;
grid-template-columns: 1.4fr 1fr;
padding-left: 10vw;
}
