.slide-inner {
  background: rgba(0,0,0,0.5)
}

h4 {
    position: relative;
    margin: 2em 0 2em 40px;
    padding: 15px;
    background: #d65050;
    border-radius: 30px;
}

.roll-icon-list .content h3{
        font-size: 24px;
}

h4:before{
    content: "";
    position: absolute;
    left: -38px;
    width: 13px;
    height: 12px;
    bottom: 0;
    background: #d65050;
    border-radius: 50%;
}

h4:after{
    content: "";
    position: absolute;
    left: -24px;
    width: 20px;
    height: 18px;
    bottom: 3px;
    background: #d65050;
    border-radius: 50%;
}
h4 p {
    margin: 0; 
    padding: 0;
}