.new-section.section5p5 {
    padding: 4% 0% 8%;
    background: url(../images/section8bg.png) no-repeat center top;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.new-column {
    padding: 5% 10%;
    background-size: 100% 100%;
}
.tick-icon-box {
    border-width: 1px;
    border-color: rgb(217, 196, 18);
    border-style: solid;
    border-radius: 20px;
    background-color: rgb(255, 239, 203);
    box-shadow: 0px 63px 73px 0px rgb(6 6 6 / 17%);
    padding: 20px 30px;
}
.icon-container {
    width: 100px;
    height: 100px;
    position: relative;
    z-index: 1;
    padding: 10px;
}
.icon-img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    object-position: center center;
}
.tick-box-icon:after {
    content: '';
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 3px solid;
    padding: 10px;
    position: absolute;
    left: 11px;
    bottom: 15px;
    z-index: -1;
}
.bc-1:after{
    border-color: #5b3ec7;
}
.bc-2:after{
    border-color: #692272;
}
.bc-3:after{
    border-color: #71389d;
}
.bc-4:after{
    border-color: #c13595;
}
.tc-1 {
    color: #5b3ec7;
}
.tc-2 {
    color: #692272;
}
.tc-3 {
    color: #71389d;
}
.tc-4 {
    color: #c13595;
}
.box-desc-text {
    text-align: justify;
}
@media(max-width:767px){
    .new-section.section5p5{
        padding: 0;
    }
    .new-column {
        padding: 20px 15px;
    }
    .tick-icon-box{
        padding: 10px 15px 20px;
        box-shadow: 0px 20px 20px 0px rgb(6 6 6 / 17%);
    }
}