.pos-section{
    margin-bottom:40px;
}

.icon-circle{
    background: #fff;
    z-index: 1;
    position: relative;
    top: -30px;
    left: 89px;
    border: 2px solid #D1143E;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle{
    font-size:20px;
    color:#D1143E;
}
.pos-col{
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.5));
}
.pos-col-one{
    color: #000;
    clip-path: polygon(5% 0%, 100% 0, 98% 50%, 100% 100%, 5% 100%, 0 50%);
    padding: 20px 50px 20px 90px;
    background: #fff;
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    /* shadow */
    /* filter: drop-shadow(0 6px 10px rgba(0,0,0,0.18)); */
    filter: drop-shadow(0 8px 16px rgba(0,0,0,0.2));
    text-align: justify;
}
.pos-col-one .circle{
    background:#fff;
    width: 50px;
    height: 50px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.pos-col-two{
    position: relative;
    clip-path: polygon(17% 0%, 100% 0, 90% 50%, 100% 100%, 17% 100%, 0 50%);
    background-color: #D1143E;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:justify;
}

.pos-col-two .circle{
    color: #000;
    background:#fff;
    width: 50px;
    height: 50px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.pso-col-two{
    background:#17345a;
    /* clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 10% 50%); */
}
.pos-col-one.pso-col-one {
    background: #e5f0ff;
}
.pso-icon{
    color:#17345a;
    border: 2px solid #17345a;

}

@media(max-width:575px){

    .po-col{
        display:none;
    }

    .pos-col-one{
        clip-path:none;
        padding: 20px;
        order:2;
    }

    .pos-col-two{
        clip-path:none;
        padding:8px;
        order:1;
    }

    .pos-col-two .circle {
        width: 40px;
        height: 40px;
    }

}

