/*all numbers of columns*/
.tim-boxes.lpg-block .below-text{
    padding: 15px 20px 20px;
}
.tim-boxes.lpg-block .img-rounded {
    border-top-right-radius: 10pt;
    border-top-left-radius: 10pt;
    width: 100%;
    background-position: center center;
    background-size: cover;
}
.tim-boxes.lpg-block.lpg-boxes .element{
    border-radius: var(--border-radius-l);
    height: 95%;
    padding-bottom: 40px;
    overflow: hidden;
    position: relative!important;
    box-shadow: var(--box-shadow);
}
.dark .tim-boxes.lpg-block.lpg-boxes .element{
    border: 1px solid var(--cool-teal);
    box-shadow: var(--box-shadow-dark);
}
.lpg-block.lpg-boxes .element .lpg-button-wrapper {
    position:absolute;
    bottom:0;
    left:0;
    padding:20px;
}
.tim-boxes.lpg-block i.icon-box{
    font-size: 80px;
    padding-top: 30px;
}
.tim-boxes.lpg-block .img-rounded{
    background-repeat: no-repeat;
    background-position: center center;
}
.tim-boxes.lpg-block .col-md-6 .img-rounded{
    height: 230px;
}
.tim-boxes.lpg-block .col-md-4 .img-rounded,
.tim-boxes.lpg-block .col-md-8 .img-rounded{
    height: 150px;
}
.tim-boxes.lpg-block .col-md-3 .img-rounded{
    height: 170px;
}