.all-prems {
    padding-top: 80px;
    padding-bottom: 50px;
}
.header-all-prems h3 {
    position: relative;
    font-size: 1.8em;
    z-index: 1;
    margin-bottom: 60px;
}
.header-all-prems h3::after {  
    position: absolute;
    top: -3px;
    left: 0;
    content: '';
    border: 18px solid transparent;
    border-bottom: 18px solid #f5a106;
    border-left: 18px solid #f5a106;
    z-index: -1;
}
.item-prem {
    position: relative;
    margin-bottom: 55px;
    padding-left: 130px;
}
.item-prem h6 {
    font-family: "Montserrat-Bold";
    font-size: 1.15em;
    margin-top: 5px;
}
.item-prem p {
    font-family: "Montserrat-Light";
    font-size: 1em;
}
.item-prem::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    border: 55px solid transparent;
    border-bottom: 55px solid #f5a106;
    border-left: 55px solid #f5a106;
    z-index: -2;
}
.item-prem::after {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 90px;
    height: 90px;
    content: '';
    z-index: -1;
}
.one-item-prem::after {
    background: url(../images/prems/icon-1.png) no-repeat;
    background-size: contain;
}
.two-item-prem::after {
    background: url(../images/prems/icon-2.png) no-repeat;
    background-size: contain;
    top: 40px;
}
.three-item-prem::after {
    background: url(../images/prems/icon-3.png) no-repeat;
    background-size: contain;
}
.four-item-prem::after {
    background: url(../images/prems/icon-4.png) no-repeat;
    background-size: contain;
}
.five-item-prem::after {
    background: url(../images/prems/icon-5.png) no-repeat;
    background-size: contain;
    top: 30px;
}
.six-item-prem::after {
    background: url(../images/prems/icon-6.png) no-repeat;
    background-size: contain;
}







@media (min-width: 100px) and (max-width: 450px) {
    .item-prem {
        margin-bottom: 45px;
        padding-left: 100px;
    }
    .item-prem::before {
        border: 35px solid transparent;
        border-bottom: 35px solid #f5a106;
        border-left: 35px solid #f5a106;
    }
    .item-prem::after {
        top: 5px;
        left: 5px;
        width: 60px;
        height: 60px;
    }
    .item-prem h6 {
        font-size: 1em;
    }
    .item-prem p {
        font-size: 0.75em;
    }
    .two-item-prem::after {
        top: 30px;
    }
    .five-item-prem::after {
        top: 20px;
    }
}


@media (min-width: 576px) and (max-width: 767px) {
    
}


@media (min-width: 768px) and (max-width: 991px) {
    .item-prem {
        margin-bottom: 45px;
        padding-left: 100px;
    }
    .item-prem::before {
        border: 35px solid transparent;
        border-bottom: 35px solid #f5a106;
        border-left: 35px solid #f5a106;
    }
    .item-prem::after {
        top: 5px;
        left: 5px;
        width: 60px;
        height: 60px;
    }
    .item-prem h6 {
        font-size: 1em;
    }
    .item-prem p {
        font-size: 0.75em;
    }
    .two-item-prem::after {
        top: 30px;
    }
    .five-item-prem::after {
        top: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .item-prem p {
        font-size: 0.95em;
    }
}