/*
Theme Name:   PageBuilderFrameworkChildTheme
Description:  Write here a brief description about your child-theme
Author:       sonexcec
Author URL:   Write here the author's blog or website url
Template:     page-builder-framework
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  PageBuilderFrameworkChildTheme
*/

/* Write here your own personal stylesheet */


.ctm-box .elementor-image-box-content{
    display: flex;
    flex-direction: column-reverse;
}



.ctm-box p.elementor-image-box-description{
    padding: 0px 0px 12px 0px;
}


.ctm-box a::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}




.cstm-testi .elementor-image-box-img {
    position: relative;
    top: 20px;
}




.cstm-testi a::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}



@media screen and (max-width: 420px) { 
   .cstm-testi .elementor-image-box-img {
       top: 0px;
   }
}





@media (max-width: 767px) { 
    
.cstm-testi figure.elementor-image-box-img{
    margin-bottom: 20px !important;
}


    
}
