
.depicter-revert .depicter-1-section-184 .depicter-section-background{
	background-color:#FFF;
}

/***** Tablet *****/
@media screen and (max-width: 1024px){

.depicter-revert .depicter-1-section-184 .depicter-section-background{
	background-color:#FFF;
}

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

.depicter-revert .depicter-1-section-184 .depicter-section-background{
	background-color:#FFF;
}

}
/*** Custom styles ***/
.depicter-layer-frame:has(.float-effect) picture{
            animation: floating 3s ease-in-out infinite;
        }
@keyframes floating {
            0% {
                transform: translateY(0px);
            }
            50% {
                transform: translateY(20px) ;
            }
            100% {
                transform:  translateY(0px) ;
            }
        }

