
.custom-bullet li{
    position: relative;
    margin: 25px 0;
}
.custom-bullet li:before{
      content: '';
    background-image: url('../images/bullet-icon.png');
    position: absolute;
    left: -35px;
    width: 25px;
    height: 25px;
    top: 6px;
    background-repeat: no-repeat;
    background-size: 75%;
}
.panelimages{
    max-width: 600px;
    margin:0 auto;
    display:table;
    width: 100%;
}
@media(max-width:767px){

.banner {
    padding: 40px;
    background-position: top -125px center;
}
}
@media(min-width:768px){
.panelimages{
    max-width: 400px;
}

.custom-bullet li {
    font-size: 15px;
}

.boxbg ul li a {
    font-size: 15px;
}
.boxbg h3 {
    font-size: 18px;
}
}
@media(min-width:1200px){

}
@media(min-width:1400px){
.panelimages{
    max-width: 500px;
}

.custom-bullet li {
    font-size: 20px;
}

.boxbg ul li a {
    font-size: 20px;
}
.boxbg h3 {
    font-size: 20px;
}
}


@media(min-width:1600px){
.panelimages{
    max-width: 600px;
}
}