.Learn_SubMenu
  display: none	
  position: absolute
  width: 100% !important 
  padding: 25px 5%
  z-index: 10
  width: calc(100% + 3rem)
  margin-top: 0px
  margin-bottom: 20px
  background-color: #FBFBFB
  box-shadow: rgba(0, 0, 0, 0.15) 0px 22px 18px -12px
  backdrop-filter: blur(500px)
  left: 0
  @include phone
    top: 0
    margin-top: 0
    z-index: 99999
    height: 100vh
    overflow: scroll
    padding-bottom: 5rem
  @include tablet
    top: 0
    margin-top: 0
    z-index: 99999
    height: 100vh
    overflow: scroll
    padding-bottom: 5rem
  .col-3
    width: 20%
  ul
    margin-bottom: 30px
    li
      margin-bottom: 6px
      a
        font-size: 1.25rem
        color: #000000
        padding: 0 !important
        &:hover
          color: #7A00B8
.Learn_SubMenu 
	ul 
		li 
			list-style: disc 
			font-size: 10px 
.blog-iconv2
  background-color: #5C93C2
  button
    outline: none
  ul
    li
      svg
        filter: invert(1)
  .container
    width: 80%