/*!
Theme Name: Lexend
Theme URI: https://lexend.themegenix.com/
Author: ThemeGenix
Author URI: https://themeforest.net/user/themegenix/
Description: Lexend - Software, SaaS & Startup WordPress Theme
Version: 1.4
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lexend
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

html body .p-3.panel.vstack.gap-3.rounded.border {
    border: 0 !important;   border-radius: 10px!important;
    background: var(--e-global-color-text);
}
.howitworks li.elementor-icon-list-item {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 1rem !important;
    display: flex;
    justify-content: flex-start;
}

@media screen and (max-width 768px){
	br{display:none}
}

.carousel {
  opacity: 0.5 !important;
  cursor: pointer;
  transition: opacity 0.25s ease;
}

.carousel.active {
  opacity: 1 !important;
}