@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1199px) {
 
}

@media screen and (max-width: 991px) {
   
}

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

@media screen and (max-width: 650px) {
  
}

@media screen and (max-width: 575px) {

    .wptb-heading {
        font-size: 20px !important;
    }
    .text-center {
        border-bottom: none;
    }
    .wptb-heading {
        position: relative;
        margin-bottom: 20px;
    }
    .portfolio-filters-content{
        margin-bottom: 0px;
        border-bottom: none;
    }
    .portfolio-filters-content .filters-button-group{
        border-bottom: none;
    }
    .section, section, .wptb-about-two {
        padding: 40px 0px;
    }
    .wptb-item--icon img {
        width: 60%;
    }
    .wptb-icon-box5 .wptb-item--icon {
        min-height: 66px;
    }
    .wptb-item--title {
        font-size: 18px;
    }
    .gutter-30 .grid-item {
        padding: 3px !important;
    }
    .grid-item .wptb-item--inner {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
        border-radius: 16px;
    }
   

}

@media screen and (max-width: 450px) {
  
}