.iesildies {
    position: relative;

}

.iesildies .inner-container {
    text-align: center;
        width: 60%;
    margin: auto;
}

.iesildies .text-2 {
    text-align: left;
    margin:30px 0px;
}

.iesildies .text-2 ul{
    list-style-type: none;
    padding:0;
}

.iesildies .text-2 li {
    margin-top:10px;
    font-weight: 500;
}

.iesildies::before {
    content: '';
    width: 102vw;
    height: 168%;
    
    display: block;
    position: absolute;
    bottom: -18%;
    left: 0;
    background-color: #f2f2f2;
    z-index: -1;
    margin-left: -25vw;

  clip-path: polygon(
      0% 0%,       /* Top-left  */
      97% 6%,     /* Top-right point */
      100% 92%,    /* Bottom-right  */
      0% 100%      /* Bottom-left  */
  );

}

h5 {
    margin-top:0px;
}